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
b6dfb9ee
Commit
b6dfb9ee
authored
Feb 23, 2020
by
rusty1s
Browse files
typo
parent
f8697f48
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
csrc/metis_wrapper.cpp
csrc/metis_wrapper.cpp
+1
-1
No files found.
csrc/metis_wrapper.cpp
View file @
b6dfb9ee
...
@@ -18,7 +18,7 @@ torch::Tensor partition(torch::Tensor rowptr, torch::Tensor col,
...
@@ -18,7 +18,7 @@ torch::Tensor partition(torch::Tensor rowptr, torch::Tensor col,
AT_ERROR
(
"Not compiled with CUDA support"
);
AT_ERROR
(
"Not compiled with CUDA support"
);
#endif
#endif
}
else
{
}
else
{
return
partition_
kway_
cpu
(
rowptr
,
col
,
num_parts
,
recursive
);
return
partition_cpu
(
rowptr
,
col
,
num_parts
,
recursive
);
}
}
}
}
...
...
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