Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brecht@blender.org>2021-07-26 20:45:05 +0300
committerBrecht Van Lommel <brecht@blender.org>2021-07-26 20:46:51 +0300
commitcf74cd93674c11e8e5ef599100d0c7bf3cc8a79c (patch)
tree9a8daa74e0690d7527a0bcd7124e6f42ce489ed0 /build_files
parent6eb94d8df2e671b2e473b1178248467ad363e1e9 (diff)
Cycles: upgrade CUDA to 11.4
This fixes a performance regression on Ampere cards, on specific scenes like classroom. For cycles-x there is little difference, but this is still helpful for LTS releases, and we need to upgrade at some point anyway.
Diffstat (limited to 'build_files')
-rw-r--r--build_files/config/pipeline_config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/config/pipeline_config.json b/build_files/config/pipeline_config.json
index c9a5e25eaaf..d914cf85eae 100644
--- a/build_files/config/pipeline_config.json
+++ b/build_files/config/pipeline_config.json
@@ -41,7 +41,7 @@
},
"cuda11":
{
- "version": "11.3"
+ "version": "11.4"
}
},
"cmake":