buddy-compiler / buddy-benchmark

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

Biquad IIR Benchmark #41

Closed amanchhaparia closed 1 year ago

amanchhaparia commented 1 year ago

Add buddy biquad IIR benchmark, in comparison to kfr's biquad implementation.

image

zhanghb97 commented 1 year ago

Fail to build:

In file included from /root/buddy-benchmark/benchmarks/AudioProcessing/BuddyBiquadBenchmark.cpp:21:
/root/buddy-benchmark/include/Utils/Container.h:25:10: fatal error: 'opencv2/opencv.hpp' file not found
#include <opencv2/opencv.hpp>

We will retire the MemRef container in buddy-benchmark. Please use the MemRef container in buddy-mlir. See here for more details.