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

Utilize cudf for relabel_nodes pathway in utils.subgraph #7764

Merged
merged 53 commits into from
Aug 3, 2023
Merged

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 cudf-relabel 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_subgraph_large_cudf PASSED
test/utils/test_subgraph.py::test_bipartite_subgraph PASSED
test/utils/test_subgraph.py::test_k_hop_subgraph PASSED

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

@puririshi98 puririshi98 requested a review from rusty1s July 18, 2023 19:13
@puririshi98 puririshi98 requested a review from wsad1 as a code owner July 18, 2023 19:13
@puririshi98 puririshi98 self-assigned this Jul 18, 2023
@github-actions github-actions bot added the utils label Jul 18, 2023
@puririshi98 puririshi98 changed the title cudf for relabel_nodes pathway in utils.subgraph Draft: cudf for relabel_nodes pathway in utils.subgraph Jul 18, 2023
@codecov
Copy link

codecov bot commented Jul 18, 2023

Codecov Report

Merging #7764 (ecf0208) into master (028807f) will increase coverage by 0.00%.
Report is 1 commits behind head on master.
The diff coverage is 100.00%.

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

@@           Coverage Diff           @@
##           master    #7764   +/-   ##
=======================================
  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 relabel_nodes pathway in utils.subgraph cudf for relabel_nodes pathway in utils.subgraph Jul 18, 2023
@puririshi98 puririshi98 changed the title Draft: cudf for relabel_nodes pathway in utils.subgraph cudf for relabel_nodes pathway in utils.subgraph Jul 25, 2023
@rusty1s rusty1s changed the title cudf for relabel_nodes pathway in utils.subgraph Utilize cudf for relabel_nodes pathway in utils.subgraph Jul 31, 2023
@rusty1s rusty1s enabled auto-merge (squash) August 3, 2023 11:45
@rusty1s rusty1s merged commit 1d1583a into master Aug 3, 2023
13 of 14 checks passed
@rusty1s rusty1s deleted the cudf-relabel branch August 3, 2023 11:51
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