forked from facebookincubator/velox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run TPC-H with cuDF (facebookincubator#24)
* Enable cudf in TPC-H queries. * Draft work on strings conversion. * Improved DATE / logical type support. * Fix for join build to allow multiple batches. * Add environment variables VELOX_CUDF_DISABLED and VELOX_CUDF_DEBUG. * Apply tuning parameters to TPC-H queries to use larger batches when cuDF is enabled. * Add env vars for disabling cudf / enabling debug. * num_drivers=1, num_repeats=1 * Don't reset hashObject_ and only set finished_ to true if noMoreInput_ is true. * Apply tuning parameters to cuDF engine. --------- Co-authored-by: Karthikeyan Natarajan <[email protected]>
- Loading branch information
1 parent
2397144
commit cef59b7
Showing
11 changed files
with
499 additions
and
177 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.