You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/learning-paths/cross-platform/multiplying-matrices-with-sme2/1-get-started.md
+17-27Lines changed: 17 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ layout: learningpathall
11
11
To build or run SME2-accelerated code, first set up your development environment.
12
12
This section walks you through the required tools and two supported setup options:
13
13
14
-
*[**Native SME2 hardware**](#set-up-a-system-with-native-SME2-support) - build and run directly on a system with SME2 support. For supported devices, see [Devices with SME2 support](#devices-with-sme2-support).
14
+
*[**Native SME2 hardware**](#native-sme2) - build and run directly on a system with SME2 support. For supported devices, see [Devices with native SME2 support](#devices).
15
15
16
-
*[**Docker-based emulation**](#set-up-a-system-using-sme2-emulation-with-docker) - use a container to emulate SME2 in bare metal mode (without an OS).
16
+
*[**Docker-based emulation**](#docker-sme2) - use a container to emulate SME2 in bare metal mode (without an OS).
17
17
18
18
## Download and explore the code examples
19
19
@@ -74,7 +74,7 @@ From this point, all instructions assume that your current directory is
74
74
``code-examples/learning-paths/cross-platform/multiplying-matrices-with-sme2``, so ensure that you are in the correct directory before proceeding.
75
75
{{% /notice %}}
76
76
77
-
## Set up a system with native SME2 support
77
+
## Set up a system with native SME2 support {#native-sme2}
78
78
79
79
To run SME2 code natively, ensure your system includes SME2 hardware and uses a compiler version that supports SME2.
80
80
@@ -103,9 +103,9 @@ Install Clang using the instructions below, selecting either macOS or Linux/Ubun
103
103
104
104
You are now all set to start hacking with SME2.
105
105
106
-
## Set up a system using SME2 emulation with Docker
106
+
## Set up a system using SME2 emulation with Docker {#docker-sme2}
107
107
108
-
If your machine doesn't support SME2, or you want to emulate it, you can use the Docker-based environment that this Learning Path models.
108
+
If your machine doesn't support SME2, or you want to emulate it, you can use the Docker-based environment.
109
109
110
110
The Docker container includes both a compiler and [Arm's Fixed Virtual Platform (FVP)
If the above command fails with an error message similar to "``docker: command not found``", then follow the steps from the [Docker Install Guide](https://learn.arm.com/install-guides/docker/) to install Docker.
129
+
If the above command fails with an error message similar to "``docker: command not found``", then follow the steps from the [Docker install guide](/install-guides/docker/) to install Docker.
130
130
131
131
{{% notice Note %}}
132
132
You might need to log out and back in again or restart your machine for the changes to take
@@ -140,40 +140,30 @@ that it is working with the following:
0 commit comments