Unverified Commit b63fc41a authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[BugFix] cugraph must be imported before torch (#4730)

parent 9962b7bd
# 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():
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment