tornavis/build_files/config
Sahar A. Kashi b196109dac Cycles: enable HIP-RT for AMD hardware ray-tracing
Upgrade to the latest SDK, and enable in daily and release builds where it's
available as an option under Preferences > System.

There are some known limitations, see #104110 and release notes.

Pull Request: https://projects.blender.org/blender/blender/pulls/105538
2023-05-15 13:46:06 +02:00
..
README.md
pipeline_config.yaml Cycles: enable HIP-RT for AMD hardware ray-tracing 2023-05-15 13:46:06 +02:00

README.md

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 NOT used by the ../utils/make_update.py script.
  • That will implemented in the future.