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
|`mi300x-tuner`| Opinionated inference tuning for MI300X, including TunableOp, FSDP, and FlashAttention. |
74
+
|`mi-tuner`| Opinionated inference tuning for MI accelerators, including TunableOp, FSDP, and FlashAttention. |
75
75
|`gfx-target-chooser`| Pick the right `gfx942` / `gfx90a` / `gfx1100` target and matching compiler flags. |
76
76
77
77
@@ -193,14 +193,14 @@ The agent loads the matching `SKILL.md` and any helper scripts, then carries out
193
193
194
194
We welcome contributions from AMD engineers and selected partners. There are two paths, matching how the catalog is organized:
195
195
196
-
-**Path A — In-repo skills.** Authored directly under `skills/` in this repository. Best for cross-cutting workflows that do not have a natural product home.
197
-
-**Path B — Product-repo skills.** Authored in a product repository and registered here through `catalog/` with a pinned tag. Best for skills that should ship and version with a specific product (HIP, ROCm, Ryzen AI, Lemonade, etc.).
196
+
-**Path A: In-repo skills.** Authored directly under `skills/` in this repository. Best for cross-cutting workflows that do not have a natural product home.
197
+
-**Path B: Product-repo skills.** Authored in a product repository and registered here through `catalog/` with a pinned tag. Best for skills that should ship and version with a specific product (HIP, ROCm, Ryzen AI, Lemonade, etc.).
198
198
199
199
See [CONTRIBUTING.md](CONTRIBUTING.md) for step-by-step instructions, the full authoring guide, and the rules CI enforces on every pull request.
200
200
201
201
## Status
202
202
203
-
This repository is in its early days. In-repo skills include `skills/local-ai-app-integration/` and `skills/local-ai-use/`, seeding the **Application integration** focus area, and `skills/apu-memory-tuner/`, seeding the **Hardware-native** focus area. The remaining Hardware-native, Cross-stack porting, and Profiling and delivery skills are being built out incrementally alongside manifests and CI. Expect rapid iteration. File an issue if there is a workflow you want covered, or open a PR with a skill you have been wanting to share.
203
+
This repository is in its early days. In-repo skills include `skills/local-ai-app-integration/` and `skills/local-ai-use/`, seeding the **Application integration** focus area, and `skills/apu-memory-tuner/`, seeding the **Hardware-native** focus area. The remaining skills are being built out incrementally alongside manifests and CI. Expect rapid iteration.
0 commit comments