Ein TPU v2-Speicher besteht aus 512 Chips, die über rekonfigurierbare Hochgeschwindigkeitsverbindungen miteinander verbunden sind. Verwenden Sie das Flag --accelerator-type im Befehl zum Erstellen von TPUs (gcloud compute tpus tpu-vm), um ein TPU v2-Speicher-Slice zu erstellen. Geben Sie den Accelerator-Typ an, indem Sie die TPU-Version und die Anzahl der TPU-Cores angeben. Verwenden Sie für eine einzelne v2-TPU beispielsweise --accelerator-type=v2-8. Verwenden Sie für einen v2-Speicherbereich mit 128 TensorCores --accelerator-type=v2-128.
Der folgende Befehl zeigt, wie Sie ein TPU-Stück der Version 2 mit 128 TensorCores erstellen:
Weitere Informationen zum Verwalten von TPUs finden Sie unter TPUs verwalten.
Weitere Informationen zur TPU-Systemarchitektur von Cloud TPU finden Sie unter Systemarchitektur.
In der folgenden Tabelle sind die unterstützten TPU-Typen der Version 2 aufgeführt:
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-08-18 (UTC)."],[],[],null,["# TPU v2\n======\n\nThis document describes the architecture and supported configurations of\nCloud TPU v2.\n\nSystem architecture\n-------------------\n\nArchitectural details and performance characteristics of TPU v2 are available in\n[A Domain Specific Supercomputer for Training Deep Neural\nNetworks](https://dl.acm.org/doi/pdf/10.1145/3360307).\n\nConfigurations\n--------------\n\nA TPU v2 slice is composed of 512 chips interconnected with reconfigurable\nhigh-speed links. To create a TPU v2 slice, use the `--accelerator-type`\nflag in the TPU creation command (`gcloud compute tpus tpu-vm`). You specify the\naccelerator type by specifying the TPU version and the number of TPU cores. For\nexample, for a single v2 TPU, use `--accelerator-type=v2-8`. For a v2 slice\nwith 128 TensorCores, use `--accelerator-type=v2-128`.\n\nThe following command shows how to create a v2 TPU slice with 128\nTensorCores: \n\n```bash\n $ gcloud compute tpus tpu-vm create tpu-name \\\n --zone=us-central1-a \\\n --accelerator-type=v2-128 \\\n --version=tpu-ubuntu2204-base\n```\n\nFor more information about managing TPUs, see [Manage TPUs](/tpu/docs/managing-tpus-tpu-vm).\nFor more information about the TPU system architecture Cloud TPU, see\n[System architecture](/tpu/docs/system-architecture).\n\nThe following table lists the supported v2 TPU types:"]]