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

dialects: (dsp) add dsp dialect #2494

Closed
wants to merge 8 commits into from
Closed

dialects: (dsp) add dsp dialect #2494

wants to merge 8 commits into from

Conversation

alecerio
Copy link
Collaborator

Add DSP dialect and STFT operation (with tests).

@zero9178 @math-fehr @compor

@alecerio alecerio added the dialects Changes on the dialects label Apr 24, 2024
@alecerio alecerio self-assigned this Apr 24, 2024
%t1 = "arith.constant"() {"value" = 1 : i64}: () -> i64
// CHECK: Operation does not verify: frame number of dimensions must be 1. Actual number of dimensions: 2
%res_stft = "dsp.STFT"(%t0, %t1) {"frame_size" = 256 : i64, "hop_size" = 128 : i64}: (tensor<2x256xf32>, i64) -> tensor<2x128xf32>
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this added into the onnx folder and not into a new dsp folder?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, definitely the wrong place

Copy link

codecov bot commented Apr 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.84%. Comparing base (d082c28) to head (189d79c).
Report is 28 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2494      +/-   ##
==========================================
+ Coverage   89.78%   89.84%   +0.05%     
==========================================
  Files         350      352       +2     
  Lines       43016    43969     +953     
  Branches     6394     6562     +168     
==========================================
+ Hits        38622    39502     +880     
- Misses       3447     3510      +63     
- Partials      947      957      +10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@superlopuh
Copy link
Member

Hi @alecerio, I'll close this PR for now, let's reopen it if you decide to pick up the project again

@superlopuh superlopuh closed this Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dialects Changes on the dialects
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants