Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DAP] Add iir_simd operation for DAP dialect. #225

Closed
wants to merge 2 commits into from

Conversation

taiqzheng
Copy link
Contributor

@taiqzheng taiqzheng commented Oct 29, 2023

This is the SIMD version for iir operation in DAP dialect.

Currently, only support examples with num{SOS matrix} <= 16. Also, this dap.iir_simd only support data with type f64(double). Please check this PR with the new iir benchmarks(BuddyIirBenchmark.cpp & KFRIir.cpp PR in buddy-benchmark

So, future work:

  1. Add attribute to support num{SOS matrix} > 16
  2. Extract common program section to Utils(maybe a DAPUtils.cpp is needed)

@taiqzheng
Copy link
Contributor Author

Buddy benchmark PR#110 changed to PR#111.

@taiqzheng taiqzheng closed this Nov 21, 2023
@taiqzheng taiqzheng deleted the iir_simd branch December 27, 2023 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant