adam-maj / tiny-gpuLinks
A minimal GPU design in Verilog to learn how GPUs work from the ground up
☆8,699Updated last year
Alternatives and similar repositories for tiny-gpu
Users that are interested in tiny-gpu are comparing it to the libraries listed below
Sorting:
- Implementation for MatMul-free LM.☆3,033Updated last month
- Minimal, clean code for the Byte Pair Encoding (BPE) algorithm commonly used in LLM tokenization.☆9,908Updated last year
- Machine Learning Engineering Open Book☆14,957Updated this week
- LLM training in simple, raw C/CUDA☆27,536Updated 2 months ago
- OpenSource GPU, in Verilog, loosely based on RISC-V ISA☆1,069Updated 9 months ago
- A lightweight library for portable low-level GPU computation using WebGPU.☆3,903Updated last month
- Solve puzzles. Learn CUDA.☆11,442Updated last year
- Material for gpu-mode lectures☆4,991Updated last week
- llama3 implementation one matrix multiplication at a time☆15,123Updated last year
- The n-gram Language Model☆1,439Updated last year
- Puzzles for learning Triton☆1,972Updated 9 months ago
- Inference Llama 2 in one file of pure C☆18,722Updated last year
- Solve puzzles. Improve your pytorch.☆3,706Updated last year
- From the Tensor to Stable Diffusion, a rough outline for a 1 week course.☆1,071Updated this week
- Video+code lecture on building nanoGPT from scratch☆4,331Updated last year
- lightweight, standalone C++ inference engine for Google's Gemma models.☆6,556Updated this week
- Efficient Triton Kernels for LLM Training☆5,601Updated last week
- CUDA Templates for Linear Algebra Subroutines☆8,339Updated last week
- Tile primitives for speedy kernels☆2,650Updated last week
- ☆1,273Updated 11 months ago
- GPU programming related news and material links☆1,672Updated 8 months ago
- Learning FPGA, yosys, nextpnr, and RISC-V☆2,891Updated 6 months ago
- ☆1,403Updated 2 months ago
- A deep-dive on the entire history of deep-learning☆1,389Updated last year
- A machine learning compiler for GPUs, CPUs, and ML accelerators☆3,472Updated this week
- Run PyTorch LLMs locally on servers, desktop and mobile☆3,607Updated 3 weeks ago
- The official PyTorch implementation of Google's Gemma models☆5,540Updated 3 months ago
- Simple and efficient pytorch-native transformer text generation in <1000 LOC of python.☆6,071Updated 2 weeks ago
- If tinygrad wasn't small enough for you...