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

Add github CI pipeline for Windows #21

Closed pfxuan closed 9 months ago

pfxuan commented 9 months ago

Now we can natively build OpenSplat across different windows versions with latest or old cuda/libtorch stacks. This PR will activate the following builds and tests automatically. To speedup the build speed, cuda and libtorch deps caching have been seamlessly integrated into CI pipeline :rocket:.

Build Matrix:

pierotofy commented 9 months ago

Thanks @pfxuan ! This is a great addition. 👍