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-spline-conv
Commits
55abd231
Commit
55abd231
authored
Jan 23, 2023
by
rusty1s
Browse files
update
parent
0994ab78
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
csrc/version.cpp
csrc/version.cpp
+1
-1
No files found.
csrc/version.cpp
View file @
55abd231
...
...
@@ -30,4 +30,4 @@ int64_t cuda_version() {
}
static
auto
registry
=
torch
::
RegisterOperators
().
op
(
"torch_spline_conv::cuda_version"
,
[]
{
return
scatter
::
cuda_version
();
});
"torch_spline_conv::cuda_version"
,
[]
{
return
cuda_version
();
});
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