-
Notifications
You must be signed in to change notification settings - Fork 171
Cannot dlopen some GPU libraries. #110
Description
2024-06-19 16:06:44.995157: I tensorflow/stream_executor/platform/default/dso_loader.cc:49] Successfully opened dynamic library libcudart.so.11.0
2024-06-19 16:06:44.995198: I tensorflow/stream_executor/platform/default/dso_loader.cc:49] Successfully opened dynamic library libcublas.so.11
2024-06-19 16:06:44.995229: I tensorflow/stream_executor/platform/default/dso_loader.cc:49] Successfully opened dynamic library libcufft.so.10
2024-06-19 16:06:44.995259: I tensorflow/stream_executor/platform/default/dso_loader.cc:49] Successfully opened dynamic library libcurand.so.10
2024-06-19 16:06:44.996032: W tensorflow/stream_executor/platform/default/dso_loader.cc:60] Could not load dynamic library 'libcusolver.so.11'; dlerror: libnvJitLink.so.12: cannot open shared object file: No such file or directory
2024-06-19 16:06:44.996089: I tensorflow/stream_executor/platform/default/dso_loader.cc:49] Successfully opened dynamic library libcusparse.so.11
2024-06-19 16:06:44.996120: I tensorflow/stream_executor/platform/default/dso_loader.cc:49] Successfully opened dynamic library libcudnn.so.8
2024-06-19 16:06:44.996140: W tensorflow/core/common_runtime/gpu/gpu_device.cc:1689] 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...
2024-06-19 16:06:44.996381: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1206] Device interconnect StreamExecutor with strength 1 edge matrix:
2024-06-19 16:06:44.996404: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1212] 0 1 2 3 4 5 6 7
2024-06-19 16:06:44.996424: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1225] 0: N Y Y Y Y Y Y Y
2024-06-19 16:06:44.996442: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1225] 1: Y N Y Y Y Y Y Y
2024-06-19 16:06:44.996461: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1225] 2: Y Y N Y Y Y Y Y
2024-06-19 16:06:44.996478: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1225] 3: Y Y Y N Y Y Y Y
2024-06-19 16:06:44.996495: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1225] 4: Y Y Y Y N Y Y Y
2024-06-19 16:06:44.996511: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1225] 5: Y Y Y Y Y N Y Y
2024-06-19 16:06:44.996528: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1225] 6: Y Y Y Y Y Y N Y
2024-06-19 16:06:44.996544: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1225] 7: Y Y Y Y Y Y Y N
False