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 % 100
is the patch level,HIPRAND_VERSION / 100 % 1000
is the minor version,HIPRAND_VERSION / 100000
is the major version.For example, if
HIPRAND_VERSION
is100500
, then the major version is1
, the minor version is5
, and the patch level is0
.