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 b442d37 commit 5fa8cccCopy full SHA for 5fa8ccc
sycl/include/sycl/queue.hpp
@@ -217,14 +217,6 @@ template <typename CommandGroupFunc, typename PropertiesT>
217
event submit_with_event_impl(const queue &Q, PropertiesT Props,
218
CommandGroupFunc &&CGF,
219
const sycl::detail::code_location &CodeLoc);
220
-
221
-template <typename KernelName, typename PropertiesT, typename KernelType,
222
- int Dims>
223
-void submit_kernel_direct_impl(const queue &Q, PropertiesT Props,
224
- nd_range<Dims> Range,
225
- const KernelType &KernelFunc,
226
- const sycl::detail::code_location &CodeLoc);
227
228
} // namespace detail
229
} // namespace ext::oneapi::experimental
230
0 commit comments