Search Issue Tracker
Duplicate
Votes
0
Found in
2020.1
2020.1.0b11
Issue ID
1251263
Regression
No
[GPU PLM] Bake performance decreases drastically over time when using high sample count
Over time, bake performance decreases drastically when using high sample count (500K or 1M).
The first 5 minutes of the bake are fine, and then, the GPU occupancy decrease over time.
It seems that the Editor his somehow taking breaks between each call to the lighting baking backend, making the GPU occupancy really low and bakes like it will never end.
This is not a duplicate of 1327130. In 1327130 what happens is that we are doing too much Convergence jobs and we get out of the Render() function of the RadeonRaysBakeLightmapTechnique after doing not enough samples. This bug, on the contrary, happens more on the editor side, were at some point in time, we start calling less often Render(). The Editor seems to make some weird pauses between each call to render and the overall GPU utilization drops. Whereas in 1327130 the GPU utilization stays quite high.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment