buddy-compiler / buddy-benchmark

Benchmark Framework for Buddy Projects
Apache License 2.0
46 stars 39 forks source link

[DAP] Add test cases for SIMD version iir operation. #111

Closed taiqzheng closed 10 months ago

taiqzheng commented 11 months ago

1. Add hand-written mlir document File MLIRIirSimd.mlir is the handwritten mlir for using SIMD in the iir operation.

2. Change type to f64(double) All the type in IIR benchmarks changed to double. Including KFRIir.cpp & BuddyIirBenchmark.cpp.

This PR should check with the PR in buddy-mlir.