Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions hack/k8s-patch/template-patch/gpu-nfd-default-rule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,11 @@ spec:
vendor: {op: In, value: ["1002"]}
device: {op: In, value: ["73a1"]} # V620
# AMD Radeon
- matchFeatures:
- feature: pci.device
matchExpressions:
vendor: {op: In, value: ["1002"]}
device: {op: In, value: ["7551"]} # AI PRO R9700
- matchFeatures:
- feature: pci.device
matchExpressions:
Expand Down
5 changes: 5 additions & 0 deletions helm-charts-k8s/templates/gpu-nfd-default-rule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,11 @@ spec:
vendor: {op: In, value: ["1002"]}
device: {op: In, value: ["73a1"]} # V620
# AMD Radeon
- matchFeatures:
- feature: pci.device
matchExpressions:
vendor: {op: In, value: ["1002"]}
device: {op: In, value: ["7551"]} # AI PRO R9700
- matchFeatures:
- feature: pci.device
matchExpressions:
Expand Down