registerCUDAKernel

Registers a CUDA kernel constructor for a given operation type.

void
registerCUDAKernel
(
string opName
,
CUDAKernelCtr kernelCtr
)

Parameters

opName
Type: string

The type of operation this kernel constructor caters to.

kernelCtr

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

Meta