Add the sm_89 arch to the default CUDA binaries #107585

Merged
Sergey Sharybin merged 4 commits from :Cuda_sm_89 into main 2023-05-12 16:30:31 +02:00

4 Commits

Author SHA1 Message Date
Sergey Sharybin f0a51cc16f Prefer using default CUDA for sm_8*
buildbot/vexp-code-patch-coordinator Build done. Details
Previously, the sm_8* was compiled using provided CUDA11, which does not
support sm_89.
2023-05-11 10:46:56 +02:00
Sergey Sharybin e995493150 More correct CUDA configuration
Specify both CUDA11 and CUDA12 configurations.
2023-05-11 09:02:22 +02:00
Sergey Sharybin 6cafb3a6bf Point the latest CUDA toolkit to the 12.1.1
buildbot/vexp-code-patch-coordinator Build done. Details
The configuration key naming is a bit misleading: it is called cuda11
but from the find_package perspective and some other semantic meaning
it actually means the latest cuda.

We should consider renaming the option, but it is to be done outside
of the scope of this patch.
2023-05-10 18:22:33 +02:00
Sebastian Parborg 7433e8d558 Add the sm_89 arch to the default CUDA binaries
buildbot/vexp-code-patch-coordinator Build done. Details
Without this, support for newer NVIDIA cards will not be compiled with pre-compiling the CUDA binaries.
2023-05-03 17:37:40 +02:00