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: .claude-plugin/marketplace.json
+7-12Lines changed: 7 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,6 @@
9
9
"version": "0.1.0"
10
10
},
11
11
"plugins": [
12
-
{
13
-
"name": "apu-memory-tuner",
14
-
"source": "./skills/apu-memory-tuner",
15
-
"description": "Inspect and tune the shared-vs-dedicated memory split (GTT / UMA Frame Buffer) on AMD Ryzen APUs so larger LLMs and image models fit on the iGPU."
16
-
},
17
12
{
18
13
"name": "local-ai-app-integration",
19
14
"source": "./skills/local-ai-app-integration",
@@ -25,19 +20,19 @@
25
20
"description": "Route image generation, text-to-speech, and speech-to-text through a local AI Server to reduce token/cost usage."
26
21
},
27
22
{
28
-
"name": "magpie",
29
-
"source": "./skills/magpie",
23
+
"name": "magpie-kernel-evaluator",
24
+
"source": "./skills/magpie-kernel-evaluator",
30
25
"description": "Performs GPU kernel correctness and performance evaluation and LLM inference benchmarking with Magpie. Analyzes single or multiple kernels (HIP/CUDA/PyTorch), compares kernel implementations, runs vLLM/SGLang benchmarks with profiling and TraceLens, and runs gap analysis on torch traces."
31
26
},
32
-
{
33
-
"name": "rocm-doctor",
34
-
"source": "./skills/rocm-doctor",
35
-
"description": "Diagnose why ROCm, PyTorch, or llama.cpp isn't working on an AMD GPU. Matches the symptom against a fixed list of twelve known misconfigurations and proposes the next step."
36
-
},
37
27
{
38
28
"name": "serving-llms-on-instinct",
39
29
"source": "./skills/serving-llms-on-instinct",
40
30
"description": "Serve LLMs on AMD Instinct GPUs (MI300X/MI325X/MI350X/MI355X) with vLLM on ROCm. Handles GPU detection, environment validation, vLLM configuration, launch, and health verification."
Copy file name to clipboardExpand all lines: .cursor-plugin/marketplace.json
+7-12Lines changed: 7 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,6 @@
9
9
"version": "0.1.0"
10
10
},
11
11
"plugins": [
12
-
{
13
-
"name": "apu-memory-tuner",
14
-
"source": "./skills/apu-memory-tuner",
15
-
"description": "Inspect and tune the shared-vs-dedicated memory split (GTT / UMA Frame Buffer) on AMD Ryzen APUs so larger LLMs and image models fit on the iGPU."
16
-
},
17
12
{
18
13
"name": "local-ai-app-integration",
19
14
"source": "./skills/local-ai-app-integration",
@@ -25,19 +20,19 @@
25
20
"description": "Route image generation, text-to-speech, and speech-to-text through a local AI Server to reduce token/cost usage."
26
21
},
27
22
{
28
-
"name": "magpie",
29
-
"source": "./skills/magpie",
23
+
"name": "magpie-kernel-evaluator",
24
+
"source": "./skills/magpie-kernel-evaluator",
30
25
"description": "Performs GPU kernel correctness and performance evaluation and LLM inference benchmarking with Magpie. Analyzes single or multiple kernels (HIP/CUDA/PyTorch), compares kernel implementations, runs vLLM/SGLang benchmarks with profiling and TraceLens, and runs gap analysis on torch traces."
31
26
},
32
-
{
33
-
"name": "rocm-doctor",
34
-
"source": "./skills/rocm-doctor",
35
-
"description": "Diagnose why ROCm, PyTorch, or llama.cpp isn't working on an AMD GPU. Matches the symptom against a fixed list of twelve known misconfigurations and proposes the next step."
36
-
},
37
27
{
38
28
"name": "serving-llms-on-instinct",
39
29
"source": "./skills/serving-llms-on-instinct",
40
30
"description": "Serve LLMs on AMD Instinct GPUs (MI300X/MI325X/MI350X/MI355X) with vLLM on ROCm. Handles GPU detection, environment validation, vLLM configuration, launch, and health verification."
0 commit comments