You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)?
The text was updated successfully, but these errors were encountered:
On Wed, Jan 1, 2025 at 11:16 AM Yulong.Huang ***@***.***> wrote:
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)?
—
Reply to this email directly, view it on GitHub
<#31>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABDDIIQLOGD6FZTR43MWAM32IOW6JAVCNFSM6AAAAABUOOE4V2VHI2DSMVQWIX3LMV43ASLTON2WKOZSG43DIOJUHE3TAOA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
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)?
The text was updated successfully, but these errors were encountered: