Accelerator Support#
Each accelerator and topology requires setting up its own node pool as a prerequisite.
TPUs#
Type |
Configurations |
|---|---|
TPU v6e |
|
TPU v5p |
|
TPU v5 Litepod |
|
TPU v4 |
|
TPU v3 |
|
GPUs#
Type |
Aliases |
Multi-GPU Counts |
|---|---|---|
NVIDIA H100 |
|
1, 2, 4, 8 |
NVIDIA A100 80GB |
|
1, 2, 4, 8, 16 |
NVIDIA A100 |
|
1, 2, 4, 8, 16 |
NVIDIA L4 |
|
1, 2, 4, 8 |
NVIDIA V100 |
|
1, 2, 4, 8 |
NVIDIA T4 |
|
1, 2, 4 |
NVIDIA P100 |
|
1, 2, 4 |
NVIDIA P4 |
|
1, 2, 4 |
For multi-GPU configurations on GKE, append the count: a100x4, l4x2, etc.
CPU#
Use accelerator="cpu" to run on a CPU-only node (no accelerator attached).
Capacity Reservations#
Newer accelerators (TPU v6e, H100) can have limited on-demand availability. If kinetic pool add fails to provision nodes, use a GCP capacity reservation to guarantee hardware:
kinetic pool add --accelerator tpu-v6e-8 --reservation my-v6e-reservation --project your-project-id
See the Capacity Reservations guide for details.