Cycles: Another fix for OSX, sm_50 experimental actually also fails to compile
Didn't notice it originally because compilation was threaded.
This commit is contained in:
@@ -57,7 +57,7 @@ ccl_device_noinline
|
|||||||
ccl_device_inline
|
ccl_device_inline
|
||||||
# endif /* __CUDA_ARCH__ > 500 */
|
# endif /* __CUDA_ARCH__ > 500 */
|
||||||
# else /* (defined(i386) || defined(_M_IX86)) */
|
# else /* (defined(i386) || defined(_M_IX86)) */
|
||||||
# if defined(__KERNEL_EXPERIMENTAL__) && (__CUDA_ARCH__ > 500)
|
# if defined(__KERNEL_EXPERIMENTAL__) && (__CUDA_ARCH__ >= 500)
|
||||||
ccl_device_noinline
|
ccl_device_noinline
|
||||||
# else
|
# else
|
||||||
ccl_device_inline
|
ccl_device_inline
|
||||||
|
Reference in New Issue
Block a user