Blender Git Loki
Git Commits -> Revision ce3e0af
Revision ce3e0af by Brecht Van Lommel (master) February 5, 2018, 21:19 (GMT) |
Fix T54001: AMD OpenCL fails with certain resolutions, after recent changes. We should actually be using CL_DEVICE_MEM_BASE_ADDR_ALIGN for sub buffers, previous change in this code was incorrect. Renamed the function now to make the specific purpose of this alignment clear, it's not required for data types in general. |
Commit Details:
Full Hash: ce3e0afe5971fbd75e314714f7bcfa79fedcbe7b
Parent Commit: bd9ed02
Lines Changed: +12, -12
6 Modified Paths:
/intern/cycles/device/device.h (+1, -1) (Diff)
/intern/cycles/device/device_cpu.cpp (+1, -1) (Diff)
/intern/cycles/device/device_denoising.cpp (+1, -1) (Diff)
/intern/cycles/device/opencl/opencl.h (+2, -2) (Diff)
/intern/cycles/device/opencl/opencl_base.cpp (+2, -2) (Diff)
/intern/cycles/device/opencl/opencl_util.cpp (+5, -5) (Diff)
/intern/cycles/device/device_cpu.cpp (+1, -1) (Diff)
/intern/cycles/device/device_denoising.cpp (+1, -1) (Diff)
/intern/cycles/device/opencl/opencl.h (+2, -2) (Diff)
/intern/cycles/device/opencl/opencl_base.cpp (+2, -2) (Diff)
/intern/cycles/device/opencl/opencl_util.cpp (+5, -5) (Diff)