Skip to main content

compile_cuda_kernel_runtime

Function compile_cuda_kernel_runtime 

Source
pub fn compile_cuda_kernel_runtime(
    kernel_source: &str,
    kernel_name: &str,
    options: &CudaKernelCompilationOptions,
) -> Result<RuntimeCudaKernel, String>
Expand description

Compile CUDA kernel at runtime