Skip to content

Commit

Permalink
Disable global device variables in SYCL+Cuda CI
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Jan 27, 2023
1 parent 60f80e5 commit eabd0e4
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 eabd0e4

Please sign in to comment.