Search Issue Tracker
Fixed in 2020.1.X
Votes
0
Found in
2019.3
2019.3.0b12
Issue ID
1201654
Regression
No
[GPU PLM][AMD] Radeon Pro Denoise maxes VRAM and hangs
Repro:
Find a machine with recent AMD hardware, Windows 10 and current drivers. tested using AMD's November 15th 2019 driver build (26.20.13031.18002)
Download and import the attached repro project DenoiseFailBuiltIn.zip
Open the Scene Test.unity
Ensure Radeon Pro is selected as the Direct and Indirect Denoiser
Ensure Lightmap Resolution is set high enough to require more than 1x1024 lightmap
Hit Generate
Note:
GPUZ records 7.7gb of VRAM used when denoising a simple Scene with cube on plane. Seems to be a massive jump in memory usage going from 1x set of lightmaps to more. Even 1x1024 and a 1x512 is enough to cause the machine to stall.
Expected:
Ideally we should be able to denoise lightmaps regardless of Scene complexity and available VRAM. At worst, we should just fall-back to no denoising and write an informative error to the Console.
Workaround:
For AMD card users, set the maximum lightmap resolution to 1024 until this issue is fixed.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment