CUDA Toolkit 11.2.1 has been released, update version table

Strangely, the minimum version of CUDA Toolkit 11.2.0 has also been
updated - downwards. We pick up this change as well.
0.57
Olexa Bilaniuk 4 years ago committed by Nirbheek Chauhan
parent 93e50c01b8
commit 0097d3d5da
  1. 3
      mesonbuild/modules/unstable_cuda.py

@ -43,7 +43,8 @@ class CudaModule(ExtensionModule):
cuda_version = args[0]
driver_version_table = [
{'cuda_version': '>=11.2.0', 'windows': '460.89', 'linux': '460.27.04'},
{'cuda_version': '>=11.2.1', 'windows': '461.09', 'linux': '460.32.03'},
{'cuda_version': '>=11.2.0', 'windows': '460.82', 'linux': '460.27.03'},
{'cuda_version': '>=11.1.1', 'windows': '456.81', 'linux': '455.32'},
{'cuda_version': '>=11.1.0', 'windows': '456.38', 'linux': '455.23'},
{'cuda_version': '>=11.0.3', 'windows': '451.82', 'linux': '450.51.06'},

Loading…
Cancel
Save