chrischoy / pytorch-custom-cuda-tutorial
Tutorial for building a custom CUDA function for Pytorch
☆511Updated 6 years ago
Alternatives and similar repositories for pytorch-custom-cuda-tutorial:
Users that are interested in pytorch-custom-cuda-tutorial are comparing it to the libraries listed below
- How and why you want to make your pytorch CUDA/CPP extension with a Makefile☆172Updated 5 years ago
- PyTorch layer-by-layer model profiler☆607Updated 3 years ago
- Experimental ground for optimizing memory of pytorch models☆365Updated 7 years ago
- A GPU performance profiling tool for PyTorch models☆504Updated 3 years ago
- Code snippets created for the PyTorch discussion board☆561Updated 4 years ago
- Official code for "Writing Distributed Applications with PyTorch", PyTorch Tutorial☆261Updated 2 years ago
- C++ extensions in PyTorch☆1,084Updated 3 months ago
- A general and accurate MACs / FLOPs profiler for PyTorch models☆604Updated last year
- Profiling and inspecting memory in pytorch☆1,057Updated 9 months ago
- Estimate/count FLOPS for a given neural network using pytorch☆303Updated 2 years ago
- Programmable Neural Network Compression☆148Updated 2 years ago
- A GPipe implementation in PyTorch☆838Updated 9 months ago
- ☆165Updated 6 years ago
- Totally Versatile Miscellanea for Pytorch☆470Updated 3 years ago
- Fast Block Sparse Matrices for Pytorch☆545Updated 4 years ago
- A plug-in replacement for DataLoader to load Imagenet disk-sequentially in PyTorch.☆239Updated 3 years ago
- Library for faster pinned CPU <-> GPU transfer in Pytorch☆685Updated 5 years ago
- ConvNet training using pytorch☆345Updated 4 years ago
- TVM integration into PyTorch☆452Updated 5 years ago
- Example code showing how to use Nvidia DALI in pytorch, with fallback to torchvision. Contains a few differences to the official Nvidia …☆197Updated 5 years ago
- Block-sparse primitives for PyTorch☆155Updated 4 years ago
- Low Precision Arithmetic Simulation in PyTorch☆277Updated 11 months ago
- Slicing a PyTorch Tensor Into Parallel Shards☆298Updated 3 years ago
- CuPy fused PyTorch neural networks ops☆273Updated 7 years ago
- Sparse learning library and sparse momentum resources.☆380Updated 2 years ago
- Distributed, mixed-precision training with PyTorch