Module cuda_module

Module cuda_module 

Source

Structs§

CudaEvent
CUDA event for cross-stream / host-side completion tracking.
CudaModule
Loaded CUmodule with cached function lookups. Drop unloads.

Functions§

launch_kernel
Direct cuLaunchKernel wrapper. Caller is responsible for ensuring the params pointer array stays valid until the launch returns.