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

[SYCL][Matrix] fix bfloat16 namespace in the legacy tests #1478

Merged
merged 1 commit into from
Jan 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SYCL/Matrix/Legacy/XMX8/joint_matrix_bfloat16.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

using namespace sycl;
using namespace sycl::ext::oneapi::experimental::matrix;
using bfloat16 = sycl::ext::oneapi::experimental::bfloat16;
using bfloat16 = sycl::ext::oneapi::bfloat16;

#define SG_SZ 8

Expand Down
2 changes: 1 addition & 1 deletion SYCL/Matrix/Legacy/XMX8/joint_matrix_bfloat16_32x64.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

using namespace sycl;
using namespace sycl::ext::oneapi::experimental::matrix;
using bfloat16 = sycl::ext::oneapi::experimental::bfloat16;
using bfloat16 = sycl::ext::oneapi::bfloat16;

#define SG_SZ 8

Expand Down
2 changes: 1 addition & 1 deletion SYCL/Matrix/Legacy/joint_matrix_bfloat16.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

using namespace sycl;
using namespace sycl::ext::oneapi::experimental::matrix;
using bfloat16 = sycl::ext::oneapi::experimental::bfloat16;
using bfloat16 = sycl::ext::oneapi::bfloat16;

#define SG_SZ 16

Expand Down
2 changes: 1 addition & 1 deletion SYCL/Matrix/Legacy/joint_matrix_bfloat16_32x64.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

using namespace sycl;
using namespace sycl::ext::oneapi::experimental::matrix;
using bfloat16 = sycl::ext::oneapi::experimental::bfloat16;
using bfloat16 = sycl::ext::oneapi::bfloat16;

#define SG_SZ 16

Expand Down