Skip to content

Commit 6770f73

Browse files
Removed setting DPNP_LOCAL_QUEUE in tests
Since DPNP_LOCAL_QUEUE has been removed.
1 parent 516690d commit 6770f73

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

dpnp/backend/tests/test_broadcast_iterator.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
#include "dpnp_iterator.hpp"
3131
#include "dpnp_test_utils.hpp"
3232

33-
// TODO need to fix build procedure and remove this workaround. Issue #551
34-
#define DPNP_LOCAL_QUEUE 1
3533
#include "queue_sycl.hpp"
3634

3735
struct IteratorParameters

dpnp/backend/tests/test_utils_iterator.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
#include "dpnp_iterator.hpp"
3131
#include "dpnp_test_utils.hpp"
3232

33-
// TODO need to fix build procedure and remove this workaround. Issue #551
34-
#define DPNP_LOCAL_QUEUE 1
3533
#include "queue_sycl.hpp"
3634

3735
using namespace std;

0 commit comments

Comments
 (0)