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

Optimize Stft func #3212

Merged
merged 1 commit into from
Feb 10, 2025
Merged

Optimize Stft func #3212

merged 1 commit into from
Feb 10, 2025

Conversation

linlinxu-1989
Copy link
Contributor

  1. When the CPUStft constructor is called for the first time, initialize gCosTable and gSinTable.
  2. When calling the CPUStft execution function, retrieve the corresponding values from gCosTable and gSinTable based on the index.

1. When the CPUStft constructor is called for the first time, initialize gCosTable and gSinTable.
2. When calling the CPUStft execution function, retrieve the corresponding values from gCosTable and gSinTable based on the index.
@CLAassistant
Copy link

CLAassistant commented Feb 10, 2025

CLA assistant check
All committers have signed the CLA.

@jxt1234
Copy link
Collaborator

jxt1234 commented Feb 10, 2025

The CPUSTFT will be rewrite in next version, but the pull request can merge. Please sign CLA

@jxt1234 jxt1234 merged commit b883c74 into alibaba:master Feb 10, 2025
6 checks passed
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.

3 participants