Closed mfbalin closed 4 months ago
To trigger regression tests:
@dgl-bot run [instance-type] [which tests] [compare-with-branch]
;
For example: @dgl-bot run g4dn.4xlarge all dmlc/master
or @dgl-bot run c5.9xlarge kernel,api dmlc/master
Adding tests in a bit.
@frozenbugs Appreciate the quick review.
Description
The overlap_graph_fetch code path benefits from this change by avoiding the duplicate indexing of the indptr tensor multiple times for each
index_select_csc
call..Checklist
Please feel free to remove inapplicable items for your PR.
Changes