Add table entry for CUDA Toolkit 10.2.89.

This commit is contained in:
Olexa Bilaniuk 2019-11-21 00:43:38 -05:00 committed by Michael Hirsch, Ph.D
parent e4e5f981eb
commit bbaacc0a63
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ class CudaModule(ExtensionModule):
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'},