0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

cuDNN で CUDNN_STATUS_INTERNAL_ERROR が出たときの問題解決

Last updated at Posted at 2019-08-25

問題

TensorFlow とか, 自前コードで cuDNN で CUDNN_STATUS_INTERNAL_ERROR が出る.

原因

だいたいにおいては, CUDA とのバージョンのミスマッチや, 古かったり異なる cuDNN のバージョンの .so にリンクしているのが起因している.

対処方法

まずは ldd で古い libcudnn.so とリンクしていないか確認します.

cuDNN-sample をコンパイルして動かして正常に動くか確認しましょう.

それでもダメなときは...

今の所 CUDA/cuDNN のバージョン間違い以外で遭遇したことはないため... ハードウェアの故障の可能性があるかも?
(dmesg で XID エラーが出ていないか確認しましょう https://docs.nvidia.com/deploy/xid-errors/index.html )

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?