From e095ab537bf86f147681ed3b93e5fa1a8d29fb56 Mon Sep 17 00:00:00 2001 From: Robert Cohn Date: Wed, 5 Jun 2024 16:59:16 -0500 Subject: [PATCH] Delete some unused code --- .github/workflows/pr.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index dedb2cadc..6b263739f 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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