From 634ade97d820324ecbf61eebd93001deca1f7618 Mon Sep 17 00:00:00 2001 From: Robert Cohn Date: Mon, 27 May 2024 08:37:01 -0400 Subject: [PATCH] remove commented out code Co-authored-by: Romain Biessy --- .github/workflows/pr.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 5d2463fe8..0c0cb4405 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -22,7 +22,6 @@ jobs: include: - config: portBLAS options: -DENABLE_PORTBLAS_BACKEND=ON -DENABLE_MKLCPU_BACKEND=OFF -DTARGET_DOMAINS=blas -DPORTBLAS_TUNING_TARGET=INTEL_CPU - # tests: '.*Nrm2Tests.RealSinglePrecision.*' tests: '.*' - config: portFFT options: -DENABLE_PORTFFT_BACKEND=ON -DENABLE_MKLCPU_BACKEND=OFF -DTARGET_DOMAINS=dft -DCMAKE_CXX_FLAGS="-fsycl -fsycl-targets=spir64"