diff --git a/doc/COMPILE.md b/doc/COMPILE.md index 6e43e5fc131e4aa4c5fea8ae281551e60f3837ae..ef161d141f410c991f9a4bbc0c2605d08827dd31 100755 --- a/doc/COMPILE.md +++ b/doc/COMPILE.md @@ -7,8 +7,8 @@ | module | version | | :--------------------------: | :-------------------------------: | | OS | Ubuntu16 and 18/CentOS 7 | -| gcc | 5.4.0(Cuda 10.1) | -| gcc-c++ | 5.4.0(Cuda 10.1) | +| gcc | 5.4.0(Cuda 10.1) and 8.2.0 | +| gcc-c++ | 5.4.0(Cuda 10.1) and 8.2.0 | | cmake | 3.2.0 and later | | Python | 3.6.0 and later | | Go | 1.9.2 and later | diff --git a/doc/COMPILE_CN.md b/doc/COMPILE_CN.md index 22a5e47f2f6177fbec89e4ad6973f87d72f08599..53c3548a46abdccedb53c629bb2c0bd0dd3bad17 100755 --- a/doc/COMPILE_CN.md +++ b/doc/COMPILE_CN.md @@ -7,8 +7,8 @@ | 组件 | 版本要求 | | :--------------------------: | :-------------------------------: | | OS | Ubuntu16 and 18/CentOS 7 | -| gcc | 5.4.0(Cuda 10.1) | -| gcc-c++ | 5.4.0(Cuda 10.1) | +| gcc | 5.4.0(Cuda 10.1) and 8.2.0 | +| gcc-c++ | 5.4.0(Cuda 10.1) and 8.2.0 | | cmake | 3.2.0 and later | | Python | 3.6.0 and later | | Go | 1.9.2 and later |