Function CUDAKernel.execute

Runs the kernel with the given inputs and outputs.

abstract void execute (
  const(CUDABuffer)[] inputs,
  CUDABuffer output
);

Parameters

NameDescription
inputs An array of CUDABuffer objects, each corresponding to one of the dependencies of the operation used to construct this kernel.
output The destination buffer.