summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorZhou Mo <cdluminate@gmail.com>2017-05-15 03:04:47 +0000
committerZhou Mo <cdluminate@gmail.com>2017-05-15 03:04:47 +0000
commit83814da36d5a44039ddc35f58f9b341e9d1bd935 (patch)
tree781585e13dceb9ae0a8055f8f3d858daef06362a /docs
parent25391bf9e0552740af8253c6d6fd484297889a49 (diff)
downloadcaffe-83814da36d5a44039ddc35f58f9b341e9d1bd935.tar.gz
caffe-83814da36d5a44039ddc35f58f9b341e9d1bd935.tar.bz2
caffe-83814da36d5a44039ddc35f58f9b341e9d1bd935.zip
docs/debian guide: update compiler combination table
Diffstat (limited to 'docs')
-rw-r--r--docs/install_apt_debian.md20
1 files changed, 12 insertions, 8 deletions
diff --git a/docs/install_apt_debian.md b/docs/install_apt_debian.md
index 65fe7092..bd91124a 100644
--- a/docs/install_apt_debian.md
+++ b/docs/install_apt_debian.md
@@ -96,18 +96,22 @@ Note, this requires a `deb-src` entry in your `/etc/apt/sources.list`.
Some users may find their favorate compiler doesn't work with CUDA.
```
-CXX compiler | CUDA 7.5 | CUDA 8.0 |
--------------+------------+------------+-
-GCC-7 | ? | ? |
-GCC-6 | ✘ | ✘ |
-GCC-5 | ✔ [1] | ✔ |
-CLANG-4.0 | ? | ? |
-CLANG-3.9 | ✘ | ✘ |
-CLANG-3.8 | ? | ✔ |
+CXX compiler | CUDA 7.5 | CUDA 8.0 | CUDA 9.0 |
+-------------+------------+------------+------------+
+GCC-8 | ? | ? | ? |
+GCC-7 | ? | ? | ? |
+GCC-6 | ✘ | ✘ | ✔ |
+GCC-5 | ✔ [1] | ✔ | ✔ |
+-------------+------------+------------+------------+
+CLANG-4.0 | ? | ? | ? |
+CLANG-3.9 | ✘ | ✘ | ✔ |
+CLANG-3.8 | ? | ✔ | ✔ |
```
`[1]` CUDA 7.5 's `host_config.h` must be patched before working with GCC-5.
+`[2]` CUDA 9.0: https://devblogs.nvidia.com/parallelforall/cuda-9-features-revealed/
+
BTW, please forget the GCC-4.X series, since its `libstdc++` ABI is not compatible with GCC-5's.
You may encounter failure linking GCC-4.X object files against GCC-5 libraries.
(See https://wiki.debian.org/GCC5 )