Skip to content

Commit fe45a82

Browse files
dkhaldibb-sycl
authored andcommitted
[SYCL][Matrix] Fix bfloat16 namespace in the legacy tests (intel#1478)
1 parent 0283e3b commit fe45a82

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

SYCL/Matrix/Legacy/XMX8/joint_matrix_bfloat16.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,14 @@
2525
using namespace sycl;
2626
using namespace sycl::ext::oneapi::experimental::matrix;
2727
<<<<<<< HEAD
28+
<<<<<<< HEAD
2829
using bfloat16 = sycl::ext::oneapi::bfloat16;
2930
=======
3031
using bfloat16 = sycl::ext::oneapi::experimental::bfloat16;
3132
>>>>>>> cbbfcc6c1 ([SYCL] Add matrix tests that use the new API (unified API) (#1391))
33+
=======
34+
using bfloat16 = sycl::ext::oneapi::bfloat16;
35+
>>>>>>> 87f7445c7 ([SYCL][Matrix] Fix bfloat16 namespace in the legacy tests (#1478))
3236

3337
#define SG_SZ 8
3438

SYCL/Matrix/Legacy/XMX8/joint_matrix_bfloat16_32x64.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,14 @@
1919
using namespace sycl;
2020
using namespace sycl::ext::oneapi::experimental::matrix;
2121
<<<<<<< HEAD
22+
<<<<<<< HEAD
2223
using bfloat16 = sycl::ext::oneapi::bfloat16;
2324
=======
2425
using bfloat16 = sycl::ext::oneapi::experimental::bfloat16;
2526
>>>>>>> cbbfcc6c1 ([SYCL] Add matrix tests that use the new API (unified API) (#1391))
27+
=======
28+
using bfloat16 = sycl::ext::oneapi::bfloat16;
29+
>>>>>>> 87f7445c7 ([SYCL][Matrix] Fix bfloat16 namespace in the legacy tests (#1478))
2630

2731
#define SG_SZ 8
2832

SYCL/Matrix/Legacy/joint_matrix_bfloat16.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,14 @@
1717
using namespace sycl;
1818
using namespace sycl::ext::oneapi::experimental::matrix;
1919
<<<<<<< HEAD
20+
<<<<<<< HEAD
2021
using bfloat16 = sycl::ext::oneapi::bfloat16;
2122
=======
2223
using bfloat16 = sycl::ext::oneapi::experimental::bfloat16;
2324
>>>>>>> cbbfcc6c1 ([SYCL] Add matrix tests that use the new API (unified API) (#1391))
25+
=======
26+
using bfloat16 = sycl::ext::oneapi::bfloat16;
27+
>>>>>>> 87f7445c7 ([SYCL][Matrix] Fix bfloat16 namespace in the legacy tests (#1478))
2428

2529
#define SG_SZ 16
2630

SYCL/Matrix/Legacy/joint_matrix_bfloat16_32x64.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
using namespace sycl;
2828
using namespace sycl::ext::oneapi::experimental::matrix;
2929
<<<<<<< HEAD
30+
<<<<<<< HEAD
3031

3132
#define SG_SZ 16
3233

@@ -37,6 +38,9 @@ using namespace sycl::ext::oneapi::experimental::matrix;
3738
>>>>>>>> cbbfcc6c1 ([SYCL] Add matrix tests that use the new API (unified API) (#1391)):SYCL/Matrix/Legacy/joint_matrix_int8_vnni.cpp
3839
=======
3940
using bfloat16 = sycl::ext::oneapi::experimental::bfloat16;
41+
=======
42+
using bfloat16 = sycl::ext::oneapi::bfloat16;
43+
>>>>>>> 87f7445c7 ([SYCL][Matrix] Fix bfloat16 namespace in the legacy tests (#1478))
4044

4145
#define SG_SZ 16
4246

0 commit comments

Comments
 (0)