Cleanup: Remove OpenCL __MULTI_CLOSURE__ sanity check, not needed anymore after 04a10907dc
.
This commit is contained in:
@@ -101,9 +101,6 @@ static string opencl_kernel_build_options(const string& platform, const string *
|
||||
|
||||
if(opencl_kernel_use_debug())
|
||||
build_options += "-D__KERNEL_OPENCL_DEBUG__ ";
|
||||
|
||||
if(opencl_kernel_use_advanced_shading(platform))
|
||||
build_options += "-D__KERNEL_OPENCL_NEED_ADVANCED_SHADING__ ";
|
||||
|
||||
return build_options;
|
||||
}
|
||||
|
Reference in New Issue
Block a user