Skip to content

Add kernelbench-style annotation for opus_18.45x record - #1

Open
AlexWortega wants to merge 1 commit into
mainfrom
add-kernelbench-annotation
Open

Add kernelbench-style annotation for opus_18.45x record#1
AlexWortega wants to merge 1 commit into
mainfrom
add-kernelbench-annotation

Conversation

@AlexWortega

Copy link
Copy Markdown
Owner

Adds mega_results/annotations/EXTERNAL_openrsi_claude-opus-4-8_02_kimi_linear_decode.yaml — a kernelbench.com-schema annotation for the OpenRSI (Opus 4.8) 18.45× Kimi-Linear W4A16 decode megakernel.

English blurb (as requested): "My Recursive Self-Improvement agent on Opus 4.8 drove itself to this kernel for the RTX PRO 6000 (a6000pro)." Links to the kernel and the RSI scaffold.

Verification done (off-GPU, against kernelbench check.py logic):

  • Forbidden-import AST scan — only torch + load_inline, no import reference, no banned libs.
  • load_state_dict(strict=True) — all 147 params/buffers match reference.py by name and shape.
  • Model.step(hidden, state) -> (hout, state) interface + single mega_launch per step.

Not re-run here (needs RTX PRO 6000): the cosine >= 0.98 correctness and the 18.45x timing remain OpenRSI's reported numbers. Annotation is labelled verdict: interesting and flagged as an external, non-native-harness claim per kernelbench's SCHEMA.md.

🤖 Generated with Claude Code

Documents the OpenRSI (Opus 4.8) 18.45x Kimi-Linear W4A16 decode megakernel
in kernelbench.com's annotation schema, with links to the kernel and the RSI
scaffold. Off-GPU re-verification against kernelbench check.py logic: forbidden-
import AST scan PASS and load_state_dict(strict=True) PASS (147/147 params match
reference.py). Correctness (cosine >= 0.98) and 18.45x timing are OpenRSI's
RTX PRO 6000 numbers, not re-run here.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant