The CUDA driver must recompile the GPU libraries

70 ビュー (過去 30 日間)
Jianyu Zhao
Jianyu Zhao 2021 年 1 月 8 日
編集済み: Joss Knight 2023 年 12 月 12 日
Hi everyone, I'm now using MATLAB 2020a, when I tried to train the CNN, I met a warning: The CUDA driver must recompile the GPU librariesbecause your device is more recent than the libraries. Recompiling can take several minutes.
My GPU is RTX 3090, I have checked my CUDA driver and reinstalled the CUDA10.1 driver, I also tried MATLAB 2020b version, but the warning still exist.
Can anyone help me? Thanks a lot!

採用された回答

Joss Knight
Joss Knight 2021 年 1 月 10 日
編集済み: Joss Knight 2023 年 12 月 12 日
There isn't really much to say. This 'forward compatibility' is explained in the GPU Computing Requirements documentation. As it says, just allow the NVIDIA driver to compile, and when it's done, that should be it. You may need to increase the CUDA_CACHE_MAXSIZE environment variable, if you find this compilation is happening repeatedly.
The warning will continue to be displayed once per session, even if you experience no compilation. You can just suppress that warning if you don't want to see it.
  7 件のコメント
Joss Knight
Joss Knight 2021 年 1 月 12 日
Sorry, I don't really have any more information for you than I've already given. Ampere is not supported, so wrong answers are not a surprise.
Jianyu Zhao
Jianyu Zhao 2021 年 1 月 12 日
Okay Thanks Joss Knight, I understand. I will try other ways to do my research and wait for the version which could support Ampere. Thank you for you reply!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGPU Computing についてさらに検索

タグ

製品


リリース

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by