Skip to content

Commit

Permalink
Merge pull request #5821 from masterleinad/fix_sycl_ci_device_global
Browse files Browse the repository at this point in the history
Disable global device variables in SYCL+Cuda CI
  • Loading branch information
dalg24 authored Jan 30, 2023
2 parents 2e1a559 + eabd0e4 commit 789dfa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .jenkins
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ pipeline {
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
-DCMAKE_CXX_COMPILER=clang++ \
-DCMAKE_CXX_FLAGS="-fsycl-device-code-split=per_kernel -Werror -Wno-gnu-zero-variadic-macro-arguments -Wno-linker-warnings" \
-DKOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED=0 \
-DKokkos_ARCH_NATIVE=ON \
-DKokkos_ARCH_VOLTA70=ON \
-DKokkos_ENABLE_COMPILER_WARNINGS=ON \
Expand Down

0 comments on commit 789dfa7

Please sign in to comment.