Blender Git Commit Log

Git Commits -> Revision b383bf6

Revision b383bf6 by Sergey Sharybin (cycles-x)
May 17, 2021, 13:18 (GMT)
Cycles X: Use queue for data transfer in naive GPU update

Run into this code while looking into the following issue:
when using non-display GPU and OpenImageDenoiser in viewport
sometimes during navigation the viewport goes blank.

This change seems to either fix this issue (although, not
entirely sure why, because from my understanding all the calls
were already properly synchronized).

In any case, using a queue for data transfers and kernel is
more correct way to go.

If the issue described above ever comes back we will dig
deeper.

Commit Details:

Full Hash: b383bf6f002ae6f61cabe759f253eb4cb472bd86
Parent Commit: 268ff5e
Lines Changed: +2, -3

1 Modified Path:

/intern/cycles/integrator/path_trace_work_gpu.cpp (+2, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021