Uma fração de TPU v2 é composta por 512 chips interconectados com links de alta velocidade
reconfiguráveis. Para criar uma fração de TPU v2, use a flag --accelerator-type
no comando de criação de TPU (gcloud compute tpus tpu-vm). Especifique o
tipo de acelerador especificando a versão da TPU e o número de núcleos de TPU. Por
exemplo, para uma única TPU v2, use --accelerator-type=v2-8. Para um slice v2
com 128 TensorCores, use --accelerator-type=v2-128.
O comando a seguir mostra como criar uma fatia de TPU v2 com 128
TensorCores:
Para mais informações sobre como gerenciar TPUs, consulte Gerenciar TPUs.
Para mais informações sobre a arquitetura do sistema TPU do Cloud TPU, consulte
Arquitetura do sistema.
A tabela a seguir lista os tipos de TPU v2 compatíveis:
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 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:"]]