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
e8a33cc7
Commit
e8a33cc7
authored
Apr 09, 2018
by
rusty1s
Browse files
typo
parent
c63cde25
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
aten/THCC/generic/THCCGraclus.c
aten/THCC/generic/THCCGraclus.c
+1
-1
aten/THCC/generic/THCCGrid.c
aten/THCC/generic/THCCGrid.c
+1
-1
No files found.
aten/THCC/generic/THCCGraclus.c
View file @
e8a33cc7
...
@@ -7,4 +7,4 @@ void THCCTensor_(graclus)(THCudaLongTensor *self, THCudaLongTensor *row, THCudaL
...
@@ -7,4 +7,4 @@ void THCCTensor_(graclus)(THCudaLongTensor *self, THCudaLongTensor *row, THCudaL
THCTensor_
(
graclus
)(
state
,
self
,
row
,
col
,
weight
);
THCTensor_
(
graclus
)(
state
,
self
,
row
,
col
,
weight
);
}
}
#endif
#endif
// THC_GENERIC_FILE
aten/THCC/generic/THCCGrid.c
View file @
e8a33cc7
...
@@ -7,4 +7,4 @@ void THCCTensor_(grid)(THCudaLongTensor *self, THCTensor *pos, THCTensor *size,
...
@@ -7,4 +7,4 @@ void THCCTensor_(grid)(THCudaLongTensor *self, THCTensor *pos, THCTensor *size,
THCTensor_
(
grid
)(
state
,
self
,
pos
,
size
,
count
);
THCTensor_
(
grid
)(
state
,
self
,
pos
,
size
,
count
);
}
}
#endif
#endif
// THC_GENERIC_FILE
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