- 
                Notifications
    You must be signed in to change notification settings 
- Fork 2.8k
[CPU][x86] add support for sink input of SDPA #32374
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
Changes from 9 commits
9111971
              50fbad7
              3584a28
              5583cbd
              1009f61
              a8306f5
              3f50597
              013e6f5
              9964440
              55cbf93
              1ff6d8b
              bb8249e
              0d20fc2
              9bb170d
              4d66b01
              f5920a4
              7b5e843
              195bb04
              5fe160b
              c41c5b0
              50bf292
              061c496
              File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | 
|---|---|---|
|  | @@ -26,6 +26,7 @@ void mha_single_token(const ov::intel_cpu::PlainTensor& query, | |
| ov::intel_cpu::PlainTensor& head_sum, | ||
| size_t key_group_size, | ||
| size_t value_group_size, | ||
| bool quant_key_by_channel); | ||
| bool quant_key_by_channel, | ||
| const ov::intel_cpu::PlainTensor& sink_input); | ||
| 
      Comment on lines
    
      -29
     to 
      +38
    
   There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please add a short comment about the purpose of this sink input and what should be set if there is no sink input. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. already add comment, please help to check it, thanks | ||
|  | ||
| } // namespace ov::Extensions::Cpu::XARCH | ||
Uh oh!
There was an error while loading. Please reload this page.