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

Add -A x64 to the cmake command not -A 64 #5

Open
seasideccm opened this issue Oct 14, 2022 · 1 comment
Open

Add -A x64 to the cmake command not -A 64 #5

seasideccm opened this issue Oct 14, 2022 · 1 comment

Comments

@seasideccm
Copy link

Compile on Windows
Add -A 64 to the cmake command

This sentence may have been a clerical error.

Try this:
cmake -DUSE_CUDA=ON -DCUDA_TOOLKIT_ROOT="E:/Program Files/NVIDIA GPU Computing Toolkit/CUDA" -DGPU_ARCH=M -A x64 ..

Replace "E:/Program Files/NVIDIA GPU Computing Toolkit/CUDA" with yours own CUDA directory.

It generated a visual studio project on windows.

@huchinlp
Copy link
Member

Thanks for the correction, we'll update the document.

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

2 participants