Blender Git Commit Log
Git Commits -> Revision ba4e227
Revision ba4e227 by Sayak Biswas (master) October 20, 2021, 12:04 (GMT) |
HIP device code cleanup and fix for high VRAM usage This patch cleans up code for HIP device and makes it more consistent with the CUDA code. It also fixes the issue with high VRAM usage on AMD cards using HIP allowing better performance and usage on cards like 6600XT. Added a check in intern/cycles/kernel/bvh/bvh_util.h to prevent compiler error with hipcc Reviewed By: brecht, leesonw Maniphest Tasks: T92124 Differential Revision: https://developer.blender.org/D12834 |
Commit Details:
Full Hash: ba4e227def13b4b953775ff4a2fd9c154bb07751
Parent Commit: d28aaf6
Committed By: William Leeson
Lines Changed: +69, -168