From 553a66e4ca36dcc8a329fe8886a5176d397a08b7 Mon Sep 17 00:00:00 2001 From: Yan Sun Date: Thu, 12 Mar 2026 06:50:58 -0700 Subject: [PATCH] [Fix] Amend Radeon Pro W7900D PCI ID into NFD rule (#1189) Signed-off-by: yansun1996 (cherry picked from commit 87d123a729ef01f1bc7a50964ffbbd97cea0f3f6) --- hack/k8s-patch/template-patch/gpu-nfd-default-rule.yaml | 7 ++++++- helm-charts-k8s/templates/gpu-nfd-default-rule.yaml | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/hack/k8s-patch/template-patch/gpu-nfd-default-rule.yaml b/hack/k8s-patch/template-patch/gpu-nfd-default-rule.yaml index 6a3583f9c..7d0269cdc 100644 --- a/hack/k8s-patch/template-patch/gpu-nfd-default-rule.yaml +++ b/hack/k8s-patch/template-patch/gpu-nfd-default-rule.yaml @@ -145,6 +145,11 @@ spec: matchExpressions: vendor: {op: In, value: ["1002"]} device: {op: In, value: ["7448"]} # W7900 + - matchFeatures: + - feature: pci.device + matchExpressions: + vendor: {op: In, value: ["1002"]} + device: {op: In, value: ["744b"]} # W7900D - matchFeatures: - feature: pci.device matchExpressions: @@ -184,7 +189,7 @@ spec: - feature: pci.device matchExpressions: vendor: {op: In, value: ["1002"]} - device: {op: In, value: ["7551"]} # AI PRO R9700 / R9700S / R9600 + device: {op: In, value: ["7551"]} # AI PRO R9700 / R9700S / R9600D # AMD Radeon - matchFeatures: - feature: pci.device diff --git a/helm-charts-k8s/templates/gpu-nfd-default-rule.yaml b/helm-charts-k8s/templates/gpu-nfd-default-rule.yaml index 6a3583f9c..7d0269cdc 100644 --- a/helm-charts-k8s/templates/gpu-nfd-default-rule.yaml +++ b/helm-charts-k8s/templates/gpu-nfd-default-rule.yaml @@ -145,6 +145,11 @@ spec: matchExpressions: vendor: {op: In, value: ["1002"]} device: {op: In, value: ["7448"]} # W7900 + - matchFeatures: + - feature: pci.device + matchExpressions: + vendor: {op: In, value: ["1002"]} + device: {op: In, value: ["744b"]} # W7900D - matchFeatures: - feature: pci.device matchExpressions: @@ -184,7 +189,7 @@ spec: - feature: pci.device matchExpressions: vendor: {op: In, value: ["1002"]} - device: {op: In, value: ["7551"]} # AI PRO R9700 / R9700S / R9600 + device: {op: In, value: ["7551"]} # AI PRO R9700 / R9700S / R9600D # AMD Radeon - matchFeatures: - feature: pci.device