cub::PtxVersionUncached#

Overloads#

PtxVersionUncached(ptx_version)#

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)#

cudaError_t cub::PtxVersionUncached(int &ptx_version, int device)

Retrieves the PTX version that will be used on device (major * 100 + minor * 10).