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 support for attention in match-target-size #1540

Merged
merged 18 commits into from
Jul 15, 2024

Conversation

Dewei-Wang-sh
Copy link
Contributor

No description provided.

@Dewei-Wang-sh Dewei-Wang-sh self-assigned this Jul 1, 2024
@Dewei-Wang-sh Dewei-Wang-sh linked an issue Jul 1, 2024 that may be closed by this pull request
@etiotto etiotto requested review from etiotto and removed request for etiotto July 1, 2024 13:36
@Dewei-Wang-sh Dewei-Wang-sh force-pushed the attn_match branch 2 times, most recently from d098a2b to 4f8d1bd Compare July 4, 2024 08:44
@Dewei-Wang-sh Dewei-Wang-sh requested review from whitneywhtsang, etiotto and a team July 4, 2024 08:45
@Dewei-Wang-sh Dewei-Wang-sh marked this pull request as ready for review July 4, 2024 09:01
@Dewei-Wang-sh Dewei-Wang-sh force-pushed the attn_match branch 2 times, most recently from 7c2358e to c03fa79 Compare July 9, 2024 07:28
"Attribute":$parent,
"unsigned":$kWidth,
"bool":$transpose), [{
return $_get(context, opIdx, parent, kWidth, transpose);
Copy link
Contributor Author

@Dewei-Wang-sh Dewei-Wang-sh Jul 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add above so that existing upstream code in other .h .cpp do not need to change.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

created a new issue to track the upcoming refactor.
#1621

Copy link
Contributor

@etiotto etiotto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Partial code review

Signed-off-by: Tiotto, Ettore <[email protected]>
test/TritonIntelGPU/match-target-size.mlir Outdated Show resolved Hide resolved
test/TritonIntelGPU/match-target-size.mlir Outdated Show resolved Hide resolved
test/TritonIntelGPU/match-target-size.mlir Outdated Show resolved Hide resolved
etiotto added 2 commits July 11, 2024 21:47
Signed-off-by: Tiotto, Ettore <[email protected]>
Signed-off-by: Tiotto, Ettore <[email protected]>
… tests for the same operation

Signed-off-by: Tiotto, Ettore <[email protected]>
Signed-off-by: Tiotto, Ettore <[email protected]>
Signed-off-by: Tiotto, Ettore <[email protected]>
@etiotto etiotto merged commit 44068aa into intel:llvm-target Jul 15, 2024
4 checks passed
@etiotto etiotto deleted the attn_match branch July 15, 2024 16:13
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

Successfully merging this pull request may close these issues.

[Productize Flash Attention performance #1] add support for attention in match-target-size
4 participants