NVIDIA / gpu-operator

NVIDIA GPU Operator creates, configures, and manages GPUs in Kubernetes
https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/index.html
Apache License 2.0
1.8k stars 293 forks source link

gpu-operator on ppc64le #79

Open ticlazau opened 4 years ago

ticlazau commented 4 years ago

Hello,

has anyone successfully manage to get the gpu-operator on ppc64le architecture with V100 GPUs?

Thanks, FM

dllehr81 commented 4 years ago

hi @ticlazau I'd like to hijack this issue to check the waters on uploading some PR's to add ppc64le support to the gpu-operator and it's subsequent required repos (driver, container-config1, etc)
I have forked all necessary repo's and updated the code to at least work with the PCIe attached gpu's with ppc64le I'm still struggling to get the AC922 with V100 GPUs to come online due to their numa memory setup.

Would these PR's be something the project is willing to accept and upstream?