You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expose the version string in C++ and Python (rapidsai#666)
Closesrapidsai#663
Depends on rapidsai#665
* Expose C++ macros `RMM_VER_MAJOR` and `RMM_VER_MINOR` to encode the major and minor versions of RMM. This is useful for downstream packages that links with RMM in the C++ layer.
* Expose the version string via `rmm.__version__`, to follow a widely-recognized convention for accessing version of Python modules.
Authors:
- Philip Hyunsu Cho (@hcho3)
Approvers:
- Ashwin Srinath (@shwina)
- @jakirkham
- Keith Kraus (@kkraus14)
- Mark Harris (@harrism)
URL: rapidsai#666
0 commit comments