From 0a27da6c9b4d82eef39bd3f2e56f233791372619 Mon Sep 17 00:00:00 2001 From: Laura Wang <3700467+Laurawly@users.noreply.github.com> Date: Mon, 10 Nov 2025 09:12:27 -0800 Subject: [PATCH] added artifacts --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 36a445c..63ee93f 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,18 @@ A successful pipeline run yields a structure similar to: 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. +## Example Artifacts + +Looking for ready-to-browse outputs? See the curated artifacts repo: + +- https://github.com/Laurawly/kernelagent-artifacts + +It includes selected L1/L2/L3 problems with: +- Original problems (PyTorch) +- Fused subgraphs (`subgraphs.json`) and per‑subgraph Triton kernels +- Composed end‑to‑end Triton programs and verification logs +- Minimal examples for quick scanning + ## Repository Layout - `triton_kernel_agent/` — KernelAgent core (agent, worker manager, provider adapters, prompt templates)