Skip to content

Commit 387c73d

Browse files
committed
fix sme refs
1 parent c12e4b3 commit 387c73d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

content/learning-paths/servers-and-cloud-computing/arm-mcp-server/3-simd-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Pitfalls to avoid:
211211
* Don't confuse a software version with a language wrapper package version. For example, when checking the Python Redis client, check the Python package name "redis" rather than the Redis server version. Setting the Python Redis package version to the Redis server version in requirements.txt will fail.
212212
* NEON lane indices must be compile-time constants, not variables.
213213
* If you're unsure about Arm equivalents, use knowledge_base_search to find documentation.
214-
* Be sure to find out from the user or system what the target machine is, and use the appropriate intrinsics. For instance, if neoverse (Graviton, Axion, Cobalt) is targeted, use the latest SME/SME2.
214+
* Be sure to find out from the user or system what the target machine is, and use the appropriate intrinsics. For instance, if neoverse (Graviton, Axion, Cobalt) is targeted, use the latest SVE2 (or SVE for older neoverse).
215215

216216
If you have good versions to update for the Dockerfile, requirements.txt, and other files, change them immediately without asking for confirmation.
217217

content/learning-paths/servers-and-cloud-computing/arm-mcp-server/4-agentic-systems.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Pitfalls to avoid:
4343
* Don't confuse a software version with a language wrapper package version. For example, when checking the Python Redis client, check the Python package name "redis" rather than the Redis server version.
4444
* NEON lane indices must be compile-time constants, not variables.
4545
* If you're unsure about Arm equivalents, use knowledge_base_search to find documentation.
46-
* Be sure to find out from the user or system what the target machine is, and use the appropriate intrinsics. For instance, if neoverse (Graviton, Axion, Cobalt) is targeted, use the latest SME/SME2.
46+
* Be sure to find out from the user or system what the target machine is, and use the appropriate intrinsics. For instance, if neoverse (Graviton, Axion, Cobalt) is targeted, use the latest SVE2 (or SVE for older neoverse).
4747

4848
If you have good versions to update for the Dockerfile, requirements.txt, and other files, change them immediately without asking for confirmation.
4949

@@ -81,7 +81,7 @@ Pitfalls to avoid:
8181
* Don't confuse a software version with a language wrapper package version. For example, when checking the Python Redis client, check the Python package name "redis" rather than the Redis server version.
8282
* NEON lane indices must be compile-time constants, not variables.
8383
* If you're unsure about Arm equivalents, use knowledge_base_search to find documentation.
84-
* Be sure to find out from the user or system what the target machine is, and use the appropriate intrinsics. For instance, if neoverse (Graviton, Axion, Cobalt) is targeted, use the latest SME/SME2.
84+
* Be sure to find out from the user or system what the target machine is, and use the appropriate intrinsics. For instance, if neoverse (Graviton, Axion, Cobalt) is targeted, use the latest SVE2 (or SVE for older neoverse).
8585

8686
If you have good versions to update for the Dockerfile, requirements.txt, and other files, change them immediately without asking for confirmation.
8787

content/learning-paths/servers-and-cloud-computing/docker-mcp-toolkit/4-run-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Important notes:
4343
- If unsure about Arm equivalents, use knowledge_base_search to find docs
4444
- Be sure to find out from the user or system what the target machine is,
4545
and use the appropriate intrinsics. For instance, if neoverse (Graviton,
46-
Axion, Cobalt) is targeted, use the latest SME/SME2.
46+
Axion, Cobalt) is targeted, use the latest SVE2 (or SVE for older neoverse).
4747
4848
After completing the migration:
4949
- Create a pull request with a detailed description of changes

0 commit comments

Comments
 (0)