Skip to content

Commit 5cc146f

Browse files
SME2 matrix multiplication: pin code example to a specific version
This allows to change the code example to support Android without updating just yet the learning path.
1 parent 193a662 commit 5cc146f

File tree

1 file changed

+4
-4
lines changed
  • content/learning-paths/cross-platform/multiplying-matrices-with-sme2

1 file changed

+4
-4
lines changed

content/learning-paths/cross-platform/multiplying-matrices-with-sme2/1-get-started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This section walks you through the required tools and two supported setup option
2121

2222
## Download and explore the code examples
2323

24-
To get started, begin by [downloading the code examples](https://gitlab.arm.com/learning-code-examples/code-examples/-/archive/main/code-examples-main.tar.gz?path=learning-paths/cross-platform/multiplying-matrices-with-sme2).
24+
To get started, begin by [downloading the code examples](https://gitlab.arm.com/learning-code-examples/code-examples/-/archive/d41190c0cf962f778ae71b94adf5330033019aed/code-examples-d41190c0cf962f778ae71b94adf5330033019aed.tar.gz?path=learning-paths/cross-platform/multiplying-matrices-with-sme2).
2525

2626
Now extract the archive, and change directory to:
2727
``code-examples/learning-paths/cross-platform/multiplying-matrices-with-sme2.``
@@ -68,7 +68,7 @@ Among other files, it includes:
6868
- `run-fvp.sh` to run the FVP model.
6969
- A `docker` directory containing:
7070
- `assets.source_me` to provide toolchain paths.
71-
- `build-my-container.sh`, a script that automates building the Docker image from the `sme2-environment.docker` file. It runs the Docker build command with the correct arguments so you don’t have to remember them.
71+
- `build-my-container.sh`, a script that automates building the Docker image from the `sme2-environment.docker` file. It runs the Docker build command with the correct arguments so you don’t have to remember them.
7272
- `sme2-environment.docker`, a custom Docker file that defines the steps to build the SME2 container image. It installs all the necessary dependencies, including the SME2-compatible compiler and Arm FVP emulator.
7373
- `build-all-containers.sh`, a script to build multi-architecture images.
7474
- `.devcontainer/devcontainer.json` for VS Code container support.
@@ -113,7 +113,7 @@ If your machine doesn't support SME2, or you want to emulate it, you can use the
113113

114114
The Docker container includes both a compiler and [Arm's Fixed Virtual Platform (FVP)
115115
model](https://developer.arm.com/Tools%20and%20Software/Fixed%20Virtual%20Platforms)
116-
for emulating code that uses SME2 instructions. You can either run the prebuilt container image provided in this Learning Path or build it yourself using the Docker file that is included.
116+
for emulating code that uses SME2 instructions. You can either run the prebuilt container image provided in this Learning Path or build it yourself using the Docker file that is included.
117117

118118
If building manually, follow the instructions in the ``sme2-environment.docker`` file to install the required tools on your machine.
119119

@@ -144,7 +144,7 @@ that it is working with the following:
144144
docker run hello-world
145145
Unable to find image 'hello-world:latest' locally
146146
latest: Pulling from library/hello-world
147-
c9c5fd25a1bd: Pull complete
147+
c9c5fd25a1bd: Pull complete
148148
Digest: sha256:940c619fbd418f9b2b1b63e25d8861f9cc1b46e3fc8b018ccfe8b78f19b8cc4f
149149
Status: Downloaded newer image for hello-world:latest
150150

0 commit comments

Comments
 (0)