[FEA] Improve performance of benchmark input generation #9857
Labels
0 - Backlog
In queue waiting for assignment
feature request
New feature or request
libcudf
Affects libcudf (C++/CUDA) code.
Performance
Performance related issue
Milestone
Is your feature request related to a problem? Please describe.
As identified by #5773 (comment) a significant portion of the runtime for some benchmarks is data generation instead of micro-benchmarking.
Specifically the issue is that the benchmark fixtures spend significant time in Setup/TearDown initializing state.
Describe the solution you'd like
generate_benchmark_input.hpp
on the benchmarked GPU as possiblemThe text was updated successfully, but these errors were encountered: