v0.0.2

dubinc/dubv0.0.2Oct 29, 2024by ShenhanQian

AI Summary

This release migrates the rendering backend from OpenGL to CUDA to leverage updated nvdiffrast features, specifically supporting resolutions over 2048x2048 and non-multiple-of-8 dimensions, while aiming to simplify the installation process.

Key Highlights

  • Migration from OpenGL rasterizer to CUDA rasterizer
  • Support for resolutions over 2048x2048
  • Support for non-multiple-of-8 resolutions
  • Simplified installation process

Breaking Changes

  • Switched from OpenGL rasterizer to CUDA rasterizer

New Features

  • CUDA rasterizer support
  • High-resolution rendering support
  • Simplified installation

Full Release Notes

Since nvdiffrast now supports non-multiple-of-8 resolutions (https://github.com/NVlabs/nvdiffrast/releases/tag/v0.3.2) and resolutions over 2048x2048 (https://github.com/NVlabs/nvdiffrast/releases/tag/v0.3.3) in CUDA rasterizer, we switch from OpenGL rasterizer to CUDA rasterizer to simplify installation. You need to upgrade nvdiffrast via
  >```shell
  >  pip install nvdiffrast@git+https://github.com/ShenhanQian/nvdiffrast@backface-culling -U
  >  rm -r ~/.cache/torch_extensions/*/nvdiffrast*
>  ```