Skip to content

Commit

Permalink
Enable OpenMP tests in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepd-nv committed Sep 27, 2023
1 parent 31aa336 commit 7730c05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ jobs:
options: test --use openmp --omps 1 --ompthreads 2 --debug
runner: ${{ inputs.device == 'gpu' && 'linux-amd64-gpu-v100-latest-1' || 'linux-amd64-32cpu' }}
has-gpu: ${{ inputs.device == 'gpu' }}
enabled: false
enabled: true

- name: 2 NUMA OpenMPs test
options: test --use openmp --omps 2 --ompthreads 2 --numamem 2048 --debug
runner: ${{ inputs.device == 'gpu' && 'linux-amd64-gpu-v100-latest-1' || 'linux-amd64-32cpu' }}
has-gpu: ${{ inputs.device == 'gpu' }}
enabled: false
enabled: true

- name: Eager execution test
options: test --use eager --debug
Expand Down

0 comments on commit 7730c05

Please sign in to comment.