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

Question about discrepancy between implementations available in the repo and related papers #5

Open
sylee0124 opened this issue Mar 14, 2023 · 3 comments

Comments

@sylee0124
Copy link

Hi, I'm bit confused about current implementations of the repo and implementations used/discussed in related papers. I'll just state what I think is true. Please correct me if I'm wrong.

  • Flashconv from h3
    Fused kernel is implemented at fftconv_cuda.cu but it is not using block FFT.

  • FlashButterfly in "Simple Hardware-Efficient Long Convolutions for Sequence Modeling"
    long_conv.py uses BlockFFT (which is same as Butterfly Decomposition) with support for learnable parameters for dft_matrix. But not using fused kernel and Three-pass algorithm is also not implemented.

@DanFu09
Copy link
Contributor

DanFu09 commented Mar 14, 2023 via email

@sylee0124
Copy link
Author

Thanks for verifying :)
When can I expect this performance update? Will it happen anytime soon?

@DanFu09
Copy link
Contributor

DanFu09 commented Mar 14, 2023 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