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
I have installed RAFT-C++ with mamba. Then I try to execute raft/cpp/template/build.sh to build the demo. But the following error reports:
CMake Error at CMakeLists.txt:19 (include):
include could not find requested file:
rapids-cmake
CMake Error at CMakeLists.txt:20 (include):
include could not find requested file:
rapids-cpm
CMake Error at CMakeLists.txt:21 (include):
include could not find requested file:
rapids-export
CMake Error at CMakeLists.txt:22 (include):
include could not find requested file:
rapids-find
Why does this happen? How can I compile and run a file which uses RAFT?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
What is your question?
I have installed RAFT-C++ with mamba. Then I try to execute raft/cpp/template/build.sh to build the demo. But the following error reports:
Why does this happen? How can I compile and run a file which uses RAFT?
Thanks in advance!
The text was updated successfully, but these errors were encountered: