MrNeRF / gaussian-splatting-cuda

3D Gaussian Splatting, reimagined: Unleashing unmatched speed with C++ and CUDA from the ground up!
Other
909 stars 74 forks source link

Replace GLM Library with Custom Matrix Multiplication Implementation in CUDA code #12

Closed MrNeRF closed 2 weeks ago

MrNeRF commented 1 year ago

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 :)

MrNeRF commented 2 weeks ago

I think I will close this for now. It might be an option later on but now that I am doing the transition to gsplat, this won't be very helpful.