Skip to content

Commit d34ab04

Browse files
authored
added artifacts (#43)
1 parent d11026e commit d34ab04

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,18 @@ A successful pipeline run yields a structure similar to:
140140

141141
These artifacts are designed for reproducibility: you can re-run a single kernel session, inspect prompts/responses, or feed `composed_kernel.py` directly into downstream tooling.
142142

143+
## Example Artifacts
144+
145+
Looking for ready-to-browse outputs? See the curated artifacts repo:
146+
147+
- https://github.com/Laurawly/kernelagent-artifacts
148+
149+
It includes selected L1/L2/L3 problems with:
150+
- Original problems (PyTorch)
151+
- Fused subgraphs (`subgraphs.json`) and per‑subgraph Triton kernels
152+
- Composed end‑to‑end Triton programs and verification logs
153+
- Minimal examples for quick scanning
154+
143155
## Repository Layout
144156

145157
- `triton_kernel_agent/` — KernelAgent core (agent, worker manager, provider adapters, prompt templates)

0 commit comments

Comments
 (0)