Skip to content

Commit f07dc97

Browse files
committed
feat(recipes): add GKE GB200 (A4X) recipe with NVLS NCCL validation
Add the gb200-gke-cos-{training,training-kubeflow,training-slurm, inference,inference-dynamo} recipe leaves, covering GB200 (A4X) on GKE with COS. New gke-gb200-rdma component wires the NCCL gIB ARM64 plugin installer needed for GPUDirect-RDMA over RoCE, plus its health check and BOM/tuning docs. The GKE multi-networking objects (GKENetworkParamSet/Network: gvnic-1, rdma-0..rdma-3) are provisioned with the cluster before the node pool exists, not by this component: AICR treats them as a prerequisite and validates all 5 objects — including deviceMode and parametersRef linkage — via health check. GB200 on GKE is NVLS-only: MNNVL across the A4X nodes' IMEX domain is the fabric that actually carries all-reduce traffic, so nccl-all-reduce-bw-nvls (not the plain check) is wired into the training leaves' performance phase, backed by a new runtime-nvls.yaml TrainingRuntime template with IMEX ComputeDomain wiring. GPU NIC discovery in the NCCL validator is skipped for this accelerator/service pair since it uses the gke-gb200-rdma Network CRs instead of the TCPXO gpu-nic-* fabric. GB200 already has a Kubeflow leaf overlay on EKS and OKE; adds the same kubeflow-trainer component here so GKE isn't the only GB200 platform missing one, giving robust-controller conformance a supported operator to validate instead of always skipping. Also adds a gb200-gke-cos-inference-dynamo leaf (grove + dynamo-platform, DRA-gated to Kubernetes 1.34+), mirroring the GB200 EKS/OKE Dynamo overlays' performance-gate thresholds until a GKE-specific baseline is published. This turns the bare gb200-gke-cos-inference overlay from a leaf into a base shared by both the plain and Dynamo inference leaves, the same base/platform-variant pattern already used above for training/training-kubeflow. And a gb200-gke-cos-training-slurm leaf (Slinky operator + a Slinky-managed Slurm cluster), mirroring gb200-eks-ubuntu-training-slurm's GPU GRES, task isolation, and NVLS/IMEX ComputeDomain wiring for the same 4-GPU-per-node accelerator shape. Unlike the Kubeflow Trainer/JobSet controllers above, Slinky's controller/restapi/nodeset Deployments already go through AICR's ordinary nodeScheduling tolerationPaths, so this leaf needs no Trainer-style toleration workaround. Floor calibrated on a4x-highgpu-4g (4x GB200/node): 2-node/8-GPU all_reduce_perf measured 281.936 GB/s avg bus bandwidth. Validated on a live A4X cluster across conformance, deployment, and NVLS performance for the training and training-kubeflow leaves. gb200-gke-cos-inference-dynamo is validated across all three phases on the same cluster: deployment, conformance, and performance (103,971 tokens/sec throughput, 1388.55ms TTFT p99). gb200-gke-cos-training-slurm is validated through deployment and conformance, including the GB200-specific slinky-slurm-imex-channel health check; its NVLS performance phase has not yet been run. Signed evidence bundles for both (Sigstore/Rekor, keyless OIDC) are pushed to ghcr.io/mikecook/aicr-evidence with pointers committed under recipes/evidence/, and the signer is added to the community allowlist. Signed-off-by: Mike Cook <micook@nvidia.com>
1 parent 63fb8a5 commit f07dc97

35 files changed

Lines changed: 2204 additions & 15 deletions

File tree

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ For pipelines and platforms that call AICR programmatically or host
4646
| Add or modify recipe metadata | [Recipe Development](integrator/recipe-development.md) |
4747
| Verify artifacts (SLSA, SBOM, attestations) | [Supply Chain Verification](integrator/supply-chain-verification.md) |
4848
| Ship custom validators via `--data` | [Validator Extension](integrator/validator-extension.md) |
49-
| Cloud-specific GPU setup | [AKS](integrator/aks-gpu-setup.md), [GKE](integrator/gke-gpu-setup.md), [EKS networking](integrator/eks-dynamo-networking.md), [GKE networking](integrator/gke-tcpxo-networking.md), [Talos](integrator/talos-integration.md) |
49+
| Cloud-specific GPU setup | [AKS](integrator/aks-gpu-setup.md), [GKE](integrator/gke-gpu-setup.md), [EKS networking](integrator/eks-dynamo-networking.md), [GKE TCPXO networking](integrator/gke-tcpxo-networking.md), [GKE GB200 networking](integrator/gke-gb200-networking.md), [Talos](integrator/talos-integration.md) |
5050

