This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rsp push and rsp pull for comm device, used in kvstore('device') (#8732)
* comm device for rsp push and pull * update * update test * optimization for same row_ids * add stream->wait * remove using space * fix race of rsc and extend ElementwiseSum to rsp cases * add log fatal in ElementwiseSum * direct copy rows if full rsp and put all outputs on ctx of src * trigger * fix * simplify copy * move check same rowids to utils and add test for same rowids case * remove direct copy row by row * fix checkSameRowid * gpu unique impl draft * unique * update * fix windows build * trigger windows build * support single rowid with multiple vals * address comments * check same row_ids and copy in fronted * revise names and disable test for local kvstore
- Loading branch information
1 parent
171d717
commit 786e376
Showing
11 changed files
with
475 additions
and
107 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
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
Oops, something went wrong.