-
Notifications
You must be signed in to change notification settings - Fork 44
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
Conversation
d098a2b
to
4f8d1bd
Compare
7c2358e
to
c03fa79
Compare
"Attribute":$parent, | ||
"unsigned":$kWidth, | ||
"bool":$transpose), [{ | ||
return $_get(context, opIdx, parent, kWidth, transpose); |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Partial code review
third_party/intel/lib/TritonIntelGPUTransforms/MatchTargetSize.cpp
Outdated
Show resolved
Hide resolved
third_party/intel/lib/TritonIntelGPUTransforms/MatchTargetSize.cpp
Outdated
Show resolved
Hide resolved
third_party/intel/lib/TritonIntelGPUTransforms/MatchTargetSize.cpp
Outdated
Show resolved
Hide resolved
third_party/intel/lib/TritonIntelGPUTransforms/MatchTargetSize.cpp
Outdated
Show resolved
Hide resolved
third_party/intel/lib/TritonIntelGPUTransforms/MatchTargetSize.cpp
Outdated
Show resolved
Hide resolved
third_party/intel/lib/TritonIntelGPUTransforms/MatchTargetSize.cpp
Outdated
Show resolved
Hide resolved
third_party/intel/lib/TritonIntelGPUTransforms/MatchTargetSize.cpp
Outdated
Show resolved
Hide resolved
third_party/intel/include/Dialect/TritonIntelGPU/IR/TritonIntelGPUOps.td
Show resolved
Hide resolved
third_party/intel/include/Dialect/TritonIntelGPU/IR/TritonIntelGPUOps.td
Outdated
Show resolved
Hide resolved
Signed-off-by: Tiotto, Ettore <[email protected]>
52a5fc3
to
2761ad7
Compare
third_party/intel/include/Dialect/TritonIntelGPU/IR/TritonIntelGPUOps.td
Outdated
Show resolved
Hide resolved
Signed-off-by: Tiotto, Ettore <[email protected]>
Signed-off-by: Tiotto, Ettore <[email protected]>
Signed-off-by: Tiotto, Ettore <[email protected]>
third_party/intel/include/Dialect/TritonIntelGPU/IR/TritonIntelGPUOps.td
Outdated
Show resolved
Hide resolved
… tests for the same operation Signed-off-by: Tiotto, Ettore <[email protected]>
third_party/intel/lib/TritonIntelGPUTransforms/MatchTargetSize.cpp
Outdated
Show resolved
Hide resolved
third_party/intel/lib/TritonIntelGPUTransforms/MatchTargetSize.cpp
Outdated
Show resolved
Hide resolved
third_party/intel/lib/TritonIntelGPUTransforms/MatchTargetSize.cpp
Outdated
Show resolved
Hide resolved
third_party/intel/lib/TritonIntelGPUTransforms/MatchTargetSize.cpp
Outdated
Show resolved
Hide resolved
Signed-off-by: Tiotto, Ettore <[email protected]>
Signed-off-by: Tiotto, Ettore <[email protected]>
No description provided.