github RenderKit/oidn v2.3.1
Open Image Denoise v2.3.1

2 days ago
  • Fixed corrupted output when in-place denoising high-resolution (> 1080p)
    images where the input and output are stored in different shared buffer
    objects (created with oidnNewSharedBuffer*) that overlap in memory
  • Fixed issues with cancellation through progress monitor callbacks:
    • Fixed cancellation requests not being fulfilled on CPU devices since
      v2.3.0
    • Fixed not calling the callback anymore after requesting cancellation,
      while the operation is still being executed
  • Added support for creating shared buffers on Metal devices
  • Enabled accessing system allocated memory for CUDA devices which support this
    feature (see systemMemorySupported device parameter)
  • Added LUID support for HIP devices. Importing DX12 and Vulkan buffers is
    now functional when using recent AMD GPU drivers on Windows

Don't miss a new oidn release

NewReleases is sending notifications on new releases.