We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d19b187 commit 649ead9Copy full SHA for 649ead9
1 file changed
dpnp/backend/src/queue_sycl.cpp
@@ -76,6 +76,7 @@ static void show_available_sycl_devices()
76
}
77
#endif
78
79
+#if defined(DPNP_LOCAL_QUEUE)
80
static cl::sycl::device get_default_sycl_device()
81
{
82
int dpnpc_queue_gpu = 0;
@@ -94,6 +95,7 @@ static cl::sycl::device get_default_sycl_device()
94
95
96
return dev;
97
98
+#endif
99
100
/**
101
* Function push the SYCL kernels to be linked (final stage of the compilation) for the current queue
0 commit comments