RMM error is unclear when LIBCUDACXX_ENABLE_EXPERIMENTAL_MEMORY_RESOURCE
is not provided
#1783
Labels
feature request
New feature or request
Currently, RMM uses experimental features from libcudacxx. We define this in CMake (
rmm/CMakeLists.txt
Line 104 in c1ccdad
The error that users see looks like this:
RMM should detect this case at compile time and explicitly issue a message about requiring
LIBCUDACXX_ENABLE_EXPERIMENTAL_MEMORY_RESOURCE
to be defined.Maybe something like:
would suffice.
Alternatively we could explore enabling this definition in the RMM C++ code (if it's not defined).
The text was updated successfully, but these errors were encountered: