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-scatter
Commits
201922a0
Commit
201922a0
authored
Nov 23, 2020
by
rusty1s
Browse files
remove prints
parent
2693efc9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
csrc/cuda/segment_coo_cuda.cu
csrc/cuda/segment_coo_cuda.cu
+0
-6
No files found.
csrc/cuda/segment_coo_cuda.cu
View file @
201922a0
...
...
@@ -215,12 +215,6 @@ segment_coo_cuda(torch::Tensor src, torch::Tensor index,
auto
N
=
out
.
size
(
dim
);
auto
avg_len
=
(
float
)
E_2
/
(
float
)
N
;
std
::
cout
<<
"E "
<<
E
<<
std
::
endl
;
std
::
cout
<<
"E2 "
<<
E_2
<<
std
::
endl
;
std
::
cout
<<
"E1 "
<<
E_1
<<
std
::
endl
;
std
::
cout
<<
"K "
<<
K
<<
std
::
endl
;
std
::
cout
<<
"N "
<<
N
<<
std
::
endl
;
auto
index_info
=
at
::
cuda
::
detail
::
getTensorInfo
<
int64_t
,
int
>
(
index
);
auto
stream
=
at
::
cuda
::
getCurrentCUDAStream
();
AT_DISPATCH_ALL_TYPES
(
src
.
scalar_type
(),
"segment_coo_kernel"
,
[
&
]
{
...
...
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