buddy-compiler / buddy-benchmark

Benchmark Framework for Buddy Projects
Apache License 2.0
45 stars 36 forks source link

Add support for dynamic IP benchmarks #22

Closed meshtag closed 2 years ago

meshtag commented 2 years ago

Current IP benchmark files do not support processing of different images and kernels without changing the source files. This PR intends to add support for it so that user can generate benchmarks for different images using different kernels right from the command line.

zhanghb97 commented 2 years ago

Thanks!