CUB_VERSION
Defined in cub/version.cuh
-
CUB_VERSION
The preprocessor macro
CUB_VERSION
encodes the version number of the CUB library as MMMmmmpp.Note
CUB_VERSION is formatted as
MMMmmmpp
, which differs fromCCCL_VERSION
that usesMMMmmmppp
.<tt>CUB_VERSION % 100</tt> is the sub-minor version. <tt>CUB_VERSION / 100 % 1000</tt> is the minor version. <tt>CUB_VERSION / 100000</tt> is the major version.