cub::PtxVersionUncached#
Overloads#
PtxVersionUncached(ptx_version)#
-
template<class T = void>
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)#
-
template<class T = void>
cudaError_t cub::PtxVersionUncached( - int &ptx_version,
- int device
Retrieves the PTX version that will be used on
device(major * 100 + minor * 10).