blender/intern/cycles/device/cuda
Patrick Mours f4f8b6dde3 Cycles: Change device-only memory to actually only allocate on the device
This patch changes the `MEM_DEVICE_ONLY` type to only allocate on the device and fail if
that is not possible anymore because out-of-memory (since OptiX acceleration structures may
not be allocated in host memory). It also fixes high peak memory usage during OptiX
acceleration structure building.

Reviewed By: brecht

Maniphest Tasks: T85985

Differential Revision: https://developer.blender.org/D10535
2021-03-11 14:12:35 +01:00
..
device_cuda_impl.cpp Cycles: Change device-only memory to actually only allocate on the device 2021-03-11 14:12:35 +01:00
device_cuda.h Cycles: Add CPU+GPU rendering support with OptiX 2020-12-11 13:24:29 +01:00