From 368d6edc3c2785b667bd8034e39367b119b06a90 Mon Sep 17 00:00:00 2001 From: Xavier Hallade Date: Fri, 21 Jun 2024 17:30:17 +0200 Subject: [PATCH] Cycles: Update ocloc to 101.5518 on Windows We've seen a ~15% performance regression on Meteor Lake iGPUs since 17f2cdd104608c86c910a937bb277c9f0e342345, this new compiler version restores it. No need to bump the minimum supported driver version as it was already at 101.5518. Pull Request: https://projects.blender.org/blender/blender/pulls/123562 --- build_files/config/pipeline_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_files/config/pipeline_config.yaml b/build_files/config/pipeline_config.yaml index 6f1d7b658a9..e5f293e9da8 100644 --- a/build_files/config/pipeline_config.yaml +++ b/build_files/config/pipeline_config.yaml @@ -19,7 +19,7 @@ buildbot: optix: version: '7.3.0' ocloc: - version: '101.4723p0' + version: '101.5518p0' cmake: default: version: any