错误:customWinogradConvActLayer.cpp

简介: 错误:customWinogradConvActLayer.cpp

customWinogradConvActLayer.cpp:159: std::unique_ptr<dit::Convolution> nvinfer1::cudnn::WinogradConvActLayer::createConvolution(const nvinfer1::cudnn::CommonContext&, bool, const int8_t*) const: Assertion `configIsValid(context)' failed.

It turns out that the first computer had a NVIDIA 1080 Ti GPU and the engine had been created for it. The second computer had a NVIDIA K80 GPU. Though, TensorRT documentation is vague about this, it seems like an engine created on a specific GPU can only be used for inference on the same model of GPU!


When I created a plan file on the K80 computer, inference worked fine.


Tried with: TensorRT 2.1, cuDNN 6.0 and CUDA 8.0


原因:


1,驱动重新安装之后,CUDA/CUDNN/TENSORRT没有重新安装.


2,每个系列的GPU,要安装相应的版本.比如2080必须CUDA 10

相关实践学习
基于阿里云DeepGPU实例,用AI画唯美国风少女
本实验基于阿里云DeepGPU实例,使用aiacctorch加速stable-diffusion-webui,用AI画唯美国风少女,可提升性能至高至原性能的2.6倍。
目录
相关文章
|
2月前
|
C++
如何在C++中实现cpp文件中引用另外一个cpp文件
如何在C++中实现cpp文件中引用另外一个cpp文件
123 0
|
2月前
|
数据库 Windows
LabVIEW在调用image.cpp或drawmgr.cpp因为DAbort而崩溃
LabVIEW在调用image.cpp或drawmgr.cpp因为DAbort而崩溃
24 3
|
2月前
|
C++
CPP的异常处理
CPP的异常处理
47 0
|
12月前
CPP2022-10-函数01(下)
CPP2022-10-函数01(下)
33 0
|
12月前
CPP2022-10-函数01(上)
CPP2022-10-函数01
24 0
|
12月前
CPP2022-03
CPP2022-03
34 0
|
编译器 计算机视觉
关于 Qt编译时使用msvc编译器报错“Error: cannot open ...main.obj.10836.32.jom for write” 的解决方法
关于 Qt编译时使用msvc编译器报错“Error: cannot open ...main.obj.10836.32.jom for write” 的解决方法
关于 Qt编译时使用msvc编译器报错“Error: cannot open ...main.obj.10836.32.jom for write” 的解决方法
|
C++
C++Qt | 无法打开源文件:“x64\Debug\moc_xxx.cpp”怎么办。
编译时报错: 1>c1xx : fatal error C1083: 无法打开源文件:“x64\Debug\Res\src\Vlc\include\moc_AVPlayer.cpp”: No such file or directory的解决办法。
375 0
|
并行计算 异构计算
错误:customWinogradConvActLayer.cpp
错误:customWinogradConvActLayer.cpp
106 0