Skip to content

Commit

Permalink
Fix oneAPI CMake testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gquintin committed Oct 17, 2021
1 parent f0e150d commit 22e2c2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/CMakeLists.txt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ for simd_ext in "$@"; do
C_COMP="${NSIMD_CMAKE}/scripts/powerpc64le-linux-gnu-clang.sh"
CXX_COMP="${NSIMD_CMAKE}/scripts/powerpc64le-linux-gnu-clang++.sh"
;;
cuda)
oneapi)
C_COMP="gcc"
CXX_COMP="nvcc"
CXX_COMP="dpcpp"
;;
rocm)
C_COMP="gcc"
Expand Down

0 comments on commit 22e2c2a

Please sign in to comment.