0d6a79a8f3766a4b8cad91e142e5b38e1cc208cb
This commit makes it so CUDA 11 is used to compile the compute_75 PTX CUDA kernels. This is being done because PTX kernels have much stricter minimum driver requirements than standard kernels, so using the latest CUDA toolkit to compile PTX kernels can result in the PTX kernels being inaccessible to users with drivers that are only a few months old. This is important because in some situations, it's either impossible (E.g. Renting certain cloud services), or difficult to update the GPU drivers on some machines. And we want to make sure the PTX kernels are usable by as many people as possible Original Author: Sergey Sharybin <sergey@blender.org> Pull Request: https://projects.blender.org/blender/blender/pulls/138879
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline—modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
