Skip to content

Commit

Permalink
Support c3a VMs
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 565713553
  • Loading branch information
Spencer Kim authored and copybara-github committed Sep 15, 2023
1 parent 4c36efd commit 2bbd060
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions perfkitbenchmarker/providers/gcp/gce_virtual_machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
# Machine type to ARM architecture.
_MACHINE_TYPE_PREFIX_TO_ARM_ARCH = {
't2a': 'neoverse-n1',
'c3a': 'ampere1',
}
# The A2 and A3 machine families, unlike some other GCP offerings, have a
# preset type and number of GPUs, so we set those attributes directly from the
Expand Down

0 comments on commit 2bbd060

Please sign in to comment.