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
763644ec
"vscode:/vscode.git/clone" did not exist on "23f413c297291e2c3676f4ecdd3a3634ed4ab7ed"
Commit
763644ec
authored
Apr 07, 2018
by
rusty1s
Browse files
bugfix
parent
c60c456c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
aten/THC/THCResponse.cuh
aten/THC/THCResponse.cuh
+1
-1
No files found.
aten/THC/THCResponse.cuh
View file @
763644ec
...
...
@@ -42,7 +42,7 @@ __global__ void weightedResponseKernel(int64_t *color, int64_t *prop, int64_t *r
}
if
(
matchedValue
>=
0
)
{
color
[
i
]
=
min
(
i
,
matchedValue
);
color
[
c
]
=
min
(
i
,
matchedValue
);
color
[
matchedValue
]
=
min
(
i
,
matchedValue
);
}
if
(
isDead
)
{
color
[
i
]
=
i
;
}
// Mark node as dead.
}
...
...
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