rapidsai/cuml

[FEA] cpp-bench: add support to specify different benchmark workloads from a config file

Open

#1,156 opened on Sep 27, 2019

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Python (644 forks)auto 404
CUDA / C++Cython / Pythonbenchmarkingfeature requestgood first issue

Repository metrics

Stars
 (5,223 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently, most existing benchmarks expect a getInputs-like method to return a vector of input params which form as inputs to the fixtures.

@cjnolet's suggestion here is really cool!! If we can support some sort of a config file that these fixtures could parse to automatically populate this vector, then the advantage is that the same config file can be used to configure both cpp and python benchmarks.

Contributor guide