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-7Lines changed: 7 additions & 7 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": "analysis-orchestrator",
14
-
"source": "./skills/analysis-orchestrator",
15
-
"description": "Orchestrates modular PyTorch profiler trace analysis with TraceLens: generates perf reports, prepares category data, runs system-level and compute-kernel subagents in parallel, validates outputs, and writes a prioritized stakeholder report (analysis.md)."
16
-
},
17
12
{
18
13
"name": "local-ai-app-integration",
19
14
"source": "./skills/local-ai-app-integration",
@@ -25,14 +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
27
{
33
28
"name": "serving-llms-on-instinct",
34
29
"source": "./skills/serving-llms-on-instinct",
35
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-7Lines changed: 7 additions & 7 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": "analysis-orchestrator",
14
-
"source": "./skills/analysis-orchestrator",
15
-
"description": "Orchestrates modular PyTorch profiler trace analysis with TraceLens: generates perf reports, prepares category data, runs system-level and compute-kernel subagents in parallel, validates outputs, and writes a prioritized stakeholder report (analysis.md)."
16
-
},
17
12
{
18
13
"name": "local-ai-app-integration",
19
14
"source": "./skills/local-ai-app-integration",
@@ -25,14 +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
27
{
33
28
"name": "serving-llms-on-instinct",
34
29
"source": "./skills/serving-llms-on-instinct",
35
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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ Run and optimize on AMD Instinct.
85
85
| Skill | What it does | Source |
86
86
| --- | --- | --- |
87
87
|[`serving-llms-on-instinct`](skills/serving-llms-on-instinct/SKILL.md)| Deploy LLM inference on AMD Instinct GPUs end-to-end: detect hardware (or onboard via AMD Developer Cloud), validate model fit, apply the right vLLM recipe, and launch a benchmarked endpoint. SGLang and engine/backend selection in later phases. | in-repo |
88
-
|[`llm-kernel-evaluator` (`magpie`)](skills/magpie/SKILL.md)| Evaluate GPU kernel correctness and performance, compare kernel implementations, and benchmark vLLM / SGLang inference with profiling, TraceLens, and torch-trace gap analysis. |[Magpie](https://github.com/AMD-AGI/Magpie)|
88
+
|[`magpie-kernel-evaluator`](skills/magpie-kernel-evaluator/SKILL.md)| Evaluate GPU kernel correctness and performance, compare kernel implementations, and benchmark vLLM / SGLang inference with profiling, TraceLens, and torch-trace gap analysis. |[Magpie](https://github.com/AMD-AGI/Magpie)|
Copy file name to clipboardExpand all lines: skills/magpie-kernel-evaluator/SKILL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
name: magpie
2
+
name: magpie-kernel-evaluator
3
3
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. Creates kernel config YAMLs, discovers kernels in a project, and queries GPU specs. Use when the user mentions Magpie, kernel analyze or compare, HIP/CUDA kernel evaluation, vLLM/SGLang benchmark, gap analysis, TraceLens, creating kernel configs, or discovering GPU kernels.
0 commit comments