Skip to main content

get_compute_capability

Function get_compute_capability 

Source
pub fn get_compute_capability(device: u32) -> CudaRtResult<(u32, u32)>
Expand description

Returns the compute capability as a (major, minor) pair.

Convenience helper built on top of get_device_properties.

ยงErrors

Propagates errors from get_device_properties.