Skip to content

Commit 9653244

Browse files
Added further LOs
1 parent f8c811f commit 9653244

File tree

1 file changed

+6
-0
lines changed
  • content/learning-paths/cross-platform/simd-loops

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ who_is_this_for: This is an advanced topic for software developers who want to l
77

88
learning_objectives:
99
- Improve SIMD code performance using Scalable Vector Extension (SVE) and Scalable Matrix Extension (SME).
10+
- Explore how SVE indexed fmla and SME2 fmopa instructions accelerate matrix multiplication
11+
- 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
13+
- Build and run a selected kernel with the provided runner and validate correctness against the C reference
14+
- Choose the appropriate build target to compare NEON, SVE/SVE2, and SME2 implementations
15+
1016

1117
prerequisites:
1218
- An AArch64 computer running Linux or macOS. You can use cloud instances, refer to [Get started with Arm-based cloud instances](/learning-paths/servers-and-cloud-computing/csp/) for a list of cloud service providers.

0 commit comments

Comments
 (0)