TensorRT was linked against cuBLAS/cuBLAS LT 11.2.0 but loaded cuBLAS/cuBLAS

TensorRT was linked against cuBLAS/cuBLAS LT 11.2.0 but loaded cuBLAS/cuBLAS LT 10.2

原因:

TensorRT和cuda版本需要匹配

重新下载和cuda版本匹配的版本

比如这个,是TensorRT-8.2.1.8.Windows10.x86_64.cuda-11.4

TensorRT下载页面有选择版本的。

在centos7安装cuda11.3,cudnn8.2.1,TensorRT8后,在运行程序时候提示:

[TRT] TensorRT was linked against cuBLAS/cuBLAS LT 11.5.1 but loaded cuBLAS/cuBLAS LT 11.4.2
这是因为安装的cuda是11.3.0版本的,里面的cublas不是11.5.1,安装11.3.1版本的cuda就好了,我们可以看一下cuda11.3.1的介绍。

https://docs.nvidia.com/cuda/archive/11.3.1/cuda-toolkit-release-notes/index.html

原文链接:https://blog.csdn.net/u013171226/article/details/119353781

TensorRT was linked against cuBLAS/cuBLAS LT 11.2.0 but loaded cuBLAS/cuBLAS_第1张图片

 

你可能感兴趣的:(cuda,pytorch,人工智能,python)