Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

cuDNN lib mismatch using mxnet 1.9.1 #21179

Open
IzanCatalan opened this issue Jan 31, 2023 · 2 comments
Open

cuDNN lib mismatch using mxnet 1.9.1 #21179

IzanCatalan opened this issue Jan 31, 2023 · 2 comments

Comments

@IzanCatalan
Copy link

Description

When loading any mxnet (as mx in the picture) function, mx.nd.ones or mx.gpu(0) for example, I get a warning about cudnn mismatch after an error in cublas.

This cublas error is solved when instead of executing mx.gpu(0), i execute mx.gpu(). In both cases, GPU is detected. When the error did not appear, I noticed an underutilisation of the GPU.

I wonder if this underutilization is due to the mismatching. In that case, is there any solution to eliminate the warning without installing another version of cudnn or cuda?

Also, I execute onnxruntime-gp, but it looks like mxnet throws the warning.

Thanks!

Izan.

Environment

Mxnet-cu112 version 1.9.1
python version 3.8
cuda version 11.2
cudnn version 8.2.1
onnxruntime-gpu version 1.12

error
gpu

@github-actions
Copy link

Welcome to Apache MXNet (incubating)! We are on a mission to democratize AI, and we are glad that you are contributing to it by opening this issue.
Please make sure to include all the relevant context, and one of the @apache/mxnet-committers will be here shortly.
If you are interested in contributing to our project, let us know! Also, be sure to check out our guide on contributing to MXNet and our development guides wiki.

@jun297
Copy link

jun297 commented Jun 20, 2023

Is there any updates for this issue?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants