Skip to content

Commit 6026147

Browse files
authored
Merge pull request #1598 from Arnaud-de-Grandmaison-ARM/sme2-fixes
[SME2] Fix for structural changes.
2 parents ef50a58 + d903375 commit 6026147

File tree

2 files changed

+52
-57
lines changed

2 files changed

+52
-57
lines changed

content/learning-paths/cross-platform/sme2/_index.md

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,59 @@ prerequisites:
2121
- A compiler with support for SME2 instructions.
2222

2323

24-
author_primary: Arnaud de Grandmaison
24+
author: Arnaud de Grandmaison
2525

26+
further_reading:
27+
28+
- resource:
29+
title: SVE Programming Examples
30+
link: https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://developer.arm.com/documentation/dai0548/latest/&ved=2ahUKEwisi76m-f2GAxUDSKQEHfyWClAQFnoECA4QAQ&usg=AOvVaw1YPQ-aQsHmumnZykaFxM0b
31+
type: documentation
32+
33+
- resource:
34+
title: Port Code to Arm Scalable Vector Extension (SVE)
35+
link: https://learn.arm.com/learning-paths/servers-and-cloud-computing/sve
36+
type: website
37+
38+
- resource:
39+
title: Arm Scalable Matrix Extension (SME) Introduction (Part 1)
40+
link: https://community.arm.com/arm-community-blogs/b/architectures-and-processors-blog/posts/arm-scalable-matrix-extension-introduction
41+
type: blog
42+
43+
- resource:
44+
title: Introducing the Scalable Matrix Extension for the Armv9-A Architecture
45+
link: https://community.arm.com/arm-community-blogs/b/architectures-and-processors-blog/posts/scalable-matrix-extension-armv9-a-architecture
46+
type: website
47+
48+
- resource:
49+
title: Arm Scalable Matrix Extension (SME) Introduction (Part 2)
50+
link: https://community.arm.com/arm-community-blogs/b/architectures-and-processors-blog/posts/arm-scalable-matrix-extension-introduction-p2
51+
type: blog
52+
53+
- resource:
54+
title: SME Programmer’s Guide
55+
link: https://developer.arm.com/documentation/109246/latest
56+
type: documentation
57+
58+
- resource:
59+
title: Matrix Multiplication
60+
link: https://en.wikipedia.org/wiki/Matrix_multiplication
61+
type: website
62+
63+
- resource:
64+
title: Compiler Intrinsics
65+
link: https://en.wikipedia.org/wiki/Intrinsic_function
66+
type: website
67+
68+
- resource:
69+
title: ACLE --- Arm C Language Extension
70+
link: https://github.com/ARM-software/acle
71+
type: website
72+
73+
- resource:
74+
title: Application Binary Interface for the Arm Architecture
75+
link: https://github.com/ARM-software/abi-aa
76+
type: website
2677

2778
### Tags
2879
skilllevels: Advanced

content/learning-paths/cross-platform/sme2/_next-steps.md

Lines changed: 0 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,4 @@
11
---
2-
next_step_guidance: PLACEHOLDER TEXT 1
3-
4-
recommended_path: /learning-paths/PLACEHOLDER_CATEGORY/PLACEHOLDER_LEARNING_PATH/
5-
6-
further_reading:
7-
8-
- resource:
9-
title: SVE Programming Examples
10-
link: https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://developer.arm.com/documentation/dai0548/latest/&ved=2ahUKEwisi76m-f2GAxUDSKQEHfyWClAQFnoECA4QAQ&usg=AOvVaw1YPQ-aQsHmumnZykaFxM0b
11-
type: documentation
12-
13-
- resource:
14-
title: Port Code to Arm Scalable Vector Extension (SVE)
15-
link: https://learn.arm.com/learning-paths/servers-and-cloud-computing/sve
16-
type: website
17-
18-
- resource:
19-
title: Arm Scalable Matrix Extension (SME) Introduction (Part 1)
20-
link: https://community.arm.com/arm-community-blogs/b/architectures-and-processors-blog/posts/arm-scalable-matrix-extension-introduction
21-
type: blog
22-
23-
- resource:
24-
title: Introducing the Scalable Matrix Extension for the Armv9-A Architecture
25-
link: https://community.arm.com/arm-community-blogs/b/architectures-and-processors-blog/posts/scalable-matrix-extension-armv9-a-architecture
26-
type: website
27-
28-
- resource:
29-
title: Arm Scalable Matrix Extension (SME) Introduction (Part 2)
30-
link: https://community.arm.com/arm-community-blogs/b/architectures-and-processors-blog/posts/arm-scalable-matrix-extension-introduction-p2
31-
type: blog
32-
33-
- resource:
34-
title: SME Programmer’s Guide
35-
link: https://developer.arm.com/documentation/109246/latest
36-
type: documentation
37-
38-
- resource:
39-
title: Matrix Multiplication
40-
link: https://en.wikipedia.org/wiki/Matrix_multiplication
41-
type: website
42-
43-
- resource:
44-
title: Compiler Intrinsics
45-
link: https://en.wikipedia.org/wiki/Intrinsic_function
46-
type: website
47-
48-
- resource:
49-
title: ACLE --- Arm C Language Extension
50-
link: https://github.com/ARM-software/acle
51-
type: website
52-
53-
- resource:
54-
title: Application Binary Interface for the Arm Architecture
55-
link: https://github.com/ARM-software/abi-aa
56-
type: website
57-
582
# ================================================================================
593
# FIXED, DO NOT MODIFY
604
# ================================================================================

0 commit comments

Comments
 (0)