Results 191 issues of Lukasz Stafiniak

This is in addition to the regular, native compilation with the multiple backends. The JS target would support the interpreter and WebGPU backends, and the native target would support all...

enhancement

[ggml](https://github.com/ggerganov/ggml)

explore

[Extremely sparse computational graphs produced by training and pruning RNNs, in Tinygrad.](https://cprimozic.net/blog/growing-sparse-computational-graphs-with-rnns/)

explore

[DEEP LEARNING COURSE](https://fleuret.org/dlc/) It has handouts, slides, video recordings. 13 lectures with 1.5-2h of recordings per lecture. PyTorch based.

explore

https://github.com/state-spaces/mamba _Mamba: Linear-Time Sequence Modeling with Selective State Spaces_ Albert Gu, Tri Dao [Paper](https://arxiv.org/abs/2312.00752)

explore

https://arxiv.org/abs/2401.17992

explore

https://github.com/apache/tvm GeoHot mentioned it inspired some TinyGrad solutions.

explore

https://github.com/jafioti/luminal From-scratch framework in Rust. Mentioned on the TinyGrad discord.

explore

In the initial implementation, we in effect assume without checking that for-loops only compute a single node. This is currently true in particular because we do not have for-loops in...