registry: add 6 more Arm software tools (with scenarios)#2
registry: add 6 more Arm software tools (with scenarios)#2kavya-chennoju wants to merge 2 commits into
Conversation
Adds, each with a when-to-use + a situation->action->outcome scenario, duplicated identically across the contexts they serve (drift guard green): - Arm Toolchain (compiled-languages, embedded-development) - Neural Graphics Model Gym (ml-developer, mobile-games) - Arm ML Inference Advisor / MLIA (ml-developer, performance-optimization) - Arm Accuracy Super Resolution / ASR (mobile-games) - Metis (cloud-development, compiled-languages) -- general AI code review, flagged not Arm-specific - Arm ML SDK for Vulkan (ml-developer, mobile-games) Populates the previously-empty mobile-games + embedded-development contexts. Registry now 8 resources / 17 listings across all 6 contexts -- a real menu. Validator: registry OK.
|
Validated all 6 Fix needed: Arm Toolchain Minor: Arm ML SDK for Vulkan Verified accurate:
Non-blocking nit: the diff rewraps the three pre-existing entries (whitespace-only reflow across 4 files), which adds review noise -- worth avoiding in future PRs. |
- Arm Toolchain example: Cortex-M firmware is AArch32/Thumb, not AArch64 -- 'sets up Arm Toolchain for Embedded (LLVM/Clang)', drop the AArch64 parenthetical (also name both flavors in when_to_use). - Arm ML SDK for Vulkan when_to_use: don't overstate 'any Vulkan GPU' -- native needs a driver implementing the ML extensions; 'any Vulkan device' is the emulation layer, for development. Reworded to be exact. - Un-reflow: emit the two pre-existing entries (MCP, Performix) verbatim from main so the diff is purely additive (no whitespace-only reflow noise). Validator green; drift guard holds.
|
Thanks for the careful validation — all three addressed in
Validator green, drift guard holds. |
|
Re-reviewed at 548542f -- all three points addressed, LGTM.
Counts (3/3/3/4/1/3), alphabetical order, and multi-context copies all hold, and the |
Builds on the merged #1 (context-first registry). Seeds 6 more Arm software tools so the registry is a real menu across all six contexts — each with a
when-to-useand a situation → action → outcome scenario.Added
Multi-context tools are copied identically into each of their context files (drift guard green). Populates the previously-empty mobile-games and embedded-development contexts.
Registry is now 8 resources / 17 listings across all 6 contexts.
Notes
armorg.scripts/validate.pygreen (schema + drift guard + counts + alphabetical order).