sandeepkumar-skb / pytorch_custom_opLinks
End to End steps for adding custom ops in PyTorch.
☆23Updated 4 years ago
Alternatives and similar repositories for pytorch_custom_op
Users that are interested in pytorch_custom_op are comparing it to the libraries listed below
Sorting:
- TileFusion is an experimental C++ macro kernel template library that elevates the abstraction level in CUDA C for tile processing.☆90Updated 2 weeks ago
- ☆98Updated last year
- We invite you to visit and follow our new repository at https://github.com/microsoft/TileFusion. TiledCUDA is a highly efficient kernel …☆183Updated 4 months ago
- ☆90Updated 5 months ago
- ⚡️Write HGEMM from scratch using Tensor Cores with WMMA, MMA and CuTe API, Achieve Peak⚡️ Performance.☆80Updated last month
- An extension library of WMMA API (Tensor Core API)☆99Updated 11 months ago
- High-speed GEMV kernels, at most 2.7x speedup compared to pytorch baseline.☆109Updated 11 months ago
- MLIR-based partitioning system☆91Updated this week
- ☆50Updated last year
- extensible collectives library in triton☆86Updated 2 months ago
- ☆43Updated 3 weeks ago
- SparseTIR: Sparse Tensor Compiler for Deep Learning☆138Updated 2 years ago
- A standalone GEMM kernel for fp16 activation and quantized weight, extracted from FasterTransformer☆92Updated 3 weeks ago
- An experimental CPU backend for Triton (https//github.com/openai/triton)☆43Updated 3 months ago
- Several optimization methods of half-precision general matrix vector multiplication (HGEMV) using CUDA core.☆62Updated 9 months ago
- Standalone Flash Attention v2 kernel without libtorch dependency☆110Updated 9 months ago
- A Vectorized N:M Format for Unleashing the Power of Sparse Tensor Cores☆51Updated last year
- Artifacts of EVT ASPLOS'24☆26Updated last year
- Implementation of TSM2L and TSM2R -- High-Performance Tall-and-Skinny Matrix-Matrix Multiplication Algorithms for CUDA☆32Updated 4 years ago
- ☆117Updated last month
- Matrix Multiply-Accumulate with CUDA and WMMA( Tensor Core)☆136Updated 4 years ago
- An extention of TVMScript to write simple and high performance GPU kernels with tensorcore.