We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Thanks for the correction, we'll update the document.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: