Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CUDF for bipartite_subgraph #7765

Merged
merged 38 commits into from
Aug 3, 2023
Merged

CUDF for bipartite_subgraph #7765

merged 38 commits into from
Aug 3, 2023

Conversation

puririshi98
Copy link
Contributor

@puririshi98 puririshi98 commented Jul 18, 2023

cd /opt/pyg; pip uninstall -y torch-geometric; rm -rf pytorch_geometric; git clone -b bipartite-cudf https://github.com/pyg-team/pytorch_geometric.git; cd /opt/pyg/pytorch_geometric; pip install .; py.test -s /opt/pyg/pytorch_geometric/test/utils/test_subgraph.py -v
test/utils/test_subgraph.py::test_get_num_hops PASSED
test/utils/test_subgraph.py::test_subgraph PASSED
test/utils/test_subgraph.py::test_bipartite_subgraph PASSED
test/utils/test_subgraph.py::test_bipartite_subgraph_large_cudf PASSED
test/utils/test_subgraph.py::test_k_hop_subgraph PASSED

==================================================================================== 5 passed

@puririshi98 puririshi98 changed the title Draft: CUDF for bipartite_subgraph Draft: CUDF for bipartite_subgraph Jul 18, 2023
@codecov
Copy link

codecov bot commented Jul 18, 2023

Codecov Report

Merging #7765 (7b7bc9f) into master (028807f) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Current head 7b7bc9f differs from pull request most recent head 1086681. Consider uploading reports for the commit 1086681 to get more accurate results

@@           Coverage Diff           @@
##           master    #7765   +/-   ##
=======================================
  Coverage   89.81%   89.81%           
=======================================
  Files         456      456           
  Lines       26383    26384    +1     
=======================================
+ Hits        23695    23696    +1     
  Misses       2688     2688           
Files Changed Coverage Δ
torch_geometric/utils/subgraph.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@puririshi98 puririshi98 changed the title Draft: CUDF for bipartite_subgraph CUDF for bipartite_subgraph Jul 25, 2023
@rusty1s rusty1s enabled auto-merge (squash) August 3, 2023 11:29
@rusty1s rusty1s merged commit 497ed91 into master Aug 3, 2023
14 checks passed
@rusty1s rusty1s deleted the bipartite-cudf branch August 3, 2023 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants