-
Notifications
You must be signed in to change notification settings - Fork 912
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move NDS-H examples into benchmarks (#16663)
Moving the TPC-H examples into benchmarks by converting each of them into NVBench's. The benchmarks can be built by ```bash ./build.sh libcudf benchmarks ``` Also, addresses #16711 Authors: - Jayjeet Chakraborty (https://github.com/JayjeetAtGithub) Approvers: - Mark Harris (https://github.com/harrism) URL: #16663
- Loading branch information
1 parent
5192b88
commit c3d323d
Showing
23 changed files
with
846 additions
and
813 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# NDS-H Benchmarks for `libcudf` | ||
|
||
## Disclaimer | ||
|
||
NDS-H is derived from the TPC-H Benchmarks and as such any results obtained using NDS-H are not | ||
comparable to published TPC-H Benchmark results, as the results obtained from using NDS-H do not | ||
comply with the TPC-H Benchmarks. | ||
|
||
## Current Status | ||
|
||
For now, only Q1, Q5, Q6, Q9, and Q10 have been implemented |
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.