loganwatchorn / notes-pmppLinks
Notes on "Programming Massively Parallel Processors" by Hwu, Kirk, and Hajj (4th ed.)
☆53Updated 9 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:
- Learnings and programs related to CUDA☆402Updated 3 months ago
- pytorch from scratch in pure C/CUDA and python☆40Updated 7 months ago
- small auto-grad engine inspired from Karpathy's micrograd and PyTorch☆268Updated 6 months ago
- An implement of deep learning framework and models in C☆48Updated 2 months ago
- Learning about CUDA by writing PTX code.☆131Updated last year
- a tiny multidimensional array implementation in C similar to numpy, but only one file.☆228Updated 10 months ago
- Visualization of cache-optimized matrix multiplication☆147Updated 2 months ago
- ☆328Updated last month
- 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
- Alex Krizhevsky's original code from Google Code☆192Updated 9 years ago
- PTX-Tutorial Written Purely By AIs (Deep Research of Openai and Claude 3.7)☆67Updated 2 months ago
- Following master Karpathy with GPT-2 implementation and training, writing lots of comments cause I have memory of a goldfish☆173Updated 10 months ago
- A really tiny autograd engine☆94Updated last week
- ☆72Updated last year
- GPU Kernels☆178Updated last month
- A repository to unravel the language of GPUs, making their kernel conversations easy to understand☆184Updated last week
- High Quality Resources on GPU Programming/Architecture☆587Updated 10 months ago
- in this repository, i'm going to implement increasingly complex llm inference optimizations☆58Updated last week
- Accelerated General (FP32) Matrix Multiplication from scratch in CUDA☆116Updated 4 months ago
- Intro to leetcodes. Basic techniques, quicksort and hash structures implementation, space and time complexities.☆96Updated 10 months ago
- An implementation of the transformer architecture onto an Nvidia CUDA kernel☆183Updated last year
- The Tensor (or Array)☆433Updated 9 months ago
- Apply GPU in ML and DL☆52Updated 3 months ago
- A curated list of resources for learning and exploring Triton, OpenAI's programming language for writing efficient GPU code.☆357Updated 2 months ago
- Andrej Kapathy's micrograd implemented in c☆28Updated 9 months ago
- 100 days of learning & making kernels in cuda / triton☆22Updated 2 months ago
- ☆160Updated 2 weeks ago
- Recreating PyTorch from scratch (C/C++, CUDA, NCCL and Python, with multi-GPU support and automatic differentiation!)☆151Updated 11 months ago
- machine learning from absolute scratch in c. gradients, linear algebra ops & everything else without using any third party library!☆23Updated 10 months ago
- GPT-2 in C☆68Updated 5 months ago