MrNeRF/gaussian-splatting-cuda

Replace GLM Library with Custom Matrix Multiplication Implementation in CUDA code

Opened this issue · 0 comments

MrNeRF commented

In our project, we currently utilize the GLM library for matrix operations. We want to be light on dependencies and we are considering replacing GLM with our own implementation of matrix multiplication.

So, make it happen and make some tests :)