-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
HiveHash
support for nested types (#2534)
* Add HiveHash support for nested types Signed-off-by: ustcfy <[email protected]> * Fix minor details Signed-off-by: ustcfy <[email protected]> * Rename class member variables Signed-off-by: ustcfy <[email protected]> * Update src/main/cpp/src/hive_hash.cu Co-authored-by: Nghia Truong <[email protected]> * Fix stack_wrapper alignment Signed-off-by: Yan Feng <[email protected]> * Refactor variable names for better understanding Signed-off-by: Yan Feng <[email protected]> * Optimize computation for single-level lists Signed-off-by: Yan Feng <[email protected]> * Update src/main/cpp/src/hive_hash.cu Co-authored-by: Nghia Truong <[email protected]> * Update src/main/cpp/src/hive_hash.cu Co-authored-by: Nghia Truong <[email protected]> * Update src/main/cpp/src/hive_hash.cu Co-authored-by: Nghia Truong <[email protected]> * Update src/main/cpp/src/hive_hash.cu Co-authored-by: Nghia Truong <[email protected]> * Update src/main/cpp/src/hive_hash.cu Co-authored-by: Nghia Truong <[email protected]> * Update src/main/cpp/src/hive_hash.cu Co-authored-by: Nghia Truong <[email protected]> * Update src/main/cpp/src/hive_hash.cu Co-authored-by: Nghia Truong <[email protected]> * Update src/main/cpp/src/hive_hash.cu Co-authored-by: Nghia Truong <[email protected]> * Update src/main/cpp/src/hive_hash.cu Co-authored-by: Nghia Truong <[email protected]> * Update src/main/cpp/src/hive_hash.cu Co-authored-by: Nghia Truong <[email protected]> * Fix minor details Signed-off-by: Yan Feng <[email protected]> * Format C++ code Signed-off-by: Yan Feng <[email protected]> * Update copyright Signed-off-by: Yan Feng <[email protected]> * Update src/main/cpp/src/hive_hash.cu Co-authored-by: Nghia Truong <[email protected]> * Update src/main/cpp/src/hive_hash.cu Co-authored-by: Nghia Truong <[email protected]> * Update src/main/cpp/src/hive_hash.cu Co-authored-by: Nghia Truong <[email protected]> * Update src/main/cpp/src/hive_hash.cu Co-authored-by: Nghia Truong <[email protected]> * Primitive types do not enter the stack Signed-off-by: Yan Feng <[email protected]> --------- Signed-off-by: ustcfy <[email protected]> Signed-off-by: Yan Feng <[email protected]> Co-authored-by: Nghia Truong <[email protected]>
- Loading branch information
Showing
3 changed files
with
442 additions
and
7 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
Oops, something went wrong.