Fix Cycles OpenCL address space compile error with amdgpu-pro drivers on Linux.

This commit is contained in:
Brecht Van Lommel 2016-07-30 15:17:30 +02:00
parent e20d306ffa
commit c937a42c61
1 changed files with 0 additions and 2 deletions

View File

@ -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__)