Skip to content

Commit

Permalink
Add table entry for CUDA Toolkit 10.2.89.
Browse files Browse the repository at this point in the history
  • Loading branch information
obilaniu authored and scivision committed Nov 21, 2019
1 parent e4e5f98 commit bbaacc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mesonbuild/modules/unstable_cuda.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def min_driver_version(self, state, args, kwargs):
raise argerror

driver_version_table = [
{'cuda_version': '>=10.2.89', 'windows': '441.22', 'linux': '440.33'},
{'cuda_version': '>=10.1.105', 'windows': '418.96', 'linux': '418.39'},
{'cuda_version': '>=10.0.130', 'windows': '411.31', 'linux': '410.48'},
{'cuda_version': '>=9.2.148', 'windows': '398.26', 'linux': '396.37'},
Expand Down

0 comments on commit bbaacc0

Please sign in to comment.