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 <brechtvanlommel@gmail.com>2019-03-15 20:31:48 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-03-15 20:31:48 +0300
commitbc8bd87dfffe44cd5b9053800f086704ff880f6a (patch)
treed7ddf4bab0c5a953a6d0d4672f3d1d4c64c38a35 /intern/cycles/device/device_cuda.cpp
parent5051e580e4028e0a741e6519e469321a7e1f2a71 (diff)
parent65d95879f73951861a90efe1c3ac5d1d03530fd6 (diff)
Merge branch 'blender2.7'
Diffstat (limited to 'intern/cycles/device/device_cuda.cpp')
-rw-r--r--intern/cycles/device/device_cuda.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/cycles/device/device_cuda.cpp b/intern/cycles/device/device_cuda.cpp
index ada538adf32..f8c6aa5cd33 100644
--- a/intern/cycles/device/device_cuda.cpp
+++ b/intern/cycles/device/device_cuda.cpp
@@ -400,9 +400,9 @@ public:
major, minor);
return false;
}
- else if(cuda_version != 80) {
+ else if(cuda_version != 101) {
printf("CUDA version %d.%d detected, build may succeed but only "
- "CUDA 8.0 is officially supported.\n",
+ "CUDA 10.1 is officially supported.\n",
major, minor);
}
return true;