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
fa4f4429
"vscode:/vscode.git/clone" did not exist on "bdc0581be0330cff4c603d1243f0358d825676aa"
Unverified
Commit
fa4f4429
authored
Jan 11, 2023
by
Damian Szwichtenberg
Committed by
GitHub
Jan 11, 2023
Browse files
Fix compilation errors occurring when building with PyTorch-nightly (#347)
parent
fe83843b
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 @
fa4f4429
...
...
@@ -39,4 +39,4 @@ SCATTER_API int64_t cuda_version() noexcept {
}
// namespace scatter
static
auto
registry
=
torch
::
RegisterOperators
().
op
(
"torch_scatter::cuda_version"
,
&
scatter
::
cuda_version
);
"torch_scatter::cuda_version"
,
[]
{
return
scatter
::
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