@@ -26,9 +26,9 @@ Skills in this repository follow the standardized [Agent Skills](https://github.
2626
2727AMD Skills is built directly into Claude and Cursor. ** No install. No setup**
2828
29- Just ask: ` "Use AMD Skills to integrate local AI into my app" ` .
29+ Just ask something like : ` "Use AMD Skills to integrate local AI into my app" ` .
3030
31- For integration with other agents, please refer to the [ manual-installation] ( #manual-installation ) section.
31+ > For integration with other agents, please refer to the [ manual-installation] ( #manual-installation ) section.
3232
3333## What is a skill?
3434
@@ -70,8 +70,7 @@ Diagnose, configure, and tune AMD devices directly.
7070| Skill | What it does |
7171| --- | --- |
7272| ` rocm-doctor ` | Detect driver / kernel / ROCm / framework mismatches and propose fixes. |
73- | ` mi300x-tuner ` | Opinionated training and inference tuning for MI300X, including TunableOp, FSDP, and FlashAttention. |
74- | ` rocm-container-picker ` | Map a workload to a known-good ` rocm/* ` container image. |
73+ | ` mi300x-tuner ` | Opinionated inference tuning for MI300X, including TunableOp, FSDP, and FlashAttention. |
7574| ` gfx-target-chooser ` | Pick the right ` gfx942 ` / ` gfx90a ` / ` gfx1100 ` target and matching compiler flags. |
7675
7776
@@ -82,7 +81,6 @@ Bring existing workloads onto AMD.
8281| Skill | What it does |
8382| --- | --- |
8483| ` cuda-to-hip ` | Port CUDA kernels with ` hipify ` and flag anything that needs manual review. |
85- | ` triton-amd-port ` | Port Triton kernels to the AMD backend with parity and performance checks. |
8684| ` vllm-rocm ` | Stand up vLLM on AMD with the right environment variables and model configurations. |
8785| ` pytorch-rocm-setup ` | Get a known-good PyTorch + ROCm stack running on a target node, end to end. |
8886
0 commit comments