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.
2 parents 7cf1e78 + 532f4c8 commit 02c54f5Copy full SHA for 02c54f5
src/provider/provider_cuda.c
@@ -149,7 +149,7 @@ static void init_cu_global_state(void) {
149
#ifdef _WIN32
150
const char *lib_name = "nvcuda.dll";
151
#else
152
- const char *lib_name = "libcuda.so";
+ const char *lib_name = "libcuda.so.1";
153
#endif
154
// The CUDA shared library should be already loaded by the user
155
// of the CUDA provider. UMF just want to reuse it
test/providers/cuda_helpers.cpp
@@ -110,7 +110,7 @@ int InitCUDAOps() {
110
111
112
113
114
115
// CUDA symbols
116
#if OPEN_CU_LIBRARY_GLOBAL
0 commit comments