Module ffi

Module ffi 

Source
Expand description

CUDA FFI bindings - Real CUDA Runtime API

These are the actual CUDA C API bindings. When compiled with the cuda feature, these will link against the real CUDA runtime library.

Re-exports§

pub use stubs::*;

Modules§

stubs

Structs§

cudaDeviceProp
CUDA device properties

Enums§

cudaMemcpyKind
CUDA memory copy kind

Constants§

CUBLAS_OP_N
CUBLAS_OP_T

Functions§

check_cublas
Check cuBLAS error
check_cuda
Check CUDA error and convert to Result

Type Aliases§

cublasHandle_t
cuBLAS handle
cublasOperation_t
cuBLAS operation type
cublasStatus_t
cuBLAS status
cudaError_t
CUDA error codes
cudaEvent_t
CUDA event handle
cudaStream_t
CUDA stream handle