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
6997baa9
Commit
6997baa9
authored
Mar 30, 2018
by
rusty1s
Browse files
bugfixes
parent
a9209b48
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
aten/THC/THCGreedy.h
aten/THC/THCGreedy.h
+8
-0
aten/THC/THCGrid.h
aten/THC/THCGrid.h
+8
-0
No files found.
aten/THC/THCGreedy.h
View file @
6997baa9
...
@@ -5,10 +5,18 @@
...
@@ -5,10 +5,18 @@
#define THCGreedy_ TH_CONCAT_3(TH,CReal,Greedy)
#define THCGreedy_ TH_CONCAT_3(TH,CReal,Greedy)
#ifdef __cplusplus
extern
"C"
{
#endif // __cplusplus
void
THCGreedy
(
THCState
*
state
,
THCudaLongTensor
*
cluster
,
THCudaLongTensor
*
row
,
void
THCGreedy
(
THCState
*
state
,
THCudaLongTensor
*
cluster
,
THCudaLongTensor
*
row
,
THCudaLongTensor
*
col
,
THCudaLongTensor
*
deg
);
THCudaLongTensor
*
col
,
THCudaLongTensor
*
deg
);
#include "generic/THCGreedy.h"
#include "generic/THCGreedy.h"
#include "THC/THCGenerateAllTypes.h"
#include "THC/THCGenerateAllTypes.h"
#ifdef __cplusplus
}
#endif // __cplusplus
#endif // THC_GREEDY_INC
#endif // THC_GREEDY_INC
aten/THC/THCGrid.h
View file @
6997baa9
...
@@ -5,7 +5,15 @@
...
@@ -5,7 +5,15 @@
#define THCGrid_ TH_CONCAT_3(TH,CReal,Grid)
#define THCGrid_ TH_CONCAT_3(TH,CReal,Grid)
#ifdef __cplusplus
extern
"C"
{
#endif // __cplusplus
#include "generic/THCGrid.h"
#include "generic/THCGrid.h"
#include "THC/THCGenerateAllTypes.h"
#include "THC/THCGenerateAllTypes.h"
#ifdef __cplusplus
}
#endif // __cplusplus
#endif // THC_GRID_INC
#endif // THC_GRID_INC
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