Page MenuHome

Cycles: Fix Metal kernel compilation for AMD GPUs
ClosedPublic

Authored by Michael Jones (michael_jones) on Feb 10 2022, 7:17 PM.

Details

Summary

Workaround for a compilation issue preventing kernels compiling for AMD GPUs: Avoid problematic use of templates on Metal by making gpu_parallel_active_index_array a wrapper macro, and moving blocksize to be a macro parameter.

Diff Detail

Repository
rB Blender