registerCUDAKernel

Registers a CUDA kernel constructor for a given operation type.

void
registerCUDAKernel

Parameters

opName string

The type of operation this kernel constructor caters to.

kernelCtr CUDAKernelCtr

The constructor that should be associated with operations with the type opType.

Meta