Function librapid::loadKernel#

Function Documentation#

std::string librapid::loadKernel(const std::string &relPath)#

Load a CUDA kernel from a file and return the string representation of it.

Parameters

relPath – File path relative to LibRapid’s “cuda/kernels” directory

Returns

String representation of the kernel