Back to browse
GitHub Repository

๐š’ is an experimental tensor computation language with declarative semantics, explicit scheduling, and an extremely tiny surface area.

3 starsRust

An experimental tensor DSL/compiler with explicit scheduling

by loganboydยทJun 2, 2026ยท5 pointsยท1 comment

AI Analysis

โ—โ—SolidBig BrainBold Bet

Three-concept scheduling model targeting FlashAttention, but generated code isn't performant yet.

Strengths
  • โ€ขMinimal scheduling model with loop splits, ordering, and producer staging is genuinely novel.
  • โ€ขSchedule search happens over language components, not deep in compiler IR.
Weaknesses
  • โ€ขProof-of-concept stage with admitted performance gaps and AI agent debt.
  • โ€ขCompeting against well-funded tensor compilers like TVM, Halide, and Triton.
Category
Target Audience

ML infrastructure engineers and compiler researchers

Similar To

TVM ยท Halide ยท Triton

Similar Projects