当前位置:网站首页>Could not load dynamic library ‘libcusolver.so.11‘
Could not load dynamic library ‘libcusolver.so.11‘
2022-04-21 13:23:00 【HiJack¹】
# 报错信息
>>> print(tensorflow.test.is_gpu_available())
WARNING:tensorflow:From <stdin>:1: is_gpu_available (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version.
Instructions for updating:
Use `tf.config.list_physical_devices('GPU')` instead.
2022-04-14 15:41:56.420911: I tensorflow/core/platform/cpu_feature_guard.cc:142] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN) to use the following CPU instructions in performance-critical operations: AVX2 AVX512F FMA
To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags.
2022-04-14 15:41:56.637068: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcusolver.so.11'; dlerror: libcusolver.so.11: cannot open shared object file: No such file or directory; LD_LIBRARY_PATH: /usr/local/cuda-11.0/lib64:/usr/local/cuda-11.0/lib64
2022-04-14 15:41:56.637564: W tensorflow/core/common_runtime/gpu/gpu_device.cc:1835] 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...
False

# 解决方法
sudo ln -s /usr/local/cuda-11.0/targets/x86_64-linux/lib/libcusolver.so.10 /usr/local/cuda-11.0/targets/x86_64-linux/lib/libcusolver.so.11

版权声明
本文为[HiJack¹]所创,转载请带上原文链接,感谢
https://blog.csdn.net/Jialins_blog/article/details/124174071
边栏推荐
- Go language file operation
- Elements of network
- How to install the database of Dameng 8 version in Kirin V10 SP2
- News compendium of foreign Internet products last week - Angel
- Wang Baiping: my way to envoy maintainer
- Navlinkmatch of blazor's navlink What does prefix do
- Redis - breakdown, penetration, avalanche
- How to open a securities account for goucai? Is it safer to open an account in a securities firm?
- Xcode Cloud 入门:拉取请求 (PR) 工作流程
- 数字IC入门工具大全之 英特尔 Quartus Prime是什么?三个版本有什么区别
猜你喜欢
随机推荐
[digital signal processing] linear constant coefficient difference equation (use matlab to solve the example of "linear constant coefficient difference equation" | a vector analysis | B vector analysi
Go语言 文件操作
20210818日记
Flink相关API开发及运行架构和实现原理详解
AI 视频云 VS 窄带高清,谁是视频时代的宠儿
焦作市第三人民医院携手美创,开启数据安全建设新局面
【sv】函数返回值是可变矩阵 parameterized 参数化函数
Redis - breakdown, penetration, avalanche
Revit secondary development - contact filtration (phase 17)
Go语言 文件操作
网络通信协议模型
Série de fenêtres coulissantes - recherche d'une chaîne de couverture minimale
Chris LATTNER, father of llvm: the golden age of compilers
After the completion of hundreds of millions of yuan of financing, smart bank plans to land urban intelligent driving products in more than 100 cities
【数字信号处理】线性常系数差分方程 ( 根据 “ 线性常系数差分方程 “ 与 “ 边界条件 “ 确定系统是否是 “ 线性时不变系统 “ 案例 | 使用递推方法证明 )
Detailed explanation of Flink related API development and operation architecture and implementation principle
S: Unit gain compensation
Configuring VRRP (Virtual Router Redundancy Protocol) with Cisco
[UVM] multi module env structure
【数字信号处理】相关系数 ( 相关系数概念 | 能量信号与功率信号 | 系统的因果性 )







