blender/intern/cycles
Brecht Van Lommel 60e5ebdd62 Fix Cycles CUDA kernels for Ampere not building with CUDA 11
Running Blender on Ampere cards was already possible with ptx, this fix is
needed to support building CUDA binaries.

Note the CUDA version used for official Blender builds is still 10, this is
merely the change to make it possible for those using CUDA 11 and specifying
the sm_8x kernels to be compiled.

Found by Milan Jaros.
2020-09-30 18:29:42 +02:00
..
app CMake: refresh building and external library handling of Cycles standalone 2020-09-04 17:10:50 +02:00
blender Cleanup: use parenthesis for if statements in macros 2020-09-19 16:28:17 +10:00
bvh CMake: refresh building and external library handling of Cycles standalone 2020-09-04 17:10:50 +02:00
cmake Cleanup: tabs in CMake files 2020-09-07 23:12:34 +10:00
device Cleanup: use parenthesis for if statements in macros 2020-09-19 16:28:17 +10:00
doc CMake: refresh building and external library handling of Cycles standalone 2020-09-04 17:10:50 +02:00
graph Fix T81100: ccl::Node: ASan SEGV due to bad pointer 2020-09-30 01:16:02 +05:30
kernel Fix Cycles CUDA kernels for Ampere not building with CUDA 11 2020-09-30 18:29:42 +02:00
render Shaders: add emission strength input to Principled BSDF node 2020-09-17 18:54:04 +02:00
subd CMake: refresh building and external library handling of Cycles standalone 2020-09-04 17:10:50 +02:00
test Tests: bundle tests for some modules in their own executables 2020-09-17 12:29:19 +02:00
util Fix (unreported) buffer overflow in Cycles' system_cpu_brand_string helper. 2020-09-16 14:39:13 +02:00
CMakeLists.txt CMake/OpenSubdiv: Rename INCLUDE_DIR -> INCLUDE_DIRS. 2020-09-18 19:12:26 +05:30