buddy-compiler / buddy-benchmark

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

Improve image generation and initialisation in IP benchmarks #24

Closed meshtag closed 2 years ago

meshtag commented 2 years ago

This PR intends to fix generateResultBuddyCorr2D and generateResultBuddyConv2D so that the resulting images are in agreement with OpenCV. I have also removed an unnecessary argument from initialisation functions.

zhanghb97 commented 2 years ago

I resolved the conflict and merged it, thanks!