submit
MISSING
|
(1) |
|
(2) |
-
Submits a command group functor to execution.
Parameters:-
T
cgf
: The command group functor
-
-
Submits a command group functor to execution with a fallback queue. If an error occur during the execution of the kernel on the current queue, the runtime will try to run the kernel on the fallback queue.
Parameters:-
T
cgf
: The command group functor -
const cl::sycl::queue &
queue
: The fallback queue to use in case of error.
-