apoorvnandan / lilgradLinks
pytorch from scratch in pure C/CUDA and python
☆40Updated 10 months ago
Alternatives and similar repositories for lilgrad
Users that are interested in lilgrad are comparing it to the libraries listed below
Sorting:
- Learning about CUDA by writing PTX code.☆133Updated last year
- (WIP) A small but powerful, homemade PyTorch from scratch.☆558Updated this week
- PTX-Tutorial Written Purely By AIs (Deep Research of Openai and Claude 3.7)☆66Updated 4 months ago
- Learnings and programs related to CUDA☆415Updated last month
- small auto-grad engine inspired from Karpathy's micrograd and PyTorch☆274Updated 8 months ago
- Multi-Threaded FP32 Matrix Multiplication on x86 CPUs☆351Updated 3 months ago
- An implement of deep learning framework and models in C☆48Updated 4 months ago
- Notes on "Programming Massively Parallel Processors" by Hwu, Kirk, and Hajj (4th ed.)☆53Updated last year
- Custom PTX Instruction Benchmark☆126Updated 5 months ago
- in this repository, i'm going to implement increasingly complex llm inference optimizations☆64Updated 2 months ago
- a tiny multidimensional array implementation in C similar to numpy, but only one file.☆228Updated last year
- LLM training in simple, raw C/CUDA☆103Updated last year
- Solve puzzles to improve your tinygrad skills!☆141Updated 4 months ago
- Visualization of cache-optimized matrix multiplication☆153Updated 4 months ago
- parallelized hyperdimensional tictactoe☆123Updated 11 months ago
- The Tensor (or Array)☆441Updated last year
- My submission for the GPUMODE/AMD fp8 mm challenge☆27Updated 2 months ago
- Simple Byte pair Encoding mechanism used for tokenization process . written purely in C☆136Updated 9 months ago
- A really tiny autograd engine☆95Updated 2 months ago
- Complete solutions to the Programming Massively Parallel Processors Edition 4☆450Updated last month
- a Minimal, clean code for the Byte Pair Encoding (BPE) algorithm commonly used in LLM tokenization in pure C.☆21Updated last year
- Alex Krizhevsky's original code from Google Code☆195Updated 9 years ago
- A curated list of resources for learning and exploring Triton, OpenAI's programming language for writing efficient GPU code.☆384Updated 5 months ago
- Port of Karpathy's micrograd in pure C. Micrograd is a tiny scalar-valued autograd engine and a neural net library on top of it with PyTo…☆32Updated last year
- GPT-2 in C☆75Updated 7 months ago
- Simple MPI implementation for prototyping or learning☆275Updated this week
- Accelerated General (FP32) Matrix Multiplication from scratch in CUDA☆122Updated 7 months ago
- Following master Karpathy with GPT-2 implementation and training, writing lots of comments cause I have memory of a goldfish☆172Updated last year
- Here's all my Python/Numba (CUDA) code for the encoder block I made :)☆65Updated 3 months ago
- Tensor library with autograd using only Rust's standard library☆69Updated last year