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

Readme add: cmake -T cuda= #1254

Open
ptheywood opened this issue Nov 21, 2024 · 1 comment
Open

Readme add: cmake -T cuda= #1254

ptheywood opened this issue Nov 21, 2024 · 1 comment

Comments

@ptheywood
Copy link
Member

For Windows users with mutliple CUDA installations, it might be useful to add the use of -T cuda=<version> to our windows cmake configuration readme, to select non-default versions of CUDA.

I.e. with CUDA 12.4, 12.5 and 12.6 installed on windows, with 12.6 being found by deafault, you can select an older toolkit using:

cmake -S . -B build -T cuda=12.5  

(I.e. I have to look this occasioanlly and searching often brings up unrelated stack overflow posts rather than the answer)

@Robadob
Copy link
Member

Robadob commented Nov 21, 2024

It's noted in the userguide

https://docs.flamegpu.com/quickstart/index.html#compiling-your-project

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