buddy-compiler / buddy-benchmark

Benchmark Framework for Buddy Projects
Apache License 2.0
44 stars 34 forks source link

Add benchmark for boundary option BORDER_REPLICATE #31

Closed meshtag closed 2 years ago

meshtag commented 2 years ago

Is your feature request related to a problem? Please describe. The DIP dialect provides CONSTANT_PADDING and REPLICATE_PADDING as possible methods of boundary extrapolation. However as of now, image-processing-benchmark is only using CONSTANT_PADDING boundary extrapolation for benchmarking.

Describe the solution you'd like We should add support for obtaining performance results with REPLICATE_PADDING as boundary extrapolation method as well.

Additional context See here to have a look at currently used boundary extrapolation method in image-processing-benchmark.

amanchhaparia commented 2 years ago

@meshtag, I would like to work on this issue if no one is assigned for this.

meshtag commented 2 years ago

Glad to see your interest. Feel free to create a PR once you finish the work.