Skip to content

Commit 2b908c3

Browse files
Update container_cluster: add MPS strategy on gpu_sharing block (#10471) (#7302)
[upstream:552d835ed5ba412770659dc926e07c5625ca1506] Signed-off-by: Modular Magician <[email protected]>
1 parent 5ffe5e5 commit 2b908c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/docs/r/container_cluster.html.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,6 +1032,7 @@ sole_tenant_config {
10321032
* `gpu_sharing_strategy` (Required) - The type of GPU sharing strategy to enable on the GPU node.
10331033
Accepted values are:
10341034
* `"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.
1035+
* `"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)
10351036

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

0 commit comments

Comments
 (0)