@@ -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
2879skilllevels : Advanced
0 commit comments