Expand description
Error types for the OxiCUDA driver crate.
This module provides CudaError, the primary error type returned by
driver API wrappers, DriverLoadError for library-loading failures,
the check function for converting raw result codes, and the
cuda_call! macro for ergonomic unsafe FFI calls.
Enums§
- Cuda
Error - Primary error type for CUDA driver API calls.
- Driver
Load Error - Errors that can occur while dynamically loading
libcuda.so/nvcuda.dll.
Functions§
- check
- Convert a raw
CUresultinto aCudaResult<()>.
Type Aliases§
- Cuda
Result - Convenience result alias used throughout the crate.