Skip to content

Commit 44c9fe5

Browse files
author
cnn
authored
add trt version, test=document_fix (#3738) (#3779)
1 parent 9ae434f commit 44c9fe5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

deploy/cpp/docs/windows_vs2019_build.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,17 @@ Windows 平台下,我们使用`Visual Studio 2019 Community` 进行了测试
55

66
## 前置条件
77
* Visual Studio 2019 (根据Paddle预测库所使用的VS版本选择,请参考 [Visual Studio 不同版本二进制兼容性](https://docs.microsoft.com/zh-cn/cpp/porting/binary-compat-2015-2017?view=vs-2019) )
8-
* CUDA 9.0 / CUDA 10.0,cudnn 7+ (仅在使用GPU版本的预测库时需要)
8+
* CUDA 9.0 / CUDA 10.0,cudnn 7+ / TensoRT(仅在使用GPU版本的预测库时需要)
99
* CMake 3.0+ [CMake下载](https://cmake.org/download/)
1010

11+
**特别注意:windows下预测库需要的TensorRT版本为:**
12+
13+
| 预测库版本 | TensorRT版本 |
14+
| ---- | ---- |
15+
| cuda10.1_cudnn7.6_avx_mkl_trt6 | TensorRT-6.0.1.5 |
16+
| cuda10.2_cudnn7.6_avx_mkl_trt7 | TensorRT-7.0.0.11 |
17+
| cuda11.0_cudnn8.0_avx_mkl_trt7 | TensorRT-7.2.1.6 |
18+
1119
请确保系统已经安装好上述基本软件,我们使用的是`VS2019`的社区版。
1220

1321
**下面所有示例以工作目录为 `D:\projects`演示**

0 commit comments

Comments
 (0)