Skip to content

Commit dc0c0ef

Browse files
committed
update prompt files
1 parent dfbf5ca commit dc0c0ef

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ Pitfalls to avoid:
4242

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.
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.
4547

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

@@ -78,6 +80,8 @@ Pitfalls to avoid:
7880

7981
* 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.
8082
* NEON lane indices must be compile-time constants, not variables.
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.
8185

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

0 commit comments

Comments
 (0)