ndl: track tesla drivers as well

pull/171/head
Vladislav Yarmak 5 years ago
parent bad6286fd5
commit 2c38eca752

@ -56,6 +56,7 @@ class Product(enum.Enum):
GeForceMobile = (111, 890)
Quadro = (73, 844)
QuadroMobile = (74, 875)
Tesla = (110, 883)
def __str__(self):
return self.name
@ -91,6 +92,7 @@ class DriverLanguage(enum.Enum):
class CUDAToolkitVersion(enum.Enum):
Nothing = 0
v10_0 = 20
v10_1 = 21
def __str__(self):
return self.name

@ -225,6 +225,15 @@
"certlevel": "Certified"
}
},
{
"type": "nvidia_downloads",
"name": "downloads linux tesla all",
"params": {
"os": "Linux_64",
"product": "Tesla",
"certlevel": "All"
}
},
{
"type": "cuda_downloads",
"name": "cuda toolkit tracker",

Loading…
Cancel
Save