Module cuda_min

Module cuda_min 

Source

Re-exports§

pub use crate::cuda_module::CudaEvent;
pub use crate::cuda_module::CudaModule;
pub use crate::cuda_module::launch_kernel;

Structs§

CudaCtx
DeviceBuffer
PinnedBuffer

Functions§

copy_d_to_h_async
copy_h_to_d_async
mem_info
Query the current context’s free/total HBM in bytes. Used by HSS install preflight to fail fast with an actionable error before a multi-GB cuMemAlloc blows up cryptically. Phase-7 follow-up to PR #47.
stream_sync