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 new conditional cmake flag to enable specification of cuda architecture at build time #783

Open
AndrewBMadison opened this issue Jan 31, 2025 · 0 comments · May be fixed by #794
Open
Assignees

Comments

@AndrewBMadison
Copy link

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.

@AndrewBMadison AndrewBMadison self-assigned this Jan 31, 2025
@AndrewBMadison AndrewBMadison linked a pull request Feb 10, 2025 that will close this issue
4 tasks
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

Successfully merging a pull request may close this issue.

1 participant