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

The FlashFFT length must be double or larger than the input sequence length during initialization? #31

Open
HuuYuLong opened this issue Jan 1, 2025 · 1 comment

Comments

@HuuYuLong
Copy link

The FlashFFT length must be double or larger than the input sequence length during initialization?

What happens if the inputs are equal to the FlashFFT length?
For example, if I initialize my_flashfftconv = FlashFFTConv(2048, dtype=torch.bfloat16) and my input sequence length is 2048, will it work as same as FlashFFTConv(4096, dtype=torch.bfloat16)?

@DanFu09
Copy link
Contributor

DanFu09 commented Jan 1, 2025 via email

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

No branches or pull requests

2 participants