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-27 15:12:58 +0300
commit66c65da6889823326829d432c8d86a833ea17043 (patch)
treeac4c815783ceb63cc70e01ef09e5260fa6e9c640 /build_files
parent29001c9c883bdfa89293079149e1aa842c289d9f (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.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_files/config/pipeline_config.json b/build_files/config/pipeline_config.json
index 0237b91f6e5..b93374f6c0b 100644
--- a/build_files/config/pipeline_config.json
+++ b/build_files/config/pipeline_config.json
@@ -66,7 +66,7 @@
"version": "10.1"
},
"cuda11": {
- "version": "11.3"
+ "version": "11.4"
}
},
"cmake": {
@@ -88,4 +88,4 @@
}
}
}
-} \ No newline at end of file
+}