File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 25
25
using namespace sycl ;
26
26
using namespace sycl ::ext::oneapi::experimental::matrix;
27
27
<<<<<<< HEAD
28
+ <<<<<<< HEAD
28
29
using bfloat16 = sycl::ext::oneapi::bfloat16;
29
30
=======
30
31
using bfloat16 = sycl::ext::oneapi::experimental::bfloat16;
31
32
>>>>>>> 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 ))
32
36
33
37
#define SG_SZ 8
34
38
Original file line number Diff line number Diff line change 19
19
using namespace sycl ;
20
20
using namespace sycl ::ext::oneapi::experimental::matrix;
21
21
<<<<<<< HEAD
22
+ <<<<<<< HEAD
22
23
using bfloat16 = sycl::ext::oneapi::bfloat16;
23
24
=======
24
25
using bfloat16 = sycl::ext::oneapi::experimental::bfloat16;
25
26
>>>>>>> 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 ))
26
30
27
31
#define SG_SZ 8
28
32
Original file line number Diff line number Diff line change 17
17
using namespace sycl ;
18
18
using namespace sycl ::ext::oneapi::experimental::matrix;
19
19
<<<<<<< HEAD
20
+ <<<<<<< HEAD
20
21
using bfloat16 = sycl::ext::oneapi::bfloat16;
21
22
=======
22
23
using bfloat16 = sycl::ext::oneapi::experimental::bfloat16;
23
24
>>>>>>> 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 ))
24
28
25
29
#define SG_SZ 16
26
30
Original file line number Diff line number Diff line change 27
27
using namespace sycl ;
28
28
using namespace sycl ::ext::oneapi::experimental::matrix;
29
29
<<<<<<< HEAD
30
+ <<<<<<< HEAD
30
31
31
32
#define SG_SZ 16
32
33
@@ -37,6 +38,9 @@ using namespace sycl::ext::oneapi::experimental::matrix;
37
38
>>>>>>>> cbbfcc6c1 ([SYCL] Add matrix tests that use the new API (unified API) (#1391 )):SYCL/Matrix/Legacy/joint_matrix_int8_vnni.cpp
38
39
=======
39
40
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 ))
40
44
41
45
#define SG_SZ 16
42
46
You can’t perform that action at this time.
0 commit comments