Skip to content

Commit 8c0a279

Browse files
Merge pull request #1330 from jasonrandrews/review
fixed issues with Neoverse descriptions and GCP instance types
2 parents bcc5aa2 + 1c23e41 commit 8c0a279

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

content/migration/_index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Below is a list of Neoverse CPUs, the architecture versions, and the key additio
1818
| ----------- | -------------------- | --------------------------------------------------------- |
1919
| Neoverse-N1 | Armv8.2-A | LSE - Large System Extensions improves multi-threaded performance. |
2020
| Neoverse-V1 | Armv8.4-A | SVE - Scalable Vector Extension adds high performance vector processing for HPC and AI workloads. |
21-
| Neoverse-N2 | Armv9.0-A | SVE2 and Arm CCA - Extends SVE and adds Arm Confidential Compute Architecture for hardware isolation and security. |
22-
| Neoverse-V2 | Armv9.0-A | SVE2 and Arm CCA - Targets high single threaded performance for HPC and AI workloads. |
21+
| Neoverse-N2 | Armv9.0-A | SVE2 - Extends SVE for improved data parallelism and wider vectors. |
22+
| Neoverse-V2 | Armv9.0-A | SVE2 - Targets high single threaded performance for HPC and AI workloads. |
2323

2424
### What cloud hardware is available today?
2525

@@ -39,12 +39,11 @@ AWS offers more than [150 instance types with Graviton processors](https://aws.a
3939

4040
{{< /tab >}}
4141
{{< tab header="Google GCP">}}
42-
Google GCP offers a varity of [virtual machine instances with Arm processors](https://cloud.google.com/compute/docs/instances/arm-on-compute). The largest instance has 80 vCPUs and 640 Gb of RAM in the 'c3a-highmem' format. It does not offer bare-metal instances. It offers compute for general-purpose workloads (standard) and memory-optimized workloads (highmem).
42+
Google GCP offers a varity of [virtual machine instances with Arm processors](https://cloud.google.com/compute/docs/instances/arm-on-compute). The largest instance has 48 vCPUs and 192 Gb of RAM. It does not offer bare-metal instances.
4343

4444
| Generation | Arm CPU | Instance types | Comments |
4545
| --------------|--------------|--------------------|-----------|
4646
| T2A | Neoverse-N1 | T2A-standard | Optimized for general-purpose workloads - web servers, and microservices. |
47-
| C3A | AmpereOne | c3a-standard, c3a-highmem | Compute-optimized - large-scale databases, media transcoding, and HPC. |
4847
<!-- | Axion (C4A) | Neoverse-V2 | c4a-standard, c4a-highmem | General-purpose and AI/ML workloads. | -->
4948

5049
{{< /tab >}}

0 commit comments

Comments
 (0)