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:05:40 +0300
commit45ed762124c5b3aded19dad2e93727450bc9c531 (patch)
tree9615b5d8467f5160c59747a5b5ec90ce03984fcd /build_files
parentfdb811f030577f10aca7af636f1a60a04332604f (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 1301ff1862d..37048a23454 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
+}