CUDAKernel.execute

Runs the kernel with the given inputs and outputs.

interface CUDAKernel
void
execute

Parameters

inputs const(CUDABuffer)[]

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

output CUDABuffer

The destination buffer.

Meta