Skip to content

Commit a9ca570

Browse files
Merge pull request #2508 from jasonrandrews/review
Review DGX Spark Learning Path
2 parents d474a5b + da93022 commit a9ca570

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/learning-paths/laptops-and-desktops/dgx_spark_llamacpp/4_gb10_processwatch.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,9 @@ ALL ALL 2.52 8.37 0.00 0.00 100.00 26566
156156
```
157157

158158
Here is an interpretation of the values:
159-
- NEON (≈ 7–15 %) : Active SIMD integer and floating-point operations
160-
- FPARMv8 : Scalar FP operations such as activation and normalization
161-
- SVE/SVE2 = 0 : The kernel does not issue SVE instructions
159+
- NEON: 7–15% for SIMD integer and floating-point operations
160+
- FPARMv8: 2-5% for scalar FP operations such as activation and normalization
161+
- SVE/SVE2: 0%, the kernel does not issue SVE instructions
162162

163163
This confirms that the Grace CPU performs quantized inference primarily using NEON.
164164

content/learning-paths/laptops-and-desktops/dgx_spark_llamacpp/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Unlock quantized LLM performance on Arm-based NVIDIA DGX Spark using Armv9 SIMD instructions
2+
title: Unlock quantized LLM performance on Arm-based NVIDIA DGX Spark
33

44
minutes_to_complete: 60
55

0 commit comments

Comments
 (0)