Skip to content

Commit

Permalink
[SYCL][Matrix] Fix compilation failure in get_coord test cases. (inte…
Browse files Browse the repository at this point in the history
…l#10519)

get_coord test cases were failing due to a ambiguous use of `sub_group`
type. The reason was due to the use of extra namespaces that gave rise
to the ambuity.
  • Loading branch information
arnamoy10 authored Jul 24, 2023
1 parent 200a7f1 commit 0a76811
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion sycl/test-e2e/Matrix/XMX8/get_coord_bf16_gemm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include <sycl/sycl.hpp>

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

Expand Down
1 change: 0 additions & 1 deletion sycl/test-e2e/Matrix/XMX8/get_coord_bf16_matA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include <sycl/sycl.hpp>

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

Expand Down
1 change: 0 additions & 1 deletion sycl/test-e2e/Matrix/XMX8/get_coord_bf16_matB.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include <sycl/sycl.hpp>

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

Expand Down
2 changes: 0 additions & 2 deletions sycl/test-e2e/Matrix/get_coord_bf16_gemm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
#include <sycl/sycl.hpp>

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

Expand Down
2 changes: 0 additions & 2 deletions sycl/test-e2e/Matrix/get_coord_bf16_matA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
#include <sycl/sycl.hpp>

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

Expand Down
2 changes: 0 additions & 2 deletions sycl/test-e2e/Matrix/get_coord_bf16_matB.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
#include <sycl/sycl.hpp>

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

Expand Down

0 comments on commit 0a76811

Please sign in to comment.