apoorvnandan / lilgradLinks
pytorch from scratch in pure C/CUDA and python
☆40Updated last year
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.☆151Updated last year
- PTX-Tutorial Written Purely By AIs (Deep Research of Openai and Claude 3.7)☆66Updated 10 months ago
- Quantized LLM training in pure CUDA/C++.☆233Updated last week
- Multi-Threaded FP32 Matrix Multiplication on x86 CPUs☆376Updated 9 months ago
- ☆90Updated last month
- Learnings and programs related to CUDA☆431Updated 7 months ago
- (WIP) A small but powerful, homemade PyTorch from scratch.☆672Updated this week
- small auto-grad engine inspired from Karpathy's micrograd and PyTorch☆276Updated last year
- A really tiny autograd engine☆99Updated 8 months ago
- Simple MPI implementation for prototyping or learning☆300Updated 5 months ago
- An implement of deep learning framework and models in C☆47Updated 10 months ago
- in this repository, i'm going to implement increasingly complex llm inference optimizations☆81Updated 8 months ago
- LLM training in simple, raw C/CUDA☆112Updated last year
- Notes on "Programming Massively Parallel Processors" by Hwu, Kirk, and Hajj (4th ed.)☆53Updated last year
- Visualization of cache-optimized matrix multiplication