5151
### Contributor Guide
5252

docs/contributor/validator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ default** (`Qwen/Qwen3-8B` at 256/GPU). A non-positive / non-integer
804804
| `AICR_INFERENCE_PERF_WORKLOAD_READY_TIMEOUT` | `10m` | Wait for the `DynamoGraphDeployment` to become ready (image pull + model load + worker health). Large models load slower — raise this **and** the catalog entry's `timeout` in tandem, or the parent deadline caps it. |
805805
| `AICR_INFERENCE_PERF_HEALTH_TIMEOUT` | `5m` | Wait for the endpoint to serve a real chat-completion *after* the workload reports Ready. Concurrent first-load from one RWO cache PVC can push first-serve past 5m; raise it (bounded by the catalog `timeout`). |
806806
| `AICR_INFERENCE_PERF_MODEL_CACHE_SIZE` | `100Gi` (on) | The PVC-backed model-weights cache is **on by default**. Set a different K8s quantity to resize, or a disable sentinel (`off`/`0`/`none`/`disabled`) to turn it off and download from HF directly. |
807-
| `AICR_INFERENCE_PERF_MODEL_CACHE_STORAGE_CLASS` | cluster default | StorageClass for the cache PVC. On a cluster with **no default SC and no value here**, the check **fails fast** with guidance rather than leaving the PVC `Pending` until timeout. AICR-deployed EKS gets a default `gp3` SC from `aws-ebs-csi-driver`; GKE has `standard-rwo`. |
807+
| `AICR_INFERENCE_PERF_MODEL_CACHE_STORAGE_CLASS` | cluster default | StorageClass for the cache PVC. On a cluster with **no default SC and no value here**, the check **fails fast** with guidance rather than leaving the PVC `Pending` until timeout. AICR-deployed EKS gets a default `gp3` SC from `aws-ebs-csi-driver`; GKE has `standard-rwo` — **except A4X/GB200 nodes**, which reject `standard-rwo`'s `pd-balanced` disks and need a Hyperdisk-backed class (see [GKE GB200 Storage Prerequisites](../integrator/gke-gb200-networking.md#storage-prerequisites)). |
808808
| `AICR_INFERENCE_PERF_MODEL_CACHE_POPULATE_TIMEOUT` | `13m` | Wait for the one-time model-cache populate Job (cold image pull + first-ever Hugging Face download into the PVC). Separate from — and larger than — `AICR_INFERENCE_PERF_WORKLOAD_READY_TIMEOUT` because the populate Job pays a cold pull *and* a multi-GB download; provide the optional HF-token secret to remove anonymous-download throttling. Raise it (and the catalog `timeout`) for very large models. **Migration:** the cache-populate wait no longer honors `AICR_INFERENCE_PERF_WORKLOAD_READY_TIMEOUT` (which now bounds only the DynamoGraphDeployment readiness wait) — set this knob instead to widen the populate budget. |
809809

810810
For gated models, or to lift Hugging Face rate limits on large downloads,

docs/index.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ navigation:
7575
path: integrator/eks-dynamo-networking.md
7676
- page: GKE TCPXO Networking
7777
path: integrator/gke-tcpxo-networking.md
78+
- page: GKE GB200 Networking
79+
path: integrator/gke-gb200-networking.md
7880
- page: OpenShift Deployment
7981
path: integrator/openshift.md
8082
- page: Talos Integration

docs/integrator/components/nodewright.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ The table below is generated from the recipes by `make tuning-docs` — **do not
8686
| eks | rtx-pro-6000 | generic | - | nvidia-tuned 0.3.2 |
8787
| gke | a100 | h100 | - | nvidia-tuning-gke 0.1.2 |
8888
| gke | b200 | - | - | nvidia-tuning-gke 0.1.2 |
89+
| gke | gb200 | - | - | nvidia-tuning-gke 0.1.2 |
8990
| gke | h100 | - | - | nvidia-tuning-gke 0.1.2 |
9091

