CUDAKernel

Provides a common interface for CUDA kernels.

Members

Functions

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

Runs the kernel with the given inputs and outputs.

Meta