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/servers-and-cloud-computing/arm-mcp-server/3-simd-migration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -211,7 +211,7 @@ Pitfalls to avoid:
211
211
* 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.
212
212
* NEON lane indices must be compile-time constants, not variables.
213
213
* 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).
215
215
216
216
If you have good versions to update for the Dockerfile, requirements.txt, and other files, change them immediately without asking for confirmation.
Copy file name to clipboardExpand all lines: content/learning-paths/servers-and-cloud-computing/arm-mcp-server/4-agentic-systems.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Pitfalls to avoid:
43
43
* 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.
44
44
* NEON lane indices must be compile-time constants, not variables.
45
45
* 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).
47
47
48
48
If you have good versions to update for the Dockerfile, requirements.txt, and other files, change them immediately without asking for confirmation.
49
49
@@ -81,7 +81,7 @@ Pitfalls to avoid:
81
81
* 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.
82
82
* NEON lane indices must be compile-time constants, not variables.
83
83
* 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).
85
85
86
86
If you have good versions to update for the Dockerfile, requirements.txt, and other files, change them immediately without asking for confirmation.
0 commit comments