single_task
MISSING
|
(1) |
|
(2) |
|
(3) |
|
(4) |
-
This function effectively just launches a single thread to execute the kernel in serial asynchronously to the host execution. This function takes in a precompiled kernel created using
Parameters:-
cl::sycl::kernel
syclKernel
: The precompiled kernel to be enqueued -
const functorT &
functor
: The kernel being enqueued
-
-
This function effectively just launches a single thread to execute the kernel in serial asynchronously to the host execution.
Parameters:-
const functorT &
functor
: The kernel being enqueued
-
-
COMPUTECPP_DEV
Parameters:-
cl::sycl::kernel *
syclKernel
-
-
This function effectively just launches a single thread to execute the kernel in serial asynchronously to the host execution. This function takes in a precompiled kernel created using
Parameters:-
cl::sycl::kernel
syclKernel
: The precompiled kernel to be enqueued
-