PtxVersionUncached
#
Overloads#
PtxVersionUncached(ptx_version)
#
-
inline cudaError_t cub::PtxVersionUncached(int &ptx_version)
Retrieves the PTX version that will be used on the current device (major * 100 + minor * 10).
PtxVersionUncached(ptx_version, device)
#
- inline cudaError_t cub::PtxVersionUncached(
- int &ptx_version,
- int device,
Retrieves the PTX version that will be used on
device
(major * 100 + minor * 10).