Blender Git Loki
Git Commits -> Revision 022a93b
Revision 022a93b by Sergey Sharybin (cycles-x) March 2, 2021, 13:16 (GMT) |
Fix compilation without CUDA enabled Also ensure own headers are always coming first in the implementation file by putting them to own "group" (add empty line after the include statement). Ensures that there are no implicit dependencies in the header. |
Commit Details:
Full Hash: 022a93b521b21fc4d8be3de51732ea56189e682c
Parent Commit: 0b968d4
Lines Changed: +43, -16
6 Modified Paths:
/intern/cycles/device/cuda/kernel.cpp (+6, -1) (Diff)
/intern/cycles/device/cuda/kernel.h (+10, -6) (Diff)
/intern/cycles/device/cuda/queue.cpp (+8, -3) (Diff)
/intern/cycles/device/cuda/queue.h (+9, -5) (Diff)
/intern/cycles/device/cuda/util.cpp (+6, -1) (Diff)
/intern/cycles/device/cuda/util.h (+4, -0) (Diff)
/intern/cycles/device/cuda/kernel.h (+10, -6) (Diff)
/intern/cycles/device/cuda/queue.cpp (+8, -3) (Diff)
/intern/cycles/device/cuda/queue.h (+9, -5) (Diff)
/intern/cycles/device/cuda/util.cpp (+6, -1) (Diff)
/intern/cycles/device/cuda/util.h (+4, -0) (Diff)