-
Notifications
You must be signed in to change notification settings - Fork 309
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`mtmg::vertex_result_t::gather` was causing intermittent flaky results. A couple of issues were identified: * Stream use was incorrect. We were using a stream from the stream pool AND the default stream. Modified to use the default stream throughout to resolve the issue. Created #4236 to design a long-term solution. * Customer use case was trying to gather results from vertices that didn't exist. Added a mechanism to allow for that and return a default value for vertices that don't exist. Closes rapidsai/graph_dl#464 Authors: - Chuck Hastings (https://github.com/ChuckHastings) Approvers: - Seunghwa Kang (https://github.com/seunghwak) - Naim (https://github.com/naimnv) URL: #4237
- Loading branch information
1 parent
3086f83
commit 0981a8d
Showing
3 changed files
with
125 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters