parallel_for_work_group
MISSING
|
(1) |
|
(2) |
|
(3) |
|
(4) |
|
(5) |
|
(6) |
|
(7) |
-
Parameters:-
const range<dimensions> &numGroups -
cl::sycl::kernel *syclKernel
-
-
parallel_for_work_group will enqueue the precompiled kernel syclKernel to be executed a number of instances working in parallel over the number of local and global work items specified by
Parameters:-
const range<dimensions> &numGroups: Dimensions of the global and local work groups -
cl::sycl::kernelsyclKernel: The precompiled kernel which is being run
-
-
Parameters:-
const range<dimensions> &numGroups -
const range<dimensions> &groupSize -
cl::sycl::kernel *syclKernel
-
-
parallel_for_work_group will enqueue the precompiled kernel syclKernel to be executed a number of instances working in parallel over the number of local and global work items specified by
Parameters:-
cl::sycl::kernelsyclKernel: The precompiled kernel which is being run -
const range<dimensions> &range: Dimensions of the global work groups -
const functorT &functor: The kernel being enqueued
-
-
parallel_for_work_group will enqueue the precompiled kernel syclKernel to be executed a number of instances working in parallel over the number of local and global work items specified by
Parameters:-
cl::sycl::kernelsyclKernel: The precompiled kernel which is being run -
const range<dimensions> &numGroups: dimensions of the work groups being launched -
const range<dimensions> &groupSize: each work group will launch work-items of dimension of -
const functorT &functor: The kernel being enqueued
-
-
parallel_for_work_group will enqueue the kernel be executed a number of instances working in parallel over the number of local and global work items specified by
Parameters:-
const range<dimensions> &range: Dimensions of the global and local work groups -
const functorT &functor: The kernel being enqueued
-
-
parallel_for_work_group will enqueue the precompiled kernel syclKernel to be executed a number of instances working in parallel over the number of local and global work items specified by
Parameters:-
const range<dimensions> &numGroups: dimensions of the work groups being launched -
const range<dimensions> &groupSize: each work group will launch work-items of dimension of -
const functorT &functor: The kernel being enqueued
-