Fix Cycles OpenCL address space compile error with amdgpu-pro drivers on Linux.
This commit is contained in:
@@ -734,8 +734,6 @@ enum ShaderDataFlag {
|
||||
SD_OBJECT_INTERSECTS_VOLUME)
|
||||
};
|
||||
|
||||
struct KernelGlobals;
|
||||
|
||||
#ifdef __SPLIT_KERNEL__
|
||||
# define SD_THREAD (get_global_id(1) * get_global_size(0) + get_global_id(0))
|
||||
# if defined(__SPLIT_KERNEL_AOS__)
|
||||
|
Reference in New Issue
Block a user