We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current implementation of FA3 would fail with zero length of K/V. It seems that zero length tensor has no valid data_ptr, and make_tma_copy(https://github.com/Dao-AILab/flash-attention/blob/main/hopper/mainloop_bwd_sm90_tma_gmma_ws.hpp#L333) would fail in backward.
make_tma_copy
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current implementation of FA3 would fail with zero length of K/V. It seems that zero length tensor has no valid data_ptr, and
make_tma_copy
(https://github.com/Dao-AILab/flash-attention/blob/main/hopper/mainloop_bwd_sm90_tma_gmma_ws.hpp#L333) would fail in backward.The text was updated successfully, but these errors were encountered: