-
Notifications
You must be signed in to change notification settings - Fork 309
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
Enable edge masking in the remaining primitives #4186
Enable edge masking in the remaining primitives #4186
Conversation
…to fea_prim_edge_masking
…to fea_prim_edge_masking
…to fea_prim_edge_masking
…to fea_prim_edge_masking
…to fea_prim_edge_masking
…to fea_prim_edge_masking
…to fea_more_prim_edge_masking
using Tests_MGPerVTransformReduceDstKeyAggregatedOutgoingE_Rmat = | ||
Tests_MGPerVTransformReduceDstKeyAggregatedOutgoingE<cugraph::test::Rmat_Usecase>; | ||
|
||
#if 0 |
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.
Is there a reason these are skipped? Should we document that reason, eliminate the skipping, or eliminate the code?
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.
Yes, cugraph::kv_store_t does not compile with cuco mode and thrust tuple type value. I am planning to fix this in a separate PR but I will also add a FIXME here.
…to fea_more_prim_edge_masking
…to fea_more_prim_edge_masking
/merge |
120e5b8
into
rapidsai:branch-24.04
This PR will update all the remaining primitives to support edge masking.
This PR pulls updates from #4126 and better be reviewed/merged after PR #4126.