Open whyevenquestion1t opened 7 months ago
This is already supported as gpu_sharing_config, which takes arbitrary string values - the docs just need to be updated.
This is already supported as gpu_sharing_config, which takes arbitrary string values - the docs just need to be updated.
Thank you! Setting gpu_sharing_strategy = "mps"
worked for me
Community Note
Description
https://cloud.google.com/kubernetes-engine/docs/how-to/nvidia-mps-gpus#deploy GCP has a Multi Processing Service feature that has a configuration of gpu-sharing-strategy=mps through the gcloud CLI. Unfortunately, that is the only way to deploy it. I am looking forward to being able to deploy a GKE cluster and configure a node pool with MPS through terraform.
New or Affected Resource(s)
Potential Terraform Configuration
References
https://cloud.google.com/kubernetes-engine/docs/how-to/nvidia-mps-gpus#enable-node-pool
b/335463855