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

Add Faster Neighborhood Attention to PUBLICATIONS #1471

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

alihassanijr
Copy link
Contributor

Adds "Faster Neighborhood Attention: Reducing the O(n^2) Cost of Self Attention at the Threadblock Level" to publications.

TLDR; Neighborhood attention requires treating the attention problem as two batched GETTs instead of GEMMs (row mode can be 2-D and 3-D instead of a single dimension as in NLP.)

Copy link

This PR has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this PR if it is no longer required. Otherwise, please respond with a comment indicating any updates. This PR will be labeled inactive-90d if there is no activity in the next 60 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant