当前位置:网站首页>[CV project debugging] CUDNN_CONVOLUTION_FWD_SPECIFY_WORKSPACE_LIMIT problem
[CV project debugging] CUDNN_CONVOLUTION_FWD_SPECIFY_WORKSPACE_LIMIT problem
2022-07-31 03:37:00 【51CTO】
Foreword
error
Reason
CUDNN_CONVOLUTION_FWD_SPECIFY_WORKSPACE_LIMIT is not defined in cudnn8.x, and cudnn7.x cannot be used with CUDA11.x, but the GPU of RTX30 sequence must use CUDA11.x to run normally, feels like a dead end.Later, after searching for a long time, I found that NVIDIA gave a solution code for cudnn8, which is to modify the code of the erroneous file src/convolutional_layer.c and increase the processing for CUDNN_MAJOR>=8.
Reference
1. yolo_with_cudnn;
2. How to solve the problem that the pjreddie version of darknet cannot be compiled with cudnn8;
End
边栏推荐
- Redis counts new and retained users
- No qualifying bean of type question
- Detailed explanation of TCP (3)
- SIP Protocol Standard and Implementation Mechanism
- [Swift] Customize the shortcut that pops up by clicking the APP icon
- endian mode
- 浅识Flutter 基本组件之CheckBox组件
- IDEA常用快捷键与插件
- Mysql 45 study notes (twenty-four) MYSQL master-slave consistency
- Golang中的addressable
猜你喜欢
IIR filter and FIR filter
Getting Started with CefSharp - winform
SIP协议标准和实现机制
Mysql 45 study notes (23) How does MYSQL ensure that data is not lost
浅识Flutter 基本组件之showDatePicker方法
MultipartFile file upload
Daily practice of LeetCode - palindrome structure of OR36 linked list
[C language] Preprocessing operation
TCP详解(二)
7年经验,功能测试工程师该如何一步步提升自己的能力呢?
随机推荐
【C语言】预处理操作
[Swift] Customize the shortcut that pops up by clicking the APP icon
$attrs/$listeners
(八)Math 类、Arrays 类、System类、Biglnteger 和 BigDecimal 类、日期类
5. How does the SAP ABAP OData service support the $filter operation
Point Cloud DBSCAN Clustering (MATLAB, not built-in function)
Safety 20220709
C语言从入门到如土——数据的存储
postgresql 15源码浅析(5)—— pg_control
MultipartFile file upload
Zotero如何删除自动生成的标签
安全20220712
【AUTOSAR-RTE】-5-Explicit(显式)和Implicit(隐式) Sender-Receiver communication
Detailed explanation of TCP (2)
【AUTOSAR-RTE】-4-Port和Interface以及Data Type
Redis uses sorted set to cache latest comments
浅识Flutter 基本组件之CheckBox组件
SIP协议标准和实现机制
Use of QML
(tree) Last Common Ancestor (LCA)