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
(generated at build time using this mechanism), libcugraph should also include preprocessor defines that clients can use to check for compatibility. libcugraph should copy this mechanism for consistency with RMM and any other RAPIDS libs that use it.
The text was updated successfully, but these errors were encountered:
…hpp file. (#1476)
Adds cmake function and .hpp template for generating a `version_config.hpp` file, similar to RMM's file of the same name. This allows C++ clients to include the file from the libcugraph install to query version information for reporting, checking compatibility, etc.
Tested by building and installing libcugraph and checking that `version_config.hpp` was present in the conda environment and contained the correct information.
closes#1472
FYI @anaruse
Authors:
- Rick Ratzel (@rlratzel)
Approvers:
- Brad Rees (@BradReesWork)
- Alex Fender (@afender)
URL: #1476
Similar to RMM's
version_config.hpp
:(generated at build time using this mechanism),
libcugraph
should also include preprocessor defines that clients can use to check for compatibility.libcugraph
should copy this mechanism for consistency with RMM and any other RAPIDS libs that use it.The text was updated successfully, but these errors were encountered: