Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Oct 24, 2023. It is now read-only.
/aks-enginePublic archive

Commit234b41a

Browse files
authored
chore: add A10 GPUs as Nvidia GPUs (#5050)
Signed-off-by: Pranav Pandit <pranavp@microsoft.com>
1 parent904b3ff commit234b41a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

‎pkg/api/common/helper.go

Lines changed: 7 additions & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp