Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 87f7445

Browse files
authored
[SYCL][Matrix] Fix bfloat16 namespace in the legacy tests (#1478)
1 parent 1ebf191 commit 87f7445

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

SYCL/Matrix/Legacy/XMX8/joint_matrix_bfloat16.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
using namespace sycl;
1818
using namespace sycl::ext::oneapi::experimental::matrix;
19-
using bfloat16 = sycl::ext::oneapi::experimental::bfloat16;
19+
using bfloat16 = sycl::ext::oneapi::bfloat16;
2020

2121
#define SG_SZ 8
2222

SYCL/Matrix/Legacy/XMX8/joint_matrix_bfloat16_32x64.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
using namespace sycl;
2020
using namespace sycl::ext::oneapi::experimental::matrix;
21-
using bfloat16 = sycl::ext::oneapi::experimental::bfloat16;
21+
using bfloat16 = sycl::ext::oneapi::bfloat16;
2222

2323
#define SG_SZ 8
2424

SYCL/Matrix/Legacy/joint_matrix_bfloat16.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
using namespace sycl;
1818
using namespace sycl::ext::oneapi::experimental::matrix;
19-
using bfloat16 = sycl::ext::oneapi::experimental::bfloat16;
19+
using bfloat16 = sycl::ext::oneapi::bfloat16;
2020

2121
#define SG_SZ 16
2222

SYCL/Matrix/Legacy/joint_matrix_bfloat16_32x64.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
using namespace sycl;
2020
using namespace sycl::ext::oneapi::experimental::matrix;
21-
using bfloat16 = sycl::ext::oneapi::experimental::bfloat16;
21+
using bfloat16 = sycl::ext::oneapi::bfloat16;
2222

2323
#define SG_SZ 16
2424

0 commit comments

Comments
 (0)