Skip to content

Commit 82f945e

Browse files
Merge pull request #9 from pbk8s/patch-1
Update instance details and LP links and sections in migration page
2 parents a4f08ce + 8c6fa87 commit 82f945e

1 file changed

Lines changed: 17 additions & 4 deletions

File tree

content/migration/_index.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Google GCP offers a variety of [virtual machine instances with Arm processors](h
4646

4747
| Generation | Arm CPU | Instance types | Comments |
4848
| --------------|--------------|--------------------|-----------|
49-
| T2A | Neoverse-N1 | T2A-standard | Optimized for general-purpose workloads - web servers, and microservices. |
49+
| T2A | Neoverse-N1 | t2a-standard | Optimized for general-purpose workloads - web servers, and microservices. |
5050
| Axion (C4A) | Neoverse-V2 | c4a-standard, c4a-highmem, c4a-highcpu | General-purpose, AI/ML workloads and high performance computing. |
5151
| Axion (N4A) | Neoverse-N3 | n4a-standard, n4a-highmem, n4a-highcpu | General-purpose, efficient for multi-threaded workloads. |
5252

@@ -65,9 +65,9 @@ Oracle Cloud Infrastructure (OCI) Ampere [Arm-based compute](https://www.oracle.
6565

6666
| Generation | Arm CPU | Instance types | Comments |
6767
| --------------|--------------|--------------------|-----------|
68-
| A1 | Neoverse-N1 | VM.Standard.A1 | Offers predefined (.#CPUs) or dynamic OCPU and memory allocation (.Flex) |
69-
| A2 | AmpereOne | VM.Standard.A2, VM.Optimized3.A2 | Tailored for high-performance and memory-intensive workloads. |
70-
| A4 | AmpereOne M | VM.Standard.A4, VM.Optimized3.A4 | Tailored for high-performance and memory-intensive workloads. |
68+
| A1 | Ampere Altra | VM.Standard.A1.Flex, BM.Standard.A1 | Offers predefined (.#CPUs) or dynamic OCPU and memory allocation (.Flex) |
69+
| A2 | AmpereOne | VM.Standard.A2.Flex | Cost efficient, low latency and general purpose compute. |
70+
| A4 | AmpereOne-M | VM.Standard.A4.Flex, BM.Standard.A4 | Power efficient computing for AI inference and cloud-native applications. |
7171

7272
{{< /tab >}}
7373
{{< tab header="Alibaba Cloud">}}
@@ -208,6 +208,7 @@ Which software helps me build web applications on Arm servers?
208208
| Nginx | [Learn how to deploy Nginx](/learning-paths/servers-and-cloud-computing/nginx/) | [Nginx Performance on AWS Graviton3](https://developer.arm.com/community/arm-community-blogs/b/servers-and-cloud-computing-blog/posts/nginx-performance-on-graviton-3) |
209209
| | [Learn how to tune Nginx](/learning-paths/servers-and-cloud-computing/nginx_tune/) | |
210210
| Django | [Learn how to deploy a Django application](/learning-paths/servers-and-cloud-computing/django/) | |
211+
| Full Stack Application | [Migrate x86 workloads to Arm on Google Kubernetes Engine with Axion processors](/learning-paths/servers-and-cloud-computing/gke-multi-arch-axion/) | |
211212

212213

213214
{{< /tab >}}
@@ -221,6 +222,17 @@ Which networking software works on Arm servers?
221222
| DPDK | | [DPDK Tuning Guide](https://developer.arm.com/documentation/109701/1-0/?lang=en) |
222223
{{< /tab >}}
223224

225+
{{< tab header="AI/ML">}}
226+
Which AI/ML software stack can I run on Arm servers?
227+
228+
| Software | Learning Paths | Other Content (Blogs/Videos) |
229+
|-----------|----------------|----------------------------------------|
230+
| MLPerf | [Measure Machine Learning Inference Performance on Arm servers](/learning-paths/servers-and-cloud-computing/ml-perf/) | |
231+
| vLLM | [Run vLLM inference with INT4 quantization on Arm servers](/learning-paths/servers-and-cloud-computing/vllm-acceleration/) | |
232+
| KleidiAI | [Accelerate Generative AI workloads using KleidiAI](/learning-paths/servers-and-cloud-computing/kleidiai-explainer/) | |
233+
| Llama.cpp | [Run distributed inference with llama.cpp on Arm-based AWS Graviton4 instances](/learning-paths/servers-and-cloud-computing/distributed-inference-with-llama-cpp/) | |
234+
{{< /tab >}}
235+
224236
{{< /tabpane-normal >}}
225237

226238
## STEP 2: Test, build, and run
@@ -260,6 +272,7 @@ Below are some additional performance analysis tips and methodologies specific t
260272
- [How to use the Arm Performance Monitoring Unit and System Counter](/learning-paths/servers-and-cloud-computing/arm_pmu/)
261273
- [NVIDIA Grace CPU Benchmarking Guide](https://nvidia.github.io/grace-cpu-benchmarking-guide/index.html)
262274
- [Learn about Large System Extensions (LSE)](/learning-paths/servers-and-cloud-computing/lse/)
275+
- [Compare Arm Neoverse and Intel x86 top-down performance analysis with PMU counters](/learning-paths/cross-platform/topdown-compare/)
263276

264277
### 3.2 Ask for help
265278

0 commit comments

Comments
 (0)