nerfstudio-project / gsplat
CUDA accelerated rasterization of gaussian splatting
See what the GitHub community is most excited about today.
CUDA accelerated rasterization of gaussian splatting
NCCL Tests
Instant neural graphics primitives: lightning fast NeRF and more
CUDA 笔记 / 高频面试题汇总 / C++笔记,个人笔记,更新随缘: sgemm、sgemv、warp reduce、block reduce、dot、elementwise、softmax、layernorm、rmsnorm、hist etc.
Neighborhood Attention Extension. Bringing attention to a neighborhood near you!
CUDA Library Samples
cuGraph - RAPIDS Graph Analytics Library
FlashInfer: Kernel Library for LLM Serving
This is a series of GPU optimization topics. Here we will introduce how to optimize the CUDA kernel in detail. I will introduce several basic kernel optimizations, including: elementwise, reduce, sgemv, sgemm, etc. The performance of these kernels is basically at or near the theoretical limit.