Skip to content

Commit

Permalink
scheduler: suppport amd.com/gpu (#2174)
Browse files Browse the repository at this point in the history
Signed-off-by: wangjianyu.wjy <wangjianyu.wjy@alibaba-inc.com>
Co-authored-by: wangjianyu.wjy <wangjianyu.wjy@alibaba-inc.com>
Co-authored-by: Fansong Zeng <fanster.z@gmail.com>
  • Loading branch information
3 people authored Sep 2, 2024
1 parent 6074e77 commit 49185b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apis/extension/device_share.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const (
const (
ResourceNvidiaGPU corev1.ResourceName = "nvidia.com/gpu"
ResourceHygonDCU corev1.ResourceName = "dcu.com/gpu"
ResourceAMDGPU corev1.ResourceName = "amd.com/gpu"
ResourceRDMA corev1.ResourceName = DomainPrefix + "rdma"
ResourceFPGA corev1.ResourceName = DomainPrefix + "fpga"
ResourceGPU corev1.ResourceName = DomainPrefix + "gpu"
Expand Down

0 comments on commit 49185b2

Please sign in to comment.