Skip to content

Commit

Permalink
respond to review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rscohn2 committed May 22, 2024
1 parent 907b236 commit eda138e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,23 @@ jobs:
matrix:
include:
- config: portBLAS
options: -DENABLE_PORTBLAS_BACKEND=ON -DENABLE_MKLCPU_BACKEND=OFF -DTARGET_DOMAINS=blas -DCMAKE_CXX_FLAGS="-fsycl -fsycl-targets=spir64"
options: -DENABLE_PORTBLAS_BACKEND=ON -DENABLE_MKLCPU_BACKEND=OFF -DTARGET_DOMAINS=blas
tests: '.*Nrm2Tests.RealSinglePrecision.*'
- config: portFFT
options: -DENABLE_PORTFFT_BACKEND=ON -DENABLE_MKLCPU_BACKEND=OFF -DTARGET_DOMAINS=dft -DCMAKE_CXX_FLAGS="-fsycl -fsycl-targets=spir64"
tests: '.*ComputeTests_in_place_COMPLEX.COMPLEX_SINGLE_in_place_buffer.*'
- config: MKL BLAS
options: -DTARGET_DOMAINS=blas
tests: '.*'
- config: MKL DFT
options: -DTARGET_DOMAINS=dft
tests: '.*'
- config: MKL LAPACK
options: -DTARGET_DOMAINS=lapack
tests: '.*'
- config: MKL RNG
options: -DTARGET_DOMAINS=rng
tests: '.*'
name: ${{ matrix.config }} CPU
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
Expand Down Expand Up @@ -66,4 +72,4 @@ jobs:
- name: Run tests
run: |
source /opt/intel/oneapi/setvars.sh
ctest --test-dir build
ctest --test-dir build -R ${{ matrix.tests }}

0 comments on commit eda138e

Please sign in to comment.