CUDA: Update minimum driver version table to include CUDA 11.8

Agrees with Release Notes, Section 1.1, Table 3.
https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html
pull/11116/head
Olexa Bilaniuk 2 years ago committed by Eli Schwartz
parent 5b5798310a
commit 6190b6466e
  1. 2
      mesonbuild/modules/cuda.py

@ -56,6 +56,8 @@ class CudaModule(NewExtensionModule):
cuda_version = args[0]
driver_version_table = [
{'cuda_version': '>=11.8.0', 'windows': '522.06', 'linux': '520.61.05'},
{'cuda_version': '>=11.7.1', 'windows': '516.31', 'linux': '515.48.07'},
{'cuda_version': '>=11.7.0', 'windows': '516.01', 'linux': '515.43.04'},
{'cuda_version': '>=11.6.1', 'windows': '511.65', 'linux': '510.47.03'},
{'cuda_version': '>=11.6.0', 'windows': '511.23', 'linux': '510.39.01'},

Loading…
Cancel
Save