Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help with install #15

Open
pcaliber opened this issue Feb 9, 2022 · 0 comments
Open

Help with install #15

pcaliber opened this issue Feb 9, 2022 · 0 comments

Comments

@pcaliber
Copy link

pcaliber commented Feb 9, 2022

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 -D CUDA_TOOLKIT_ROOT_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.2

I get the following errors:

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant