Skip to content
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 GroupQueryAttention with KV-Cache #3425

Merged
merged 81 commits into from
Oct 11, 2024

Merge remote-tracking branch 'origin/develop' into gqa-jit

725f34f
Select commit
Loading
Failed to load commit list.
Merged

Add GroupQueryAttention with KV-Cache #3425

Merge remote-tracking branch 'origin/develop' into gqa-jit
725f34f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 11, 2024 in 0s

92.17% (+0.09%) compared to bdbe342

View this Pull Request on Codecov

92.17% (+0.09%) compared to bdbe342

Details

Codecov Report

Attention: Patch coverage is 97.95222% with 6 lines in your changes missing coverage. Please review.

Project coverage is 92.17%. Comparing base (bdbe342) to head (725f34f).

Files with missing lines Patch % Lines
src/include/migraphx/op/group_query_attention.hpp 98.03% 5 Missing ⚠️
src/onnx/parse_group_query_attention.cpp 96.87% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3425      +/-   ##
===========================================
+ Coverage    92.08%   92.17%   +0.09%     
===========================================
  Files          510      512       +2     
  Lines        21094    21385     +291     
===========================================
+ Hits         19424    19712     +288     
- Misses        1670     1673       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.