RAFT contains fundamental widely-used algorithms and primitives for machine learning and information retrieval. The algorithms are CUDA-accelerated and form building blocks for more easily writing high performance applications.
Is your feature request related to a problem? Please describe.
I'm using RAFT by rapids.cmake, while errors occur sometime related to cmake, it's hard to debug, usually I need to remove all build folder to restart again, a waste of time.
Describe the solution you'd like
don't do complicated dependency management in cmake, hope RAFT can support conan (https://docs.conan.io/2/) or other similar tools.
Is your feature request related to a problem? Please describe. I'm using RAFT by rapids.cmake, while errors occur sometime related to cmake, it's hard to debug, usually I need to remove all build folder to restart again, a waste of time.
Describe the solution you'd like don't do complicated dependency management in cmake, hope RAFT can support conan (https://docs.conan.io/2/) or other similar tools.
Describe alternatives you've considered
Additional context