dev-python/diff-gaussian-rasterization
Differentiable antialiased Gaussian rasterization (mip-splatting) for TRELLIS
ChangeLog
commit 976697f1e71d7be42efd6416cf1f2ac5e1196383
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Mon Aug 17 17:13:56 2026 +0200
dev-python/diff-gaussian-rasterization: build for the native GPU arch
The cuda compile forced TORCH_CUDA_ARCH_LIST to a fixed 8.0 8.6 8.9 9.0
list, so every host built four Ampere-through-Hopper targets regardless
of its GPU, and a machine outside that window got no runnable kernel by
default. Probe the native compute capability with nvcc's device query
and build only that; an explicit TORCH_CUDA_ARCH_LIST still wins, and
when no GPU is visible at build time the value is left unset so torch
falls back to its full arch list.
commit bc28583b1be0a4ecb128e7cb29eac7a318aacfef
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Jul 7 23:27:44 2026 +0200
dev-python/diff-gaussian-rasterization: reword vendoring comment
commit c674d3e095434edf93086598e27a8c24a79ef8de
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Jun 17 10:16:56 2026 +0200
dev-python/diff-gaussian-rasterization: new package, add 0_p20241201
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Mon Aug 17 17:13:56 2026 +0200
dev-python/diff-gaussian-rasterization: build for the native GPU arch
The cuda compile forced TORCH_CUDA_ARCH_LIST to a fixed 8.0 8.6 8.9 9.0
list, so every host built four Ampere-through-Hopper targets regardless
of its GPU, and a machine outside that window got no runnable kernel by
default. Probe the native compute capability with nvcc's device query
and build only that; an explicit TORCH_CUDA_ARCH_LIST still wins, and
when no GPU is visible at build time the value is left unset so torch
falls back to its full arch list.
commit bc28583b1be0a4ecb128e7cb29eac7a318aacfef
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Jul 7 23:27:44 2026 +0200
dev-python/diff-gaussian-rasterization: reword vendoring comment
commit c674d3e095434edf93086598e27a8c24a79ef8de
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Jun 17 10:16:56 2026 +0200
dev-python/diff-gaussian-rasterization: new package, add 0_p20241201


View
Download
Browse