Skip to content

Commit bc5b2fa

Browse files
[SYCL][Matrix] Delete aliases for local convenience in joint_matrix API (#3698)
1 parent 5d150af commit bc5b2fa

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

sycl/include/CL/sycl/ONEAPI/matrix/matrix-amx.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ ELEMS_PER_DWORD(unsigned short, 2)
6464
} // namespace detail
6565

6666
namespace experimental::matrix {
67-
using namespace cl::sycl;
68-
using namespace cl::sycl::ONEAPI;
69-
7067
#ifdef __SYCL_DEVICE_ONLY__
7168
SYCL_EXTERNAL extern "C" _tile1024i
7269
_tileloadd64_internal(short row, short col, char *buf, size_t stride);

sycl/test/matrix/matrix-amx-bf16-test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#if (SYCL_EXT_ONEAPI_MATRIX == 1)
44
#include <iostream>
55

6+
using namespace sycl;
67
using namespace sycl::intel;
78
using namespace sycl::ext::intel::experimental::matrix;
89

sycl/test/matrix/matrix-amx-int8-test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#if (SYCL_EXT_ONEAPI_MATRIX == 1)
44
#include <iostream>
55

6+
using namespace sycl;
67
using namespace sycl::intel;
78
using namespace sycl::ext::intel::experimental::matrix;
89

0 commit comments

Comments
 (0)