parallel_for
MISSING
(1) | |
(2) | |
(3) | |
(4) | |
(5) | |
(6) | |
(7) | |
(8) | |
(9) | |
(10) | |
(11) | |
(12) |
-
Parameters:-
const nd_range<dimensions> &
ndRange
-
cl::sycl::kernel *
syclKernel
-
-
Parallel_for will enqueue the precompiled kernel executed a number of instances working in parallel over the number of local and global work items specified by
Parameters:-
const nd_range<dimensions> &
ndRange
: Dimensions of the global and local work groups -
cl::sycl::kernel
syclKernel
: The precompiled kernel to be enqueued
-
-
COMPUTECPP_DEV
Parameters:-
const range<dimensions> &
range
-
cl::sycl::kernel *
syclKernel
-
-
Parallel_for will enqueue the precompiled kernel executed a number of instances working in parallel over the number of global work items specified by
Parameters:-
const range<dimensions> &
range
: Dimensions of the global work group -
cl::sycl::kernel
syclKernel
: The precompiled kernel to be enqueued
-
-
Parameters:-
const range<dimensions> &
range
-
id<dimensions>
offset
-
cl::sycl::kernel *
syclKernel
-
-
Parallel_for will enqueue the precompiled kernel executed a number of instances working in parallel over the number of global work items specified by
Parameters:-
const range<dimensions> &
range
: Dimensions of the global work group -
id<dimensions>
offset
: The offset into the data being executed -
cl::sycl::kernel
syclKernel
: The precompiled kernel to be enqueued
-
-
Parallel_for will enqueue the kernel number of instances working in parallel over the number of local and global work items specified by
Parameters:-
cl::sycl::kernel
syclKernel
: The precompiled kernel to be enqueued -
const nd_range<dimensions> &
ndRange
: Dimensions of the global and local work groups -
const functorT &
functor
: The kernel being enqueued
-
-
Parallel_for will enqueue the precompiled kernel executed a number of instances working in parallel over the number of global work items specified by
Parameters:-
cl::sycl::kernel
syclKernel
: The precompiled kernel which is being run -
const range<dimensions> &
range
: Dimensions of the global work group -
const functorT &
functor
: The kernel being enqueued
-
-
Parallel_for will enqueue the precompiled kernel executed a number of instances working in parallel over the number of global work items specified by
Parameters:-
cl::sycl::kernel
syclKernel
: The precompiled kernel which is being run -
const range<dimensions> &
range
: Dimensions of the global work group -
const id<dimensions> &
offset
: The offset into the data being executed -
const functorT &
functor
: The kernel being enqueued
-
-
Parallel_for will enqueue the kernel number of instances working in parallel over the number of local and global work items specified by
Parameters:-
const nd_range<dimensions> &
ndRange
: Dimensions of the global and local work groups -
const functorT &
functor
: The kernel being enqueued
-
-
Parallel_for will enqueue the kernel number of instances working in parallel over the number of global work items specified by
Parameters:-
const range<dimensions> &
range
: Dimensions of the global work group -
const functorT &
functor
: The kernel being enqueued
-
-
Parallel_for will enqueue the kernel number of instances working in parallel over the number of global work items specified by
Parameters:-
const range<dimensions> &
range
: Dimensions of the global work group -
const id<dimensions> &
offset
: The offset into the data being executed -
const functorT &
functor
: The kernel being enqueued
-