Skip to main content

cudart_version

Function cudart_version 

Source
pub fn cudart_version() -> Result<CudaRuntimeVersion>
Expand description

Returns the CUDA runtime version that cuTENSOR was compiled against.

Can be compared against the CUDA runtime version reported by the CUDA wrapper crate.