Skip to content

Merge pull request #31 from hpcgroup/hip_patch #1

Merge pull request #31 from hpcgroup/hip_patch

Merge pull request #31 from hpcgroup/hip_patch #1

Workflow file for this run

name: OMP Tests
on:
push:
branches: [ master, 'pr/*' ]
pull_request:
branches: [ master ]
jobs:
omp-run-cpu:
runs-on: ubuntu-latest
env:
DEBIAN_FRONTEND: noninteractive
CC: gcc
BACKEND: openmp-threading
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: make
run: cd $BACKEND; make -j4
- name: run nuclide
run: ./$BACKEND/XSBench -m event -s small -G nuclide
- name: run hash
run: ./$BACKEND/XSBench -m event -s small -G hash
- name: run unionized
run: ./$BACKEND/XSBench -m event -s small -G unionized