-
Notifications
You must be signed in to change notification settings - Fork 88
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 MultiHeadAttention #3650
base: develop
Are you sure you want to change the base?
Add MultiHeadAttention #3650
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #3650 +/- ##
===========================================
+ Coverage 92.18% 92.22% +0.04%
===========================================
Files 514 515 +1
Lines 21780 21897 +117
===========================================
+ Hits 20078 20195 +117
Misses 1702 1702 ☔ View full report in Codecov by Sentry. |
ec2e5b0
to
9f0d026
Compare
9f0d026
to
c2276bf
Compare
707091a
to
becc9ab
Compare
Check results before merge 🔆 |
🔴bert_large_uncased_fp16: FAILED: MIGraphX is not within tolerance - check verbose output |
benchmark results:
|
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 test cases that are missing. Overall valid otherwise for the inputs you've added and you've gated the other optional inputs for now incase they're required by another model. We can add these later
3fbb3fc
to
34357df
Compare
34357df
to
aef0dd7
Compare
Add support for
MultiHeadAttention
operator.Description: https://github.com/microsoft/onnxruntime/blob/main/docs/ContribOperators.md#com.microsoft.MultiHeadAttention
TODOs: