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
dgl
Commits
b63fc41a
Unverified
Commit
b63fc41a
authored
Oct 19, 2022
by
Rhett Ying
Committed by
GitHub
Oct 19, 2022
Browse files
[BugFix] cugraph must be imported before torch (#4730)
parent
9962b7bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
tests/cugraph/test_basics.py
tests/cugraph/test_basics.py
+1
-6
No files found.
tests/cugraph/test_basics.py
View file @
b63fc41a
# NOTE(vibwu): Currently cugraph must be imported before torch to avoid a resource cleanup issue.
# NOTE(vibwu): Currently cugraph must be imported before torch to avoid a resource cleanup issue.
# See https://github.com/rapidsai/cugraph/issues/2718
# See https://github.com/rapidsai/cugraph/issues/2718
import
unittest
import
backend
as
F
import
cugraph
import
cugraph
import
numpy
as
np
import
backend
as
F
import
pytest
import
dgl
import
dgl
from
dgl
import
DGLGraph
def
test_dummy
():
def
test_dummy
():
...
...
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