Skip to content

witwin 0.0.2

Choose a tag to compare

@Asixa Asixa released this 09 Jul 08:03
· 14 commits to main since this release
897ee1c

Native CUDA mesh SDF backend.

  • Replaces the SlangTorch mesh_sdf module with a native CUDA extension
    (torch.utils.cpp_extension), removing intermittent SlangTorch load
    failures on non-UTF-8 Windows consoles.
  • Ships prebuilt per-platform CUDA wheels (Linux + Windows, CPython
    3.10-3.12) so installs never invoke nvcc/MSVC; a Torch-native path
    remains as fallback when CUDA/toolchain is unavailable.