zuxian
November 1, 2022, 6:45am
1
cudnn_cbr_sample.cpp (24.2 KB)
Makefile (6.5 KB)
Attachment is a demo code of an operation graph “convolution+biasadd+relu”. It has some error in finalizing the plan. But I have no idea about the mitigations through the cudnn log.
Can anyone help?
Hardware: NVIDIA GeForce RTX 3060
CUDA Version: 11.8
CUDNN Version: 8.6.0.163-1+cuda11.8
OS: Ubuntu 18.04
Hi @zuxian ,
Can you please help us with the detailed error logs to debug it further.
Thanks
zuxian
November 3, 2022, 6:32am
3
Hi @AakankshaS ,
Here is the log with CUDNN_LOGINFO_DBG, CUDNN_LOGWARN_DBG, CUDNN_LOGERR_DBG opened:
log.txt (124.3 KB)
The error logging is:
E! CuDNN (v8500) function cudnnBackendFinalize() called:
e! Info: Traceback contains 1 message(s)
e! Error: CUDNN_STATUS_BAD_PARAM; Reason: finalize_internal()
e! Time: 2022-10-27T16:07:52.751669 (0d+0h+0m+0s since start)
e! Process=2822322; Thread=2822322; GPU=NULL; Handle=NULL; StreamId=NULL.
Please take a look. Thanks.
zuxian
November 17, 2022, 3:41am
4
Hi @AakankshaS . Is there any update?
Hi @zuxian ,
We are checking on this. Please allow us some time.
Thank you for your patience.
1 Like
@AakankshaS i was also trying to do something similar to this and was wondering if there are updates on this
zuxian:
CUDNN Version: 8
@zuxian did you ever solve this issue?
zuxian
February 23, 2023, 6:38am
9
@AakankshaS Any update on this?
zuxian
February 28, 2023, 6:41am
10
cudnn_cbr_sample.cpp (24.2 KB)
Finally, I got this pattern run-through. Some changes might be highlighted:
The cross-correlation algorithm should be used;
The first global engine requires NHWC
tensor layout;
CUDNN_ATTR_EXECUTION_PLAN_HANDLE
is a required attribute in plan descriptor;
@ryantong FYI.
1 Like
zuxian
February 28, 2023, 6:44am
11
Also, the validated platform is updated:
Ubuntu 22.04, x86_64, 5.15.0-60-generic
CUDA 12.0, driver version 525.85.12
libcudnn8-8.8.0.121-1+cuda12.0
gcc/g++ 10.4.0
1 Like
system
Closed
March 14, 2023, 6:47am
13
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.