-
Notifications
You must be signed in to change notification settings - Fork 56
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
[DRAFT: WIP] First version of attention fusion #1986
base: main
Are you sure you want to change the base?
Conversation
…ript into rama/fuse-attn
val_217 = val_216 * 32.0 | ||
val_218 = opset18.Cast(val_217, to=7) | ||
val_219 = opset18.Concat(val_209, val_212, val_218, axis=0) | ||
_scaled_dot_product_flash_attention_for_cpu__1 = opset18.Expand(0.0, val_219) |
Check notice
Code scanning / CodeQL
Unused local variable Note
❌ 57 Tests Failed:
View the top 3 failed tests by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
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.
lintrunner found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
First version of attention fusion.
Limitations: