From 7730c059f8ab83b9e71a3bc0b96e56accbd205ec Mon Sep 17 00:00:00 2001 From: Sandeep Datta Date: Wed, 27 Sep 2023 05:38:08 -0700 Subject: [PATCH] Enable OpenMP tests in CI. --- .github/workflows/gh-build-and-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-build-and-test.yml b/.github/workflows/gh-build-and-test.yml index e0e87899d..3766a07ee 100644 --- a/.github/workflows/gh-build-and-test.yml +++ b/.github/workflows/gh-build-and-test.yml @@ -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