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 746b773 commit 15935e5Copy full SHA for 15935e5
cuda/_cuda/loader.cpp
@@ -32,8 +32,8 @@ static const char* sysrootName = NULL;
32
#include <unistd.h>
33
#define _getAddr dlsym
34
#define _Handle void*
35
-static const size_t libcudaNameLinux_length = (sizeof("\\libcuda.so.1.1") - 1);
36
-static const char* libcudaNameLinux = "\\libcuda.so.1.1";
+static const size_t libcudaNameLinux_length = (sizeof("/libcuda.so.1.1") - 1);
+static const char* libcudaNameLinux = "/libcuda.so.1.1";
37
#endif
38
static size_t libcudaName_length = 0;
39
static const char* libcudaName = NULL;
0 commit comments