pub fn compile_cuda_kernel_runtime(
kernel_source: &str,
kernel_name: &str,
options: &CudaKernelCompilationOptions,
) -> Result<RuntimeCudaKernel, String>Expand description
Compile CUDA kernel at runtime
pub fn compile_cuda_kernel_runtime(
kernel_source: &str,
kernel_name: &str,
options: &CudaKernelCompilationOptions,
) -> Result<RuntimeCudaKernel, String>Compile CUDA kernel at runtime