Blender Git Commit Log
Git Commits -> Revision 9cdced0
Revision 9cdced0 by Sergey Sharybin (cycles-x) March 24, 2021, 09:10 (GMT) |
Cycles: Avoid memory allocation on every copy_to_gpu_display() Affects the PathTraceWorkGPU. From the measurements on own desktop it is about 10% faster on the very simple scene with 32 samples. Technically, this potentially increases peak GPU memory usage, but hopefully by not so much and that the performance gain worth it. |
Commit Details:
Full Hash: 9cdced0b9fc74206ba4c68962c2cb853d5f17592
Parent Commit: e57461e
Lines Changed: +22, -9