Skip to content

Commit

Permalink
Try different sycl flags
Browse files Browse the repository at this point in the history
  • Loading branch information
niermann999 committed Nov 12, 2024
1 parent e5342cc commit 3182514
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/ci_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,4 @@ if [ "${PLATFORM_NAME}" = "SYCL" ]; then
if [ -f "/opt/intel/oneapi/setvars.sh" ]; then
source /opt/intel/oneapi/setvars.sh --include-intel-llvm
fi
# Use clang/clang++ instead of icx/icpx, to avoid some aggressive math
# optimizations that break some tests.
export CC=`which clang`
export CXX=`which clang++`
export SYCLCXX="${CXX} -fsycl"
export ONEAPI_DEVICE_SELECTOR=opencl:cpu
export SYCLFLAGS="-fsycl -fsycl-targets=spir64"
fi

0 comments on commit 3182514

Please sign in to comment.