Skip to content

Open Image Denoise v2.3.1

Latest
Compare
Choose a tag to compare
@atafra atafra released this 11 Nov 23:22
  • 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