Could not load dynamic library ‘cufft64_10.dll‘; dlerror: cufft64_10.dll not found

@创建于:2022.09.28
@修改于:2022.09.28

文章目录

    • 1、问题描述
    • 2、解决办法
    • 3、参考资料

1、问题描述

我安装的是TensorFlow2.8.0 CPU版本,提示了GPU方面的问题。程序跳出了GPU运行,使用CPU运行成功了。

但是总感觉怪怪的。

2022-09-28 09:23:03.176769: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cublas64_11.dll'; dlerror: cublas64_11.dll not found
2022-09-28 09:23:03.177534: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cublasLt64_11.dll'; dlerror: cublasLt64_11.dll not found
2022-09-28 09:23:03.178249: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cufft64_10.dll'; dlerror: cufft64_10.dll not found
2022-09-28 09:23:03.179068: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'curand64_10.dll'; dlerror: curand64_10.dll not found
2022-09-28 09:23:03.179853: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cusolver64_11.dll'; dlerror: cusolver64_11.dll not found
2022-09-28 09:23:03.180964: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cusparse64_11.dll'; dlerror: cusparse64_11.dll not found
2022-09-28 09:23:03.181711: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cudnn64_8.dll'; dlerror: cudnn64_8.dll not found
2022-09-28 09:23:03.181927: W tensorflow/core/common_runtime/gpu/gpu_device.cc:1850] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.
Skipping registering GPU devices...
2022-09-28 09:23:03.183015: I tensorflow/core/platform/cpu_feature_guard.cc:151] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN) to use the following CPU instructions in performance-critical operations:  AVX AVX2
To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags.

2、解决办法

下载相应的 .dll文件,移动到 C:\Windows\System32

dll文件下载。注意,部分dll文件可以下载到,有些是下载不到的。

Could not load dynamic library ‘cufft64_10.dll‘; dlerror: cufft64_10.dll not found_第1张图片

3、参考资料

Could not load dynamic library ‘cudart64_110.dll‘; dlerror: cudart64_110.dll not found

This file was provided by: https://www.dll-files.com/

If you downloaded it from somewhere else, please let us know: info@dll-files.com

DLL-Files.com is owned and operated by Tilf AB, Sweden. The collection of DLL files as a whole (falls under the “collection copyright” laws) are © Copyright Tilf AB

The individual DLL files are provided free of charge with the understanding that the user is familiar with their use.

If you need help installing the file, please see:
https://www.dll-files.com/support/
or ask your question in the forum:
https://forum.dll-files.com/

DISCLAIMER AND LIMITATION OF LIABILITY

The Following Refers to all Files with the Extension of "dll" or dlls compressed as "zip".

All files are provided on an as is basis. No guarantees or warranties are given or implied. Downloading files from this site is free of charge and the user assumes all risks of any damages that may occur, including but not limited to loss of data, damages to hardware, or loss of business profits. We do our best to ensure that all files are virus-free using available means. However, all files have not been tested for functionality or contamination. Many have been sent to us by visitors like yourself. Thus, we suggest that you do a virus scan using an up-to-date version of an anti-virus program before use. Please use at your own risk.

If you need help installing the file, please see:https://www.dll-files.com/support/

or ask your question in the forum:https://forum.dll-files.com/

你可能感兴趣的:(Tensorflow2.X,/,Keras,tensorflow,dll)