onnxruntime
63c13a48 - fix integer overflow in Attention (#20921)

Commit
1 year ago
fix integer overflow in Attention (#20921) ### Description <!-- Describe your changes. --> offset used in attention is with data type int. It can overflow for large sequence length. ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. -->
Author
Parents
Loading