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-cluster
Commits
b3c689bc
Commit
b3c689bc
authored
Aug 29, 2019
by
Haojie Lin
Browse files
fix typos in weighted graclus cuda
parent
65a43ac7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cuda/graclus.cpp
cuda/graclus.cpp
+1
-1
No files found.
cuda/graclus.cpp
View file @
b3c689bc
...
...
@@ -18,7 +18,7 @@ at::Tensor weighted_graclus(at::Tensor row, at::Tensor col, at::Tensor weight,
CHECK_CUDA
(
row
);
CHECK_CUDA
(
col
);
CHECK_CUDA
(
weight
);
return
graclus_cuda
(
row
,
col
,
num_nodes
);
return
weighted_
graclus_cuda
(
row
,
col
,
weight
,
num_nodes
);
}
PYBIND11_MODULE
(
TORCH_EXTENSION_NAME
,
m
)
{
...
...
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