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

Commit 5a4f3ec

Browse files
committed
[SYCL][ESIMD] Remove unnecessary namespace using directive
Signed-off-by: Kochetkov, Yuriy <[email protected]>
1 parent 51a7965 commit 5a4f3ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

SYCL/ESIMD/api/functional/ctors/ctor_move.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
#include <cassert>
3131

3232
using namespace sycl::ext::intel::experimental::esimd;
33-
using namespace esimd_test::api::functional::ctors;
3433
using namespace esimd_test::api::functional;
3534

3635
// Uses the initializer C++ context to call simd move constructor
@@ -94,7 +93,7 @@ class const_ref {
9493
// Runs a TestCaseT, specific for each C++ context, for a simd<DataT,NumElems>
9594
// instance
9695
template <typename DataT, int NumElems, typename TestCaseT> class run_test {
97-
using KernelName = Kernel<DataT, NumElems, TestCaseT>;
96+
using KernelName = ctors::Kernel<DataT, NumElems, TestCaseT>;
9897

9998
public:
10099
bool operator()(sycl::queue &queue, const std::string &data_type) {

0 commit comments

Comments
 (0)