Expand description
Safe abstractions over:
Modules
Safe abstractions around crate::cublas::result for doing gemm and gemv.
Safe abstractions over crate::driver::result provided by CudaSlice, CudaDevice, CudaDeviceBuilder, and more.
Wrappers around the CUDA driver API,
in two levels: result, sys. See crate::device for safe wrappers.
Safe abstractions around crate::nvrtc::result for compiling PTX files.
Wrappers around the Nvidia Runtime Compilation (nvrtc) API,
in two levels: result, and sys. See crate::jit for safe wrapper.
Safe abstractions around crate::curand::result with CudaRng.