You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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:
(I.e. I have to look this occasioanlly and searching often brings up unrelated stack overflow posts rather than the answer)
The text was updated successfully, but these errors were encountered: