loganwatchorn / notes-pmppLinks
Notes on "Programming Massively Parallel Processors" by Hwu, Kirk, and Hajj (4th ed.)
☆53Updated 10 months ago
Alternatives and similar repositories for notes-pmpp
Users that are interested in notes-pmpp are comparing it to the libraries listed below
Sorting:
- Learning about CUDA by writing PTX code.☆132Updated last year
- Learnings and programs related to CUDA☆407Updated 4 months ago
- pytorch from scratch in pure C/CUDA and python☆40Updated 8 months ago
- ☆343Updated 2 months ago
- GPU Kernels☆182Updated last month
- small auto-grad engine inspired from Karpathy's micrograd and PyTorch☆271Updated 7 months ago
- in this repository, i'm going to implement increasingly complex llm inference optimizations☆60Updated last month
- Alex Krizhevsky's original code from Google Code☆192Updated 9 years ago
- learning & making kernels in cuda / triton☆21Updated 2 weeks ago
- PTX-Tutorial Written Purely By AIs (Deep Research of Openai and Claude 3.7)☆67Updated 3 months ago
- This repo has all the basic things you'll need in-order to understand complete vision transformer architecture and its various implementa…☆218Updated 5 months ago
- A really tiny autograd engine☆94Updated 3 weeks ago
- An implement of deep learning framework and models in C☆48Updated 2 months ago
- Accelerated General (FP32) Matrix Multiplication from scratch in CUDA☆118Updated 5 months ago
- Some CUDA example code with READMEs.☆165Updated 3 months ago
- An implementation of the transformer architecture onto an Nvidia CUDA kernel☆185Updated last year
- Following master Karpathy with GPT-2 implementation and training, writing lots of comments cause I have memory of a goldfish☆173Updated 10 months ago
- Visualization of cache-optimized matrix multiplication☆148Updated 3 months ago
- High Quality Resources on GPU Programming/Architecture☆588Updated 10 months ago
- A repository to unravel the language of GPUs, making their kernel conversations easy to understand☆185Updated 3 weeks ago
- ☆161Updated this week
- A curated list of resources for learning and exploring Triton, OpenAI's programming language for writing efficient GPU code.☆364Updated 3 months ago
- Simple MPI implementation for prototyping or learning☆248Updated 2 weeks ago
- ☆98Updated last year
- Andrej Kapathy's micrograd implemented in c☆28Updated 10 months ago
- could we make an ml stack in 100,000 lines of code?☆46Updated 11 months ago
- machine learning from absolute scratch in c. gradients, linear algebra ops & everything else without using any third party library!☆24Updated 10 months ago
- GPT-2 in C☆71Updated 5 months ago
- LLM training in simple, raw C/CUDA☆99Updated last year
- a tiny multidimensional array implementation in C similar to numpy, but only one file.☆228Updated 10 months ago