loganwatchorn / notes-pmpp
Notes on "Programming Massively Parallel Processors" by Hwu, Kirk, and Hajj (4th ed.)
☆52Updated 7 months ago
Alternatives and similar repositories for notes-pmpp:
Users that are interested in notes-pmpp are comparing it to the libraries listed below
- Learnings and programs related to CUDA☆328Updated last month
- small auto-grad engine inspired from Karpathy's micrograd and PyTorch☆250Updated 4 months ago
- pytorch from scratch in pure C/CUDA and python☆40Updated 5 months ago
- Learning about CUDA by writing PTX code.☆124Updated last year
- ☆46Updated 7 months ago
- a tiny multidimensional array implementation in C similar to numpy, but only one file.☆225Updated 7 months ago
- A curated list of resources for learning and exploring Triton, OpenAI's programming language for writing efficient GPU code.☆306Updated last week
- Andrej Kapathy's micrograd implemented in c☆28Updated 7 months ago
- Accelerated General (FP32) Matrix Multiplication from scratch in CUDA☆106Updated 2 months ago
- High Quality Resources on GPU Programming/Architecture☆581Updated 7 months ago
- Question paper of courses taught at IISC as part of MTech AI curriculum☆58Updated 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…☆212Updated 2 months ago
- Following master Karpathy with GPT-2 implementation and training, writing lots of comments cause I have memory of a goldfish☆170Updated 7 months ago
- minimal diffusion transformer in pytorch.☆16Updated 5 months ago
- This repository is a curated collection of resources, tutorials, and practical examples designed to guide you through the journey of mast…☆302Updated last month
- A really tiny autograd engine☆90Updated 11 months ago
- An implementation of the transformer architecture onto an Nvidia CUDA kernel☆174Updated last year
- Recreating PyTorch from scratch (C/C++, CUDA, NCCL and Python, with multi-GPU support and automatic differentiation!)☆145Updated 9 months ago
- Simple Byte pair Encoding mechanism used for tokenization process . written purely in C☆129Updated 4 months ago
- Tensor library with autograd using only Rust's standard library☆66Updated 8 months ago
- The Tensor (or Array)☆427Updated 7 months ago
- ☆32Updated last month
- Intro to leetcodes. Basic techniques, quicksort and hash structures implementation, space and time complexities.☆96Updated 7 months ago
- Multi-Threaded FP32 Matrix Multiplication on x86 CPUs☆341Updated last month
- Small scale distributed training of sequential deep learning models, built on Numpy and MPI.☆126Updated last year