apoorvnandan / lilgradLinks
pytorch from scratch in pure C/CUDA and python
☆41Updated 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.☆147Updated last year
- Quantized LLM training in pure CUDA/C++.☆218Updated this week
- PTX-Tutorial Written Purely By AIs (Deep Research of Openai and Claude 3.7)☆66Updated 8 months ago
- Learnings and programs related to CUDA☆426Updated 5 months ago
- (WIP) A small but powerful, homemade PyTorch from scratch.☆660Updated this week
- small auto-grad engine inspired from Karpathy's micrograd and PyTorch☆277Updated last year
- Multi-Threaded FP32 Matrix Multiplication on x86 CPUs☆367Updated 7 months ago
- An implement of deep learning framework and models in C☆48Updated 7 months ago
- A really tiny autograd engine☆96Updated 6 months ago
- parallelized hyperdimensional tictactoe☆125Updated last year
- Custom PTX Instruction Benchmark☆134Updated 9 months ago
- My submission for the GPUMODE/AMD fp8 mm challenge☆29Updated 5 months ago
- Accelerated General (FP32) Matrix Multiplication from scratch in CUDA☆169Updated 10 months ago
- Simple MPI implementation for prototyping or learning☆289Updated 3 months ago
- coding CUDA everyday!☆71Updated last week
- LLM training in simple, raw C/CUDA☆108Updated last year
- Alex Krizhevsky's original code from Google Code☆198Updated 9 years ago
- in this repository, i'm going to implement increasingly complex llm inference optimizations☆70Updated 6 months ago
- An implementation of the transformer architecture onto an Nvidia CUDA kernel☆195Updated 2 years ago
- a tiny multidimensional array implementation in C similar to numpy, but only one file.☆226Updated last year
- Notes on "Programming Massively Parallel Processors" by Hwu, Kirk, and Hajj (4th ed.)☆53Updated last year
- High-Performance SGEMM on CUDA devices☆112Updated 10 months ago
- SIMD quantization kernels☆92Updated 2 months ago
- Competitive GPU kernel optimization platform.☆138Updated this week
- Following Karpathy with GPT-2 implementation and training, writing lots of comments cause I have memory of a goldfish☆172Updated last year
- A high-performance attention mechanism that computes softmax normalization in a single streaming pass using running accumulators (online …☆27Updated last month
- a Minimal, clean code for the Byte Pair Encoding (BPE) algorithm commonly used in LLM tokenization in pure C.☆22Updated last year
- Andrej Kapathy's micrograd implemented in c☆30Updated last year
- Tensor library with autograd using only Rust's standard library☆70Updated last year
- Recreating PyTorch from scratch (C/C++, CUDA, NCCL and Python, with multi-GPU support and automatic differentiation!)☆159Updated this week