This new version of the graphics compiler improves performance for the majority of supported Intel devices and adds support for upcoming Intel hardware. Such an upgrade also requires an increase in the minimal supported driver version on Windows, which is why these changes are combined together with the ocloc upgrade. Previously set minimal version 101.6557 was increased to 101.8132. Pull Request: https://projects.blender.org/blender/blender/pulls/147460
38 lines
720 B
YAML
38 lines
720 B
YAML
#
|
|
# Buildbot only configs
|
|
#
|
|
buildbot:
|
|
gcc:
|
|
version: '11.0.0'
|
|
xcode:
|
|
version: '16.3'
|
|
cuda10:
|
|
version: '10.1.243'
|
|
cuda11:
|
|
version: '11.4.1'
|
|
cuda12:
|
|
version: '12.8.0'
|
|
hip:
|
|
windows:
|
|
version: '6.4.2'
|
|
linux:
|
|
version: '6.4.3'
|
|
optix:
|
|
version: '8.0.0'
|
|
ocloc:
|
|
version: '101.8132'
|
|
cmake:
|
|
default:
|
|
version: any
|
|
overrides: {}
|
|
darwin-arm64:
|
|
overrides: {}
|
|
darwin-x86_64:
|
|
overrides: {}
|
|
linux-x86_64:
|
|
overrides: {}
|
|
windows-amd64:
|
|
overrides: {}
|
|
windows-arm64:
|
|
overrides: {}
|