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 partial onnx support for com.microsoft.SparseAttention #3866

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

music-dino
Copy link
Collaborator

@music-dino music-dino added onnx issues related to onnx support Onnx Operators Adding or modifying an Onnx Operator in the MIGraphX codebase labels Mar 5, 2025
@music-dino music-dino self-assigned this Mar 5, 2025
@music-dino music-dino requested a review from causten as a code owner March 5, 2025 10:42
Copy link

codecov bot commented Mar 5, 2025

Codecov Report

Attention: Patch coverage is 97.66764% with 8 lines in your changes missing coverage. Please review.

Project coverage is 92.49%. Comparing base (04b82df) to head (de0030d).
Report is 3 commits behind head on develop.

Files with missing lines Patch % Lines
src/include/migraphx/op/sparse_attention.hpp 97.03% 7 Missing ⚠️
src/onnx/parse_sparse_attention.cpp 99.06% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3866      +/-   ##
===========================================
+ Coverage    92.41%   92.49%   +0.07%     
===========================================
  Files          520      522       +2     
  Lines        22471    22814     +343     
===========================================
+ Hits         20766    21101     +335     
- Misses        1705     1713       +8     

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

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@causten causten requested a review from pfultz2 March 5, 2025 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Onnx Operators Adding or modifying an Onnx Operator in the MIGraphX codebase onnx issues related to onnx support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

com.microsoft.SparseAttention is unsupported
1 participant