Skip to content

Commit

Permalink
Update container_cluster: add MPS strategy on gpu_sharing block (Goog…
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbrunogabriel authored Apr 29, 2024
1 parent 2abb74f commit 552d835
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1032,6 +1032,7 @@ sole_tenant_config {
* `gpu_sharing_strategy` (Required) - The type of GPU sharing strategy to enable on the GPU node.
Accepted values are:
* `"TIME_SHARING"`: Allow multiple containers to have [time-shared](https://cloud.google.com/kubernetes-engine/docs/concepts/timesharing-gpus) access to a single GPU device.
* `"MPS"`: Enable co-operative multi-process CUDA workloads to run concurrently on a single GPU device with [MPS](https://cloud.google.com/kubernetes-engine/docs/how-to/nvidia-mps-gpus)

* `max_shared_clients_per_gpu` (Required) - The maximum number of containers that can share a GPU.

Expand Down

0 comments on commit 552d835

Please sign in to comment.