Skip to content

Commit fce20ad

Browse files
Corrected numbering on weightings
1 parent bcc7868 commit fce20ad

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

content/learning-paths/cross-platform/simd-loops/1-about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: About single instruction, multiple data (SIMD) loops
3-
weight: 3
3+
weight: 2
44

55
### FIXED, DO NOT MODIFY
66
layout: learningpathall

content/learning-paths/cross-platform/simd-loops/2-using.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Using SIMD Loops
3-
weight: 4
3+
weight: 3
44

55
### FIXED, DO NOT MODIFY
66
layout: learningpathall

content/learning-paths/cross-platform/simd-loops/3-example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Code example
3-
weight: 5
3+
weight: 4
44

55
### FIXED, DO NOT MODIFY
66
layout: learningpathall

content/learning-paths/cross-platform/simd-loops/4-conclusion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Conclusion
3-
weight: 6
3+
weight: 5
44

55
### FIXED, DO NOT MODIFY
66
layout: learningpathall

content/learning-paths/cross-platform/simd-loops/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ learning_objectives:
99
- Improve SIMD loop performance using Scalable Vector Extension (SVE), SVE2, and Scalable Matrix Extension (SME2)
1010
- Explore how SVE-indexed fmla and SME2 fmopa instructions accelerate matrix multiplication
1111
- Understand how SME2 kernels use ZA tiles and streaming attributes
12-
- Describe what SIMD Loops contains and how kernels are organized across scalar, NEON, SVE/SVE2, and SME2 variants
12+
- Describe what the SIMD Loops project contains and how kernels are organized across scalar, NEON, SVE/SVE2, and SME2 variants
1313
- Build and run a selected kernel with the provided runner and validate correctness against the C reference
1414
- Choose the appropriate build target to compare NEON, SVE/SVE2, and SME2 implementations
1515

0 commit comments

Comments
 (0)