Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-sparse
Commits
8830ac11
"vscode:/vscode.git/clone" did not exist on "ca60ad8e55e8c2c43c3b88279fd3351918af8c39"
Commit
8830ac11
authored
Mar 03, 2021
by
rusty1s
Browse files
typo
parent
6ab5c332
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
csrc/relabel.cpp
csrc/relabel.cpp
+1
-1
No files found.
csrc/relabel.cpp
View file @
8830ac11
...
...
@@ -5,7 +5,7 @@
#ifdef _WIN32
#ifdef WITH_CUDA
PyMODINIT_FUNC
PyInit__relab
l
el_cuda
(
void
)
{
return
NULL
;
}
PyMODINIT_FUNC
PyInit__relabel_cuda
(
void
)
{
return
NULL
;
}
#else
PyMODINIT_FUNC
PyInit__relabel_cpu
(
void
)
{
return
NULL
;
}
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment