pierotofy / OpenSplat

Production-grade 3D gaussian splatting with CPU/GPU support for Windows, Mac and Linux 🚀
https://antimatter15.com/splat/?url=https://splat.uav4geo.com/banana.splat
GNU Affero General Public License v3.0
933 stars 87 forks source link

Fix nvcc warning (#20012-D) #92

Closed pfxuan closed 6 months ago

pfxuan commented 6 months ago

This PR is trying to suppress the build warning emitted from glm when compiling with nvcc. The root cause is probably related to the tagged upstream glm repo.

pierotofy commented 6 months ago

Looks good to me, thanks!