diff --git a/core/src/Kokkos_BitManipulation.hpp b/core/src/Kokkos_BitManipulation.hpp index 5fd2c1c6f5..e541f179c8 100644 --- a/core/src/Kokkos_BitManipulation.hpp +++ b/core/src/Kokkos_BitManipulation.hpp @@ -103,7 +103,7 @@ namespace Kokkos { // FIXME_SYCL intel/llvm has unqualified calls to bit_cast which are ambiguous // if we declare our own bit_cast function #ifdef KOKKOS_ENABLE_SYCL -using sycl::bit_cast; +using sycl::detail::bit_cast; #else template KOKKOS_FUNCTION std::enable_if_t