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

Spectrogram: convert to VkFFT #461

Closed
azonenberg opened this issue May 6, 2021 · 2 comments
Closed

Spectrogram: convert to VkFFT #461

azonenberg opened this issue May 6, 2021 · 2 comments
Labels
filter Filter graph blocks

Comments

@azonenberg
Copy link
Collaborator

Right now we do one FFT at a time on the CPU in series. Can probably be improved upon.

@azonenberg azonenberg added the filter Filter graph blocks label May 6, 2021
@azonenberg azonenberg changed the title Spectrogram: look into improving performance/parallelism Spectrogram: convert to VkFFT Mar 21, 2023
@azonenberg
Copy link
Collaborator Author

We need to stop using FFTS already. Just go to VkFFT and batch them on the GPU.

@azonenberg
Copy link
Collaborator Author

Fixed in d354297

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
filter Filter graph blocks
Projects
None yet
Development

No branches or pull requests

1 participant