Cycles: Final-ish tweaks for 32bit cubin compilation

This commit is contained in:
Sergey Sharybin 2015-07-27 16:55:50 +02:00
parent 40a866dad4
commit 7973363e34
1 changed files with 1 additions and 1 deletions

View File

@ -1447,7 +1447,7 @@ ccl_device bool ray_triangle_intersect_uv(
return true;
}
#if defined(__KERNEL_CUDA__) && (defined(i386) || defined(_M_IX86))
#if defined(__KERNEL_CUDA__) && (defined(i386) || defined(_M_IX86)) && (defined(__KERNEL_EXPERIMENTAL__) || __CUDA_ARCH__ == 500)
ccl_device_noinline
#else
ccl_device