Blender Git Loki
Git Commits -> Revision d092933
Revision d092933 by Sayak Biswas (master) October 22, 2021, 10:15 (GMT) |
Cycles: various fixes for HIP and compilation of HIP binaries * Additional structs added to the hipew loader for device props * Adds hipRTC functions to the loader for future usage * Enables CPU+GPU usage for HIP * Cleanup to the adaptive kernel compilation process * Fix for kernel compilation failures with HIP with latest master Ref T92393, D12958 |
Commit Details:
Full Hash: d092933abbadb3a6d5ab53a0b2b3b865cd5c9079
Parent Commit: d1fcf93
Committed By: Brecht Van Lommel
Lines Changed: +208, -43
6 Modified Paths:
/extern/hipew/include/hipew.h (+141, -0) (Diff)
/extern/hipew/src/hipew.c (+23, -0) (Diff)
/intern/cycles/blender/addon/properties.py (+1, -1) (Diff)
/intern/cycles/device/hip/device_impl.cpp (+15, -9) (Diff)
/intern/cycles/kernel/CMakeLists.txt (+26, -31) (Diff)
/intern/cycles/kernel/device/hip/globals.h (+2, -2) (Diff)
/extern/hipew/src/hipew.c (+23, -0) (Diff)
/intern/cycles/blender/addon/properties.py (+1, -1) (Diff)
/intern/cycles/device/hip/device_impl.cpp (+15, -9) (Diff)
/intern/cycles/kernel/CMakeLists.txt (+26, -31) (Diff)
/intern/cycles/kernel/device/hip/globals.h (+2, -2) (Diff)