Skip to content

Commit 4d99f3f

Browse files
committed
fixed test.
1 parent 65fddfa commit 4d99f3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/test/extensions/bfloat16.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
// UNSUPPORTED: cuda || hip_amd
44

5-
#include <sycl/ext/intel/experimental/bfloat16.hpp>
5+
#include <sycl/ext/oneapi/experimental/bfloat16.hpp>
66
#include <sycl/sycl.hpp>
77

8-
using sycl::ext::intel::experimental::bfloat16;
8+
using sycl::ext::oneapi::experimental::bfloat16;
99

1010
SYCL_EXTERNAL uint16_t some_bf16_intrinsic(uint16_t x, uint16_t y);
1111
SYCL_EXTERNAL void foo(long x, sycl::half y);

0 commit comments

Comments
 (0)