Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit 234b41a

Browse files
authored
chore: add A10 GPUs as Nvidia GPUs (#5050)
Signed-off-by: Pranav Pandit <[email protected]>
1 parent 904b3ff commit 234b41a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: pkg/api/common/helper.go

+7
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@ func IsNvidiaEnabledSKU(vmSize string) bool {
8181
that we have an agreement with NVIDIA for this specific gpu.
8282
*/
8383
dm := map[string]bool{
84+
// A10
85+
"Standard_NV6ads_A10_v5": true,
86+
"Standard_NV12ads_A10_v5": true,
87+
"Standard_NV18ads_A10_v5": true,
88+
"Standard_NV36ads_A10_v5": true,
89+
"Standard_NV36adms_A10_v5": true,
90+
"Standard_NV72ads_A10_v5": true,
8491
// K80
8592
"Standard_NC6": true,
8693
"Standard_NC12": true,

0 commit comments

Comments
 (0)