lucasdelimanogueira / PyNorchLinks
Recreating PyTorch from scratch (C/C++, CUDA, NCCL and Python, with multi-GPU support and automatic differentiation!)
☆161Updated last month
Alternatives and similar repositories for PyNorch
Users that are interested in PyNorch are comparing it to the libraries listed below
Sorting:
- ☆233Updated last year
- CUDA tutorials for Maths & ML tutorials with examples, covers multi-gpus, fused attention, winograd convolution, reinforcement learning.☆206Updated 7 months ago
- ☆178Updated last year
- making the official triton tutorials actually comprehensible☆85Updated 4 months ago
- A curated list of resources for learning and exploring Triton, OpenAI's programming language for writing efficient GPU code.☆451Updated 10 months ago
- Learn CUDA with PyTorch☆168Updated 3 weeks ago
- ring-attention experiments☆161Updated last year
- ☆88Updated 2 months ago
- An implementation of the transformer architecture onto an Nvidia CUDA kernel☆202Updated 2 years ago
- Cataloging released Triton kernels.☆282Updated 4 months ago
- A repository to unravel the language of GPUs, making their kernel conversations easy to understand☆195Updated 7 months ago
- LLaMA 2 implemented from scratch in PyTorch☆366Updated 2 years ago
- Simple MPI implementation for prototyping or learning