Define HIPRAND_VERSION
Defined in File hiprand.h
Define Documentation
-
HIPRAND_VERSION
hipRAND library version
Version number may not be visible in the documentation.
HIPRAND_VERSION % 100is the patch level,HIPRAND_VERSION / 100 % 1000is the minor version,HIPRAND_VERSION / 100000is the major version.For example, if
HIPRAND_VERSIONis100500, then the major version is1, the minor version is5, and the patch level is0.