Skip to content

Commit

Permalink
Find Kokkos issue in intel build
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuichi Asahi committed Jan 29, 2024
1 parent bca894b commit 0a22d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ jobs:
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_CXX_COMPILER=${{env.CMAKE_CXX_COMPILER}} \
-DCMAKE_CXX_STANDARD=17 \
-DKokkosFFT_INTERNAL_Kokkos=ON \
-DKOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED=0 \
-DKokkos_ARCH_NATIVE=ON \
-DCMAKE_CXX_FLAGS="-fsycl-device-code-split=per_kernel -Wno-deprecated-declarations -Werror -Wno-gnu-zero-variadic-macro-arguments -Wno-unknown-cuda-version -Wno-sycl-target" \
Expand All @@ -197,7 +198,6 @@ jobs:
-DKokkos_ENABLE_DEPRECATION_WARNINGS=OFF \
-DKokkos_ENABLE_UNSUPPORTED_ARCHS=ON \
-DKokkos_ARCH_${{env.architecture}}=ON \
-DKokkosFFT_INTERNAL_Kokkos=ON \
-DBUILD_TESTING=ON ${{matrix.backend.option}}"
- name: Build
Expand Down

0 comments on commit 0a22d3d

Please sign in to comment.