CUDAKernel.execute

Runs the kernel with the given inputs and outputs.

interface CUDAKernel
void
execute

Parameters

inputs
Type: const(CUDABuffer)[]

An array of CUDABuffer objects, each corresponding to one of the dependencies of the operation used to construct this kernel.

output

The destination buffer.

Meta