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

[GPU]: STFT optimization(s) #28367

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

pkowalc1
Copy link
Contributor

@pkowalc1 pkowalc1 commented Jan 10, 2025

Optimized STFT kernel. Currently it is up to 10x faster.

Details:

  • implemented general optmizations that should work for most of the cases
  • added a benchmark(disabled).
  • more optimizations are possible but for more specific cases(e.g. transpose == true, big enough window size, etc)

Tickets:

@pkowalc1 pkowalc1 added the WIP work in progress label Jan 10, 2025
@pkowalc1 pkowalc1 self-assigned this Jan 10, 2025
@pkowalc1 pkowalc1 requested review from a team as code owners January 10, 2025 08:20
@github-actions github-actions bot added the category: GPU OpenVINO GPU plugin label Jan 10, 2025
@pkowalc1 pkowalc1 removed the WIP work in progress label Jan 22, 2025
@pkowalc1 pkowalc1 changed the title WIP: [GPU]: STFT optimization(s) [GPU]: STFT optimization(s) Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: GPU OpenVINO GPU plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants