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

Support AMD GPUs via ROCm/HIP #36

Closed pfxuan closed 8 months ago

pfxuan commented 8 months ago

This PR adds a new capability to support AMD GPUs via ROCm/HIP. The build pipeline seems working. But I didn't get a chance to run an actual test with Radeon or Instinct GPU.

pierotofy commented 8 months ago

Looks great, thanks @pfxuan ! I will merge this to encourage testing from other developers while I test it with https://github.com/ROCm/HIP-CPU in the upcoming days. Eventual fixes can be opened as part of new PRs.

pfxuan commented 8 months ago

Awesome. Thank you for your guidance and support!