Page MenuHome

Fix T92472: OptiX denoising artifacts with recent GPU driver 495.29.05 or newer on Linux
ClosedPublic

Authored by Patrick Mours (pmoursnv) on Nov 9 2021, 2:10 PM.

Details

Summary

Adds a workaround for a driver bug in r495 that causes artifacts with OptiX denoising.
optixDenoiserSetup is not working properly there when called with a stream other than the
default stream, so use the default stream for now and force synchronization across the entire
context afterwards to ensure the other stream Cycles uses to enqueue the actual denoising
command cannot execute before the denoising setup has finished.

Diff Detail

Repository
rB Blender