Build AMD GPU operator images for ppc64le#565
Conversation
Signed-off-by: Amulyam24 <amulmek1@in.ibm.com>
|
Hi @Amulyam24 thanks for raising the PR, could you please share more details about why you want to expand the image build to ppc64le ? for example:
Thanks |
Hi @yansun1996, This PR has been raised in a effort to support heterogenous computing with AMD GPUs for IBM Power(ppc64le).
Deployed the GPU operator on a single node K8s cluster on a machine with 2 AMD MI210 GPUS
Host OS: Linux ppc64le
For trials, we have used a single node k8s cluster but there are use cases where it would be on larger clusters. Let me know if you have further questions, Thanks! |
Motivation
This PR aims to expand the arch support for the operator images
Technical Details
Added multi-arch support with Docker buildx
Test Plan
Tested the image along with the device plugin and KKM on a ppc64le test cluster
Test Result
Works as expected. Verified by running a sample vLLM pod on 1 AMD GPU
Submission Checklist