Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 52 additions & 1 deletion content/learning-paths/cross-platform/sme2/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,59 @@ prerequisites:
- A compiler with support for SME2 instructions.


author_primary: Arnaud de Grandmaison
author: Arnaud de Grandmaison

further_reading:

- resource:
title: SVE Programming Examples
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
type: documentation

- resource:
title: Port Code to Arm Scalable Vector Extension (SVE)
link: https://learn.arm.com/learning-paths/servers-and-cloud-computing/sve
type: website

- resource:
title: Arm Scalable Matrix Extension (SME) Introduction (Part 1)
link: https://community.arm.com/arm-community-blogs/b/architectures-and-processors-blog/posts/arm-scalable-matrix-extension-introduction
type: blog

- resource:
title: Introducing the Scalable Matrix Extension for the Armv9-A Architecture
link: https://community.arm.com/arm-community-blogs/b/architectures-and-processors-blog/posts/scalable-matrix-extension-armv9-a-architecture
type: website

- resource:
title: Arm Scalable Matrix Extension (SME) Introduction (Part 2)
link: https://community.arm.com/arm-community-blogs/b/architectures-and-processors-blog/posts/arm-scalable-matrix-extension-introduction-p2
type: blog

- resource:
title: SME Programmer’s Guide
link: https://developer.arm.com/documentation/109246/latest
type: documentation

- resource:
title: Matrix Multiplication
link: https://en.wikipedia.org/wiki/Matrix_multiplication
type: website

- resource:
title: Compiler Intrinsics
link: https://en.wikipedia.org/wiki/Intrinsic_function
type: website

- resource:
title: ACLE --- Arm C Language Extension
link: https://github.com/ARM-software/acle
type: website

- resource:
title: Application Binary Interface for the Arm Architecture
link: https://github.com/ARM-software/abi-aa
type: website

### Tags
skilllevels: Advanced
Expand Down
56 changes: 0 additions & 56 deletions content/learning-paths/cross-platform/sme2/_next-steps.md
Original file line number Diff line number Diff line change
@@ -1,60 +1,4 @@
---
next_step_guidance: PLACEHOLDER TEXT 1

recommended_path: /learning-paths/PLACEHOLDER_CATEGORY/PLACEHOLDER_LEARNING_PATH/

further_reading:

- resource:
title: SVE Programming Examples
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
type: documentation

- resource:
title: Port Code to Arm Scalable Vector Extension (SVE)
link: https://learn.arm.com/learning-paths/servers-and-cloud-computing/sve
type: website

- resource:
title: Arm Scalable Matrix Extension (SME) Introduction (Part 1)
link: https://community.arm.com/arm-community-blogs/b/architectures-and-processors-blog/posts/arm-scalable-matrix-extension-introduction
type: blog

- resource:
title: Introducing the Scalable Matrix Extension for the Armv9-A Architecture
link: https://community.arm.com/arm-community-blogs/b/architectures-and-processors-blog/posts/scalable-matrix-extension-armv9-a-architecture
type: website

- resource:
title: Arm Scalable Matrix Extension (SME) Introduction (Part 2)
link: https://community.arm.com/arm-community-blogs/b/architectures-and-processors-blog/posts/arm-scalable-matrix-extension-introduction-p2
type: blog

- resource:
title: SME Programmer’s Guide
link: https://developer.arm.com/documentation/109246/latest
type: documentation

- resource:
title: Matrix Multiplication
link: https://en.wikipedia.org/wiki/Matrix_multiplication
type: website

- resource:
title: Compiler Intrinsics
link: https://en.wikipedia.org/wiki/Intrinsic_function
type: website

- resource:
title: ACLE --- Arm C Language Extension
link: https://github.com/ARM-software/acle
type: website

- resource:
title: Application Binary Interface for the Arm Architecture
link: https://github.com/ARM-software/abi-aa
type: website

# ================================================================================
# FIXED, DO NOT MODIFY
# ================================================================================
Expand Down