We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e081d2 commit eb415c4Copy full SHA for eb415c4
sycl/include/sycl/queue.hpp
@@ -2718,6 +2718,7 @@ class __SYCL_EXPORT queue : public detail::OwnerLessBase<queue> {
2718
detail::tls_code_loc_t TlsCodeLocCapture(CodeLoc);
2719
2720
#ifdef __DPCPP_ENABLE_UNFINISHED_NO_CGH_SUBMIT
2721
+ (void)Properties;
2722
return submit_kernel_direct_with_event<detail::WrapAs::single_task,
2723
KernelName>(
2724
ext::oneapi::experimental::empty_properties_t{}, nd_range<1>{1, 1},
0 commit comments