Add RelGraphConv, GATConv and SAGEConv models to cugraph_dgl#3131
Add RelGraphConv, GATConv and SAGEConv models to cugraph_dgl#3131rapids-bot[bot] merged 11 commits intorapidsai:branch-23.02from
RelGraphConv, GATConv and SAGEConv models to cugraph_dgl#3131Conversation
|
rerun tests |
Co-authored-by: Vibhu Jawa <vibhujawa@gmail.com>
Gotcha, thanks for the feedback. Now it uses |
|
This PR resolves #3137. |
|
rerun tests |
Just a reminder that this command doesn't work for GH Actions. Please check the docs below on rerunning tests for GH Actions. |
ajschmidt8
left a comment
There was a problem hiding this comment.
Approving ops-codeowner file changes
RelGraphConv and SAGEConv models to cugraph_dglRelGraphConv, GATConv and SAGEConv models to cugraph_dgl
rlratzel
left a comment
There was a problem hiding this comment.
One minor thing jumped out which I asked about.
However, we're also trying to use type annotations in new public APIs. Would those be relatively easy to add, or should we file an issue to do that later?
Codecov ReportBase: 55.31% // Head: 55.31% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## branch-23.02 #3131 +/- ##
=============================================
Coverage 55.31% 55.31%
=============================================
Files 148 148
Lines 9423 9423
=============================================
Hits 5212 5212
Misses 4211 4211 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
|
/merge |
This PR adds RGCN, GAT and GraphSAGE models that are accelerated by cugraph-ops.