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
Add a conditional flag to set alternate cuda architecture in build.
The cache variable TARGET_ARCH can be passed in on the command line to change the cuda architecture used.
e.g. when running the GPU simulation on target architecture 70: cmake -D ENABLE_CUDA=YES -D TARGET_ARCH=70 ..
cmake -D ENABLE_CUDA=YES -D TARGET_ARCH=70 ..
The quickstart guide also needs to be updated for this change.
The text was updated successfully, but these errors were encountered:
AndrewBMadison
Successfully merging a pull request may close this issue.
Add a conditional flag to set alternate cuda architecture in build.
The cache variable TARGET_ARCH can be passed in on the command line to change the cuda architecture used.
e.g. when running the GPU simulation on target architecture 70:
cmake -D ENABLE_CUDA=YES -D TARGET_ARCH=70 ..
The quickstart guide also needs to be updated for this change.
The text was updated successfully, but these errors were encountered: