#
Starred repositories
5
stars
written in Cuda
Clear filter
Instant neural graphics primitives: lightning fast NeRF and more
[ARCHIVED] Cooperative primitives for CUDA C++. See https://github.com/NVIDIA/cccl
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, s…