@@ -23,74 +23,67 @@ prerequisites:
2323
2424author : Arnaud de Grandmaison
2525
26- further_reading :
26+ # ## Tags
27+ skilllevels : Advanced
28+ subjects : Performance and Architecture
29+ armips :
30+ - Neoverse
31+ - Cortex-A
32+ tools_software_languages :
33+ - C
34+ - Clang
35+ operatingsystems :
36+ - Linux
37+ - macOS
38+ - Windows
39+ shared_path : true
40+ shared_between :
41+ - servers-and-cloud-computing
42+ - laptops-and-desktops
43+ - mobile-graphics-and-gaming
2744
45+ further_reading :
2846 - resource :
2947 title : SVE Programming Examples
3048 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
3149 type : documentation
32-
3350 - resource :
3451 title : Port Code to Arm Scalable Vector Extension (SVE)
3552 link : https://learn.arm.com/learning-paths/servers-and-cloud-computing/sve
3653 type : website
37-
3854 - resource :
3955 title : Arm Scalable Matrix Extension (SME) Introduction (Part 1)
4056 link : https://community.arm.com/arm-community-blogs/b/architectures-and-processors-blog/posts/arm-scalable-matrix-extension-introduction
4157 type : blog
42-
4358 - resource :
4459 title : Introducing the Scalable Matrix Extension for the Armv9-A Architecture
4560 link : https://community.arm.com/arm-community-blogs/b/architectures-and-processors-blog/posts/scalable-matrix-extension-armv9-a-architecture
4661 type : website
47-
4862 - resource :
4963 title : Arm Scalable Matrix Extension (SME) Introduction (Part 2)
5064 link : https://community.arm.com/arm-community-blogs/b/architectures-and-processors-blog/posts/arm-scalable-matrix-extension-introduction-p2
5165 type : blog
52-
5366 - resource :
5467 title : SME Programmer’s Guide
5568 link : https://developer.arm.com/documentation/109246/latest
5669 type : documentation
57-
5870 - resource :
5971 title : Matrix Multiplication
6072 link : https://en.wikipedia.org/wiki/Matrix_multiplication
6173 type : website
62-
6374 - resource :
6475 title : Compiler Intrinsics
6576 link : https://en.wikipedia.org/wiki/Intrinsic_function
6677 type : website
67-
6878 - resource :
6979 title : ACLE --- Arm C Language Extension
7080 link : https://github.com/ARM-software/acle
7181 type : website
72-
7382 - resource :
7483 title : Application Binary Interface for the Arm Architecture
7584 link : https://github.com/ARM-software/abi-aa
7685 type : website
7786
78- # ## Tags
79- skilllevels : Advanced
80- subjects : Performance and Architecture
81- armips :
82- - Neoverse
83- - Cortex-A
84- tools_software_languages :
85- - C
86- - Clang
87- operatingsystems :
88- - Linux, MacOS or Windows
89- shared_path : true
90- shared_between :
91- - servers-and-cloud-computing
92- - laptops-and-desktops
93- - smartphones-and-mobile
9487
9588# ## FIXED, DO NOT MODIFY
9689# ================================================================================
0 commit comments