This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Exception with mxnet 2.0b #20892
Unanswered
overcash597
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I built mxnet with (vs2022+cuda11.6+cudnn8.3) ,system environment is (windows 10-64) ,GPU is GTX3090, After install the compile version, I try to run the example of fashion_mnist, it shows kernel dead.
"[19:30:50] D:\deviceBuilder\mxnet\src\storage\storage.cc:202: Using Pooled (Naive) StorageManager for CPU
[19:31:03] D:\deviceBuilder\mxnet\src\storage\storage.cc:202: Using Pooled (Naive) StorageManager for GPU"
it raise a error with: "An error ocurred while starting the kernel".
change ctx from gpu to cpu, it's work ok .
is that the problem of cudnn? any suggestion will be appriciated.
Beta Was this translation helpful? Give feedback.
All reactions