Open
Description
Describe the bug
cuDF is using private RMM macros and should stop relying on these.
Sources:
https://github.com/search?q=repo%3Arapidsai%2Fcudf+%2F%28%3F-i%29RMM_%5BA-Z_%5D*%5C%28%2F&type=code
The specific examples I see are:
cudf/cpp/src/interop/to_arrow_device.cu
Line 481 in 0e01c48
cudf/java/src/main/native/src/RmmJni.cpp
Line 660 in 0e01c48
cudf/java/src/main/native/src/RmmJni.cpp
Line 672 in 0e01c48
Pull requests like #18108 should be unnecessary.
Expected behavior
No RMM_...
macros are used in the cudf repository.
xref: rapidsai/rmm#1848