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 am a novice using cmake, and am stuck on the install.
The doc says:
cd cuda_backend
cmake -D CUDA_TOOLKIT_ROOT_DIR=/path/to/cuda .
make -j8
I have installed cmake, I cd to the directory I have cloned this project (.\cuda_spatial_deform\cuda_backend), but in the second step when I replace CUDA_TOOLKIT_ROOT_DIR with path to the version of CUDA I have installed (11.2)
CMake Warning:
Ignoring extra path from command line:
Toolkit\CUDA\v11.2
CMake Error: The source directory "./cuda_spatial_deform/cuda_backend/Files/NVIDIA" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.
Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered:
I am a novice using cmake, and am stuck on the install.
The doc says:
I have installed cmake, I cd to the directory I have cloned this project (.\cuda_spatial_deform\cuda_backend), but in the second step when I replace CUDA_TOOLKIT_ROOT_DIR with path to the version of CUDA I have installed (11.2)
I get the following errors:
Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered: