We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65fddfa commit 4d99f3fCopy full SHA for 4d99f3f
sycl/test/extensions/bfloat16.cpp
@@ -2,10 +2,10 @@
2
3
// UNSUPPORTED: cuda || hip_amd
4
5
-#include <sycl/ext/intel/experimental/bfloat16.hpp>
+#include <sycl/ext/oneapi/experimental/bfloat16.hpp>
6
#include <sycl/sycl.hpp>
7
8
-using sycl::ext::intel::experimental::bfloat16;
+using sycl::ext::oneapi::experimental::bfloat16;
9
10
SYCL_EXTERNAL uint16_t some_bf16_intrinsic(uint16_t x, uint16_t y);
11
SYCL_EXTERNAL void foo(long x, sycl::half y);
0 commit comments