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
924 stars 87 forks source link

Add CPU build pipeline #58

Closed pfxuan closed 8 months ago

pfxuan commented 8 months ago

CPU build pipeline is working. Also we'll start saving the build artifacts (latest versions) across all platforms. This building block can be used to help distributing the binary code from a formal release.

pierotofy commented 8 months ago

Nice! How come we needed to link to pthread? It's fine, just wondering.

pfxuan commented 8 months ago

You are right. Technically, we don't need it. For some reason, the link issue only happens when compiling ubuntu-20.04 and torch-2.1.2: