Unverified Commit d04534c9 authored by Vibhu Jawa's avatar Vibhu Jawa Committed by GitHub
Browse files

[Bugfix][Hotfix] Fix cugraph Pytorch CI failures (#4622)



* get_more_logs

* Update cugraph_unit_test.sh

* Update test_basics.py

* Update cugraph_unit_test.sh

* Update tests/cugraph/test_basics.py
Co-authored-by: default avatarMinjie Wang <wmjlyjemaine@gmail.com>
parent be114093
# NOTE(vibwu): Currently cugraph must be imported before torch to avoid a resource cleanup issue.
# See https://github.com/rapidsai/cugraph/issues/2718
import cugraph
import backend as F import backend as F
import dgl import dgl
import numpy as np import numpy as np
from dgl import DGLGraph from dgl import DGLGraph
import unittest import unittest
import pytest import pytest
import cugraph
def test_dummy(): def test_dummy():
cg = cugraph.Graph() cg = cugraph.Graph()
......
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