blender_test/build_files/config
Xavier Hallade 8afcecdf1f Cycles: update Intel Graphics compiler to 101.4032 on Windows
A noticeable (>5%) performance regression in oneAPI backend came with
a501a2dbff. Updating to latest graphics
compiler from driver 101.4032 fixes it.

I've tested it with current min-supported drivers and it runs well but
since compatibility of graphics compiler with older drivers isn't
guaranteed, I'm also bumping the min-supported driver versions.

If end-users consider latest drivers too fresh to switch to (version
isn't released as stable on Linux as of today but should be before
Blender 3.5 release), CYCLES_ONEAPI_ALL_DEVICES=1 env variable can be
used.

Intel Graphics Compiler on Linux will be updated in a later commit
so we can then close D16984.

Reviewed By: sergey, LazyDodo
2023-01-23 19:36:34 +01:00
..
pipeline_config.yaml Cycles: update Intel Graphics compiler to 101.4032 on Windows 2023-01-23 19:36:34 +01:00
README.md Delete pipeline_config.json file. The yaml file is now used. 2021-08-02 16:57:29 +02:00

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.