1
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 3 years have passed since last update.

CMake | find incorrect CUDA/cuDNN version

Last updated at Posted at 2021-04-22

###Found CUDA: {incorrect version}
11.0をinstallしたのに、installされてない9.2が見つけ出された。
####解決策
https://cmake.org/cmake/help/v3.12/module/FindCUDA.html
cmake -DCUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda

###Found cuDNN: v?

####解決策
バージョンはcudnn_version.hにcudnn.h記載されている
正しいパスに入れ替える
https://github.com/pytorch/pytorch/issues/40965

1
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
1
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?