You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/r/container_cluster.html.markdown
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1032,6 +1032,7 @@ sole_tenant_config {
1032
1032
*`gpu_sharing_strategy` (Required) - The type of GPU sharing strategy to enable on the GPU node.
1033
1033
Accepted values are:
1034
1034
*`"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)
1035
1036
1036
1037
*`max_shared_clients_per_gpu` (Required) - The maximum number of containers that can share a GPU.
0 commit comments