SmVersionUncached
#
- inline cudaError_t cub::SmVersionUncached(
- int &sm_version,
- int device = CurrentDevice(),
Retrieves the SM version (i.e.
compute capability) of
device
(major * 100 + minor * 10)
SmVersionUncached
#Retrieves the SM version (i.e.
compute capability) of device
(major * 100 + minor * 10)