9192
{/* END AICR-TUNING */}
Lines changed: 346 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,346 @@
1+
# GKE GB200 (A4X) Networking Prerequisites
2+
3+
For the **GB200 GKE COS** recipes (`gb200-gke-cos-training`,
4+
`gb200-gke-cos-training-kubeflow`, `gb200-gke-cos-training-slurm`, and
5+
`gb200-gke-cos-inference-dynamo`, all on `a4x-highgpu-4g` nodes),
6+
GPUDirect-RDMA over RoCE enables high-speed inter-node GPU communication on
7+
GKE. The recipe's NCCL workloads set `NCCL_NET=gIB` explicitly (see
8+
`recipes/components/gke-gb200-rdma/manifests/nccl-gib-installer-arm64.yaml`)
9+
rather than letting NCCL auto-select a plugin, so a missing or
10+
misconfigured RDMA fabric doesn't silently fall back to a slower network
11+
path — it fails outright.
12+
13+
## Infrastructure Prerequisites
14+
15+
GKE clusters must have multi-networking configured before deploying AICR bundles:
16+
17+
- Multi-networking enabled (1 gVNIC + 4 RDMA NICs per `a4x-highgpu-4g` node)
18+
- `Network` + `GKENetworkParamSet` CRs for the gVNIC and 4 RDMA NICs (cluster-specific
19+
VPC/subnet values, but fixed object names — see below; not managed by AICR)
20+
- `nccl-rdma-installer` DaemonSet on GPU nodes (included in the AICR bundle)
21+
22+
The last one ships in the AICR bundle. The first is **cluster provisioning**
23+
AICR's `gke-gb200-rdma` health check detects it but does not create it.
24+
25+
### Provisioning multi-networking
26+
27+
These steps are ordered, following Google's
28+
[A4X custom setup guide](https://docs.cloud.google.com/ai-hypercomputer/docs/create/gke-ai-hypercompute-custom-a4x):
29+
30+
1. **Create the VPCs and subnets** — one dedicated VPC + subnet per NIC, five in
31+
total (one gVNIC, four RDMA), in the cluster's region.
32+
2. **Create the cluster** with multi-networking enabled (HIPPO's `GKECluster` CR
33+
does this via `spec.networks.managed.gb200NetworkStrategy`).
34+
3. **Create the GPU node pool** on an `a4x-highgpu-4g` machine type, attaching
35+
the five VPC/subnet pairs as `additionalNodeNetworkConfigs`.
36+
4. **Apply the `Network` and `GKENetworkParamSet` CRs** — one pair per NIC,
37+
binding each additional node network into the cluster so pods can reference
38+
it. Unlike TCPXO (see [GKE TCPXO Networking](gke-tcpxo-networking.md)), the
39+
**object names are fixed, not cluster-specific**: `gvnic-1` for the gVNIC and
40+
`rdma-0` through `rdma-3` for the RDMA NICs. Only the `vpc`/`vpcSubnet` fields
41+
inside each `GKENetworkParamSet` vary per cluster (they name the VPC/subnet
42+
your cluster actually has):
43+
44+
```yaml
45+
apiVersion: networking.gke.io/v1
46+
kind: GKENetworkParamSet
47+
metadata:
48+
name: gvnic-1
49+
spec:
50+
vpc: "PREFIX-gvnic"
51+
vpcSubnet: "PREFIX-gvnic"
52+
deviceMode: NetDevice
53+
---
54+
apiVersion: networking.gke.io/v1
55+
kind: Network
56+
metadata:
57+
name: gvnic-1
58+
spec:
59+
type: "Device"
60+
parametersRef:
61+
group: networking.gke.io
62+
kind: GKENetworkParamSet
63+
name: gvnic-1
64+
```
65+
66+
Repeat for `rdma-0` through `rdma-3`, pointing `vpc`/`vpcSubnet` at
67+
`PREFIX-gpu-nic-{0..3}-gb` (or whatever names your VPCs/subnets were given
68+
in step 1, with `PREFIX` replaced by your own) — and set
69+
**`deviceMode: RDMA`** on all four, not `NetDevice` (that value is only
70+
correct for `gvnic-1` above).
71+
72+
> **The fixed naming is a requirement, not a convention.** AICR's
73+
> `checks/gke-gb200-rdma/health-check.yaml` asserts these five objects by exact
74+
> name (`gvnic-1`, `rdma-0`..`rdma-3`), including `spec.deviceMode` and
75+
> `spec.parametersRef` linkage. A cluster provisioned with different `Network`
76+
> names passes Google's own setup guide but fails this check — rename to match
77+
> before running `aicr validate`.
78+
79+
AICR installs the `nccl-rdma-installer` DaemonSet and detects the CRs; it does
80+
not provision the networking itself. These steps are a summary of the
81+
prerequisite AICR depends on, not a complete provisioning runbook — follow
82+
Google's guide above for the full procedure, including firewall rules and
83+
supported GKE version floors.
84+
85+
Separately from GKE's own networking version floor, all AICR GB200 GKE
86+
recipes (including `gb200-gke-cos-training-slurm`, which inherits it from
87+
`gb200-gke-cos-training`) enforce `K8s.server.version >= 1.34`: NVLS
88+
provisions the IMEX channel through a DRA `ComputeDomain`, which requires
89+
the GA `resource.k8s.io/v1` API. `aicr validate` fails readiness on an
90+
older control plane with this constraint by name.
91+
92+
### Verifying
93+
94+
```shell
95+
kubectl get network.networking.gke.io \
96+
-o custom-columns='NAME:.metadata.name,PARAMETERS-REF:.spec.parametersRef.name'
97+
kubectl get gkenetworkparamset.networking.gke.io \
98+
-o custom-columns='NAME:.metadata.name,DEVICE-MODE:.spec.deviceMode'
99+
```
100+
101+
Expect `gvnic-1` and `rdma-0` through `rdma-3` — the five prerequisite
102+
`Network`s from step 4 — each bound to its `GKENetworkParamSet` via
103+
`spec.parametersRef` (shown in the `PARAMETERS-REF` column above). Fewer
104+
than five, or a `GKENetworkParamSet` with the wrong `DEVICE-MODE`, means
105+
the prerequisite is incomplete or misconfigured — `aicr validate` (via the
106+
`gke-gb200-rdma` health check) reports the shortfall by name.
107+
108+
You'll also see a `default` network/`GKENetworkParamSet` pair in the same
109+
output — that one is GKE-managed (created automatically once
110+
multi-networking is enabled), not part of this prerequisite, and isn't
111+
checked by name.
112+
113+
## Driver Installer
114+
115+
`a4x-highgpu-4g` recipes generated with `--profile gpuStack=driver-installer`
116+
(see [GKE GPU Setup](gke-gpu-setup.md#alternative-let-gpu-operator-manage-the-device-plugin))
117+
need Google's standalone `nvidia-driver-installer` DaemonSet applied before
118+
GPU workloads can schedule — this presumes the node-pool prerequisite
119+
(pools created with `gpu-driver-version=disabled` plus the
120+
`gke-no-default-nvidia-gpu-device-plugin=true` label) is already in place.
121+
The manifest below is Google's generic upstream COS driver-installer
122+
DaemonSet (`daemonset-preloaded.yaml`, including its `partition-gpus`
123+
init container — Google's `nvidia-partition-gpu` MIG tool, carried over
124+
unchanged and a no-op here since this recipe allocates whole GPUs per
125+
node rather than configuring MIG), adapted two ways for GB200: the
126+
`nodeAffinity` also requires the `gke-no-default-nvidia-gpu-device-plugin`
127+
label (the `driver-installer` profile's node-pool prerequisite, which the
128+
plain upstream manifest doesn't check), and the install step pins an
129+
explicit
130+
[COS-qualified driver version](https://cloud.google.com/kubernetes-engine/docs/how-to/gpus#cos)
131+
instead of letting `cos-gpu-installer` pick its own default:
132+
133+
```yaml
134+
apiVersion: apps/v1
135+
kind: DaemonSet
136+
metadata:
137+
name: nvidia-driver-installer
138+
namespace: kube-system
139+
labels:
140+
k8s-app: nvidia-driver-installer
141+
spec:
142+
selector:
143+
matchLabels:
144+
k8s-app: nvidia-driver-installer
145+
updateStrategy:
146+
type: RollingUpdate
147+
template:
148+
metadata:
149+
labels:
150+
name: nvidia-driver-installer
151+
k8s-app: nvidia-driver-installer
152+
spec:
153+
priorityClassName: system-node-critical
154+
affinity:
155+
nodeAffinity:
156+
requiredDuringSchedulingIgnoredDuringExecution:
157+
nodeSelectorTerms:
158+
- matchExpressions:
159+
- key: cloud.google.com/gke-accelerator
160+
operator: Exists
161+
- key: cloud.google.com/gke-gpu-driver-version
162+
operator: DoesNotExist
163+
- key: gke-no-default-nvidia-gpu-device-plugin
164+
operator: In
165+
values: ["true"]
166+
- key: cloud.google.com/gke-confidential-nodes-instance-type
167+
operator: DoesNotExist
168+
tolerations:
169+
- operator: Exists
170+
hostNetwork: true
171+
hostPID: true
172+
volumes:
173+
- name: dev
174+
hostPath:
175+
path: /dev
176+
- name: vulkan-icd-mount
177+
hostPath:
178+
path: /home/kubernetes/bin/nvidia/vulkan/icd.d
179+
- name: nvidia-install-dir-host
180+
hostPath:
181+
path: /home/kubernetes/bin/nvidia
182+
- name: root-mount
183+
hostPath:
184+
path: /
185+
- name: cos-tools
186+
hostPath:
187+
path: /var/lib/cos-tools
188+
- name: nvidia-config
189+
hostPath:
190+
path: /etc/nvidia
191+
initContainers:
192+
- image: "cos-nvidia-installer:fixed"
193+
imagePullPolicy: Never
194+
name: nvidia-driver-installer
195+
resources:
196+
requests:
197+
cpu: 150m
198+
securityContext:
199+
privileged: true
200+
env:
201+
- name: NVIDIA_INSTALL_DIR_HOST
202+
value: /home/kubernetes/bin/nvidia
203+
- name: NVIDIA_INSTALL_DIR_CONTAINER
204+
value: /usr/local/nvidia
205+
- name: VULKAN_ICD_DIR_HOST
206+
value: /home/kubernetes/bin/nvidia/vulkan/icd.d
207+
- name: VULKAN_ICD_DIR_CONTAINER
208+
value: /etc/vulkan/icd.d
209+
- name: ROOT_MOUNT_DIR
210+
value: /root
211+
- name: COS_TOOLS_DIR_HOST
212+
value: /var/lib/cos-tools
213+
- name: COS_TOOLS_DIR_CONTAINER
214+
value: /build/cos-tools
215+
volumeMounts:
216+
- name: nvidia-install-dir-host
217+
mountPath: /usr/local/nvidia
218+
- name: vulkan-icd-mount
219+
mountPath: /etc/vulkan/icd.d
220+
- name: dev
221+
mountPath: /dev
222+
- name: root-mount
223+
mountPath: /root
224+
- name: cos-tools
225+
mountPath: /build/cos-tools
226+
command:
227+
- bash
228+
- -c
229+
- |
230+
echo "Checking for existing GPU driver modules"
231+
if lsmod | grep nvidia; then
232+
echo "GPU driver is already installed, skipping installation"
233+
exit 0
234+
else
235+
echo "No GPU driver module detected, installing 580.126.20"
236+
/cos-gpu-installer install --version=580.126.20 || exit 1
237+
chmod 755 /root/home/kubernetes/bin/nvidia
238+
fi
239+
- image: "gcr.io/gke-release/nvidia-partition-gpu@sha256:de12f85ebfb4fb6c1893cd30c23aab662a72fa0448f97ef74fccb82d7522ef17"
240+
name: partition-gpus
241+
env:
242+
- name: LD_LIBRARY_PATH
243+
value: /usr/local/nvidia/lib64
244+
resources:
245+
requests:
246+
cpu: 150m
247+
securityContext:
248+
privileged: true
249+
volumeMounts:
250+
- name: nvidia-install-dir-host
251+
mountPath: /usr/local/nvidia
252+
- name: dev
253+
mountPath: /dev
254+
- name: nvidia-config
255+
mountPath: /etc/nvidia
256+
containers:
257+
- image: "gke.gcr.io/pause:3.8@sha256:880e63f94b145e46f1b1082bb71b85e21f16b99b180b9996407d61240ceb9830"
258+
name: pause
259+
```
260+
261+
Re-pin the driver version (`580.126.20` above) and the `partition-gpus` image
262+
digest to whatever your GKE version's COS driver table and Google's release
263+
notes currently list — both drift over time and are not managed by AICR.
264+
265+
## Storage Prerequisites
266+
267+
`a4x-highgpu-4g` nodes can't attach Persistent Disk at all (regional or
268+
zonal, any type, including `pd-balanced`) — only Hyperdisk. On a stock GKE
269+
Standard cluster the default StorageClass is `standard-rwo`
270+
(`pd.csi.storage.gke.io`, `pd-balanced`), but "default" isn't inherent to
271+
GKE Standard itself: a cluster admin can repoint the
272+
`storageclass.kubernetes.io/is-default-class` annotation to any
273+
StorageClass. Run `kubectl get storageclass` first and check which one is
274+
annotated `(default)`, its `PROVISIONER`, and (via `kubectl get
275+
storageclass -o yaml`) its `parameters.type` — don't assume it's
276+
`standard-rwo`/`pd-balanced`. Any PVC scheduled onto a GB200 node with no
277+
`storageClassName` set — which binds it to the cluster default — fails
278+
this way unless that default's `parameters.type` is already
279+
Hyperdisk-backed: `pd-balanced disk type cannot be used by
280+
a4x-highgpu-4g machine type` (or the equivalent for whatever `pd-*` type
281+
the default actually provisions).
282+
283+
This includes the `inference-perf` validator's model-weights cache PVC
284+
when `AICR_INFERENCE_PERF_MODEL_CACHE_STORAGE_CLASS` (see
285+
[Validation](../user/validation.md)) is left unset — it then falls back
286+
to the cluster default too. Set that variable to name a Hyperdisk-backed
287+
StorageClass explicitly (for example `hyperdisk-balanced`, applied below)
288+
and the cache PVC uses it directly via `storageClassName`, independent of
289+
whatever the cluster default resolves to.
290+
291+
If the cluster default isn't already Hyperdisk-backed, apply one. Like
292+
the RDMA CRs above, this is a cluster prerequisite AICR does not
293+
provision. Creating the StorageClass alone isn't enough — any PVC with
294+
no `storageClassName` still binds to whichever class is currently
295+
annotated `(default)`, so either demote that one and promote this one,
296+
or make sure every affected PVC names `hyperdisk-balanced` explicitly
297+
instead of relying on the default:
298+
299+
```yaml
300+
apiVersion: storage.k8s.io/v1
301+
kind: StorageClass
302+
metadata:
303+
name: hyperdisk-balanced
304+
annotations:
305+
storageclass.kubernetes.io/is-default-class: "true"
306+
provisioner: pd.csi.storage.gke.io
307+
parameters:
308+
type: hyperdisk-balanced
309+
volumeBindingMode: WaitForFirstConsumer
310+
allowVolumeExpansion: true
311+
```
312+
313+
Only one StorageClass may be annotated default at a time — patch the
314+
existing one first to demote it:
315+
316+
```bash
317+
kubectl patch storageclass EXISTING_DEFAULT -p '{"metadata":{"annotations":{"storageclass.kubernetes.io/is-default-class":"false"}}}'
318+
```
319+
320+
If you'd rather leave the cluster default alone, drop the annotation
321+
above and instead set `storageClassName: hyperdisk-balanced` on every
322+
PVC that needs to land on `a4x-highgpu-4g` nodes.
323+
324+
Apply it once per cluster, then point the validator's model cache at it via
325+
an `AICR_INFERENCE_PERF_MODEL_CACHE_STORAGE_CLASS=hyperdisk-balanced` entry
326+
on the `inference-perf` catalog entry's `env` (or a catalog overlay in the
327+
`aicr validate --data <dir>` directory).
328+
329+
## Running the NCCL Benchmark
330+
331+
The GB200 GKE training recipe (`gb200-gke-cos-training`) selects the
332+
NVLS-variant performance check (`nccl-all-reduce-bw-nvls`) — MNNVL across the
333+
A4X nodes' IMEX domain is the fabric that carries all-reduce traffic; gIB is the
334+
transport driver underneath, not the NCCL algorithm itself. Run it via:
335+
336+
```shell
337+
aicr validate --recipe recipes/overlays/gb200-gke-cos-training.yaml \
338+
--phase performance
339+
```
340+
341+
## References
342+
343+
- [GKE A4X custom setup guide](https://docs.cloud.google.com/ai-hypercomputer/docs/create/gke-ai-hypercompute-custom-a4x)
344+
- [Component Catalog](../user/component-catalog.md)
345+
- [Validation readiness gate](../user/validation.md)
346+
- [GKE TCPXO Networking](gke-tcpxo-networking.md)

0 commit comments

Comments
 (0)