We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab5c33 commit 8830ac1Copy full SHA for 8830ac1
csrc/relabel.cpp
@@ -5,7 +5,7 @@
5
6
#ifdef _WIN32
7
#ifdef WITH_CUDA
8
-PyMODINIT_FUNC PyInit__relablel_cuda(void) { return NULL; }
+PyMODINIT_FUNC PyInit__relabel_cuda(void) { return NULL; }
9
#else
10
PyMODINIT_FUNC PyInit__relabel_cpu(void) { return NULL; }
11
#endif
0 commit comments