GitHub - luminal-ai/luminal: Deep learning at the speed of light.
Luminal is a deep learning library that uses search-based compilation to achieve high performance.
ShowHN
To run the demo shown on HN on mac, clone this repo and run:
cd demos/matmul
cargo run --release
ImportantWe're undergoing a large transition to "2.0", which introduces large-scale kernel search. This radically simplifies the compiler stack and allows us to discover complex optimizations entirely automatically. Please keep an eye on breaking changes, which usually are staged in the crates/lu...
Read more at github.com