Enables building of a Cubin for GPUs based on Blackwell architecture if CUDA toolkit version 12.8 or higher is installed. Only added sm_120 to the default set, since it is the one relevant for consumer GPUs (RTX 5090 etc.) that are generally used with Blender. Pull Request: https://projects.blender.org/blender/blender/pulls/134170
Pipeline Config
The yaml configuration file is used by buildbot build pipeline update-code step.
The file allows to set branches or specific commits for both git submodules and svn artifacts. Can also define various build package versions for use by build workers. Especially useful in experimental and release branches.
NOTE:
- The configuration file is
NOTused by the../utils/make_update.pyscript. - That will implemented in the future.