- Fixed corrupted output when in-place denoising high-resolution (> 1080p)
images where the input and output are stored in different shared buffer
objects (created withoidnNewSharedBuffer*
) 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
- Fixed cancellation requests not being fulfilled on CPU devices since
- Added support for creating shared buffers on Metal devices
- Enabled accessing system allocated memory for CUDA devices which support this
feature (seesystemMemorySupported
device parameter) - Added LUID support for HIP devices. Importing DX12 and Vulkan buffers is
now functional when using recent AMD GPU drivers on Windows