Skip to content

Commit

Permalink
Delete some unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
rscohn2 committed Jun 5, 2024
1 parent 4ae20b8 commit e095ab5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,21 @@ jobs:
include:
- config: portBLAS
domain: blas
exclude: lapack|dft|rng
build_options: -DREF_BLAS_ROOT=${PWD}/lapack/install -DENABLE_PORTBLAS_BACKEND=ON -DENABLE_MKLCPU_BACKEND=OFF -DPORTBLAS_TUNING_TARGET=INTEL_CPU
- config: portFFT
domain: dft
exclude: blas|lapack|rng
build_options: -DENABLE_PORTFFT_BACKEND=ON -DENABLE_MKLCPU_BACKEND=OFF -DCMAKE_CXX_FLAGS="-fsycl -fsycl-targets=spir64"
test_options: -R 'DFT/CT/.*ComputeTests_in_place_COMPLEX.COMPLEX_SINGLE_in_place_buffer.sizes_8_batches_1*'
- config: MKL BLAS
domain: blas
exclude: lapack|dft|rng
build_options: -DREF_BLAS_ROOT=${PWD}/lapack/install
- config: MKL DFT
domain: dft
exclude: blas|lapack|rng
- config: MKL LAPACK
domain: lapack
exclude: blas|dft|rng
build_options: -DREF_LAPACK_ROOT=${PWD}/lapack/install
- config: MKL RNG
domain: rng
exclude: blas|dft|lapack
name: unit tests ${{ matrix.config }} CPU
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
Expand Down

0 comments on commit e095ab5

Please sign in to comment.