We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b44abb8 commit 431ad4bCopy full SHA for 431ad4b
tensorflow/stream_executor/dso_loader.cc
@@ -69,9 +69,9 @@ string GetCudnnVersion() { return ""; }
69
}
70
71
/* static */ port::Status DsoLoader::GetLibcudaDsoHandle(void** dso_handle) {
72
- return GetDsoHandle(FindDsoPath("libcuda.so",
73
- "third_party/gpus/cuda/driver/lib64"),
74
- dso_handle);
+ return GetDsoHandle(
+ FindDsoPath("libcuda.so.1", "third_party/gpus/cuda/driver/lib64"),
+ dso_handle);
75
76
77
/* static */ port::Status DsoLoader::GetLibcuptiDsoHandle(void** dso_handle) {
0 commit comments