#
Starred repositories
4
results
for source starred repositories
written in Cuda
Clear filter
Instant neural graphics primitives: lightning fast NeRF and more
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…