Function cl_enqueue_nd_range_kernel

Source
pub unsafe fn cl_enqueue_nd_range_kernel<W: Waitlist>(
    queue: cl_command_queue,
    kernel: cl_kernel,
    work: &Work,
    waitlist: W,
) -> Output<cl_event>
Expand description

Queues an n-dimensionally ranged kernel to be executed.

Blocks until the kernel is finished.

ยงSafety

Usage of an invalid ClObject is undefined behavior.