forked from facebookincubator/velox
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wave hash Table and Group By Update Variations (facebookincubator#9655)
Summary: Adds block utilities for radix sort and partitioning. Adds a template for hash tables for join and group by and a set of alternative ways of updating a group by. Adds a kernel registry for tracking register use, occupancy and shared memory. Adds a buffer view over WaveBufferPtr. Adds some more cases and adjustments for roundtripMatrix test. Pull Request resolved: facebookincubator#9655 Reviewed By: Yuhta Differential Revision: D56705487 Pulled By: oerling fbshipit-source-id: 3b34b90def0aa7e70d8c04688ca4b7079f31dc68
- Loading branch information
1 parent
1ec53b5
commit 51ac798
Showing
31 changed files
with
3,398 additions
and
150 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
Oops, something went wrong.