Blender Git Commit Log
Git Commits -> Revision 12d82a3
Revision 12d82a3 by Sergey Sharybin (cycles-x) April 28, 2021, 09:05 (GMT) |
Cycles: Extend information provided in the full report Include actual devices used for path tracing and denoising. useful for in the following cases: - Verify that the benchmark was made on the device it was intended to be done. - Easily see which exactly device was used for OptiX denoiser. - Share and compare different reports, by making it explicit in the report itself what conditions the benchmark was run in. The report is printed at the end of rendering when Blender is run with the `--debug-cycles` command line argument (verbosity level 2). Differential Revision: https://developer.blender.org/D11105 |
Commit Details:
Full Hash: 12d82a30771ab9de06cffc6c9b493fdc718b6a57
Parent Commit: 1dea1d9
Lines Changed: +172, -1
9 Modified Paths:
/intern/cycles/integrator/denoiser.h (+15, -0) (Diff)
/intern/cycles/integrator/denoiser_device.cpp (+11, -0) (Diff)
/intern/cycles/integrator/denoiser_device.h (+2, -0) (Diff)
/intern/cycles/integrator/denoiser_oidn.cpp (+25, -0) (Diff)
/intern/cycles/integrator/denoiser_oidn.h (+2, -0) (Diff)
/intern/cycles/integrator/path_trace.cpp (+106, -0) (Diff)
/intern/cycles/integrator/path_trace.h (+4, -0) (Diff)
/intern/cycles/integrator/path_trace_work.h (+6, -0) (Diff)
/intern/cycles/render/session.cpp (+1, -1) (Diff)
/intern/cycles/integrator/denoiser_device.cpp (+11, -0) (Diff)
/intern/cycles/integrator/denoiser_device.h (+2, -0) (Diff)
/intern/cycles/integrator/denoiser_oidn.cpp (+25, -0) (Diff)
/intern/cycles/integrator/denoiser_oidn.h (+2, -0) (Diff)
/intern/cycles/integrator/path_trace.cpp (+106, -0) (Diff)
/intern/cycles/integrator/path_trace.h (+4, -0) (Diff)
/intern/cycles/integrator/path_trace_work.h (+6, -0) (Diff)
/intern/cycles/render/session.cpp (+1, -1) (Diff)