-
Notifications
You must be signed in to change notification settings - Fork 311
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
[REVIEW] Cascaded dispatch for type-erased API #1711
[REVIEW] Cascaded dispatch for type-erased API #1711
Conversation
Merge latest release 0.17
Merge latest branch-0.18
Update forked branch-0.18
Update forked branch-0.18 from release
Update branch-0.19 from release
update forked from release branch-0.19
Merge from release branch-0.19
Merge latest rapidsai:branch-0.19 into aschaffer:branch-0.19
Create forked branch-0.20
merge latest release branch-0.20
Merge latest rapidsai/branch-0.20 into forked branch-0.20
aschaffer/21.08 <- rapidsai/21.08
Co-authored-by: Paul Taylor <[email protected]>
…ph into enh_ext_cascaded_dispatch
…xt_cascaded_dispatch
…xt_cascaded_dispatch
Codecov Report
@@ Coverage Diff @@
## branch-21.08 #1711 +/- ##
================================================
+ Coverage 59.82% 59.85% +0.02%
================================================
Files 77 77
Lines 3515 3517 +2
================================================
+ Hits 2103 2105 +2
Misses 1412 1412
Continue to review full report at Codecov.
|
… and api; removed _wrapper suffix.
rerun tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@gpucibot merge |
This enhancement PR provides the C++ infrastructure for a type-erased API to be exposed to C-only, Cython, and potentially other glue languages. This will be the first in a series of such API PRs to expose cugraph functionality to other languages.