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 optimization patterns fusing ops into custom ops #1636

Draft
wants to merge 20 commits into
base: main
Choose a base branch
from

Merge branch 'main' into custom

3b4d700
Select commit
Loading
Failed to load commit list.
Draft

Add optimization patterns fusing ops into custom ops #1636

Merge branch 'main' into custom
3b4d700
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 15, 2024 in 1s

74.53% (-0.36%) compared to c06e7ab

View this Pull Request on Codecov

74.53% (-0.36%) compared to c06e7ab

Details

Codecov Report

Attention: Patch coverage is 84.83607% with 111 lines in your changes missing coverage. Please review.

Project coverage is 74.53%. Comparing base (c06e7ab) to head (3b4d700).

Files Patch % Lines
...nxscript/rewriter/custom_ops/llm_rule_sets_cuda.py 80.63% 42 Missing and 25 partials ⚠️
...ipt/rewriter/custom_ops/llm_rule_sets_cuda_test.py 90.10% 29 Missing and 8 partials ⚠️
onnxscript/rewriter/generic_pattern.py 30.00% 5 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1636      +/-   ##
==========================================
- Coverage   74.88%   74.53%   -0.36%     
==========================================
  Files         242      245       +3     
  Lines       25869    26592     +723     
  Branches     4665     4827     +162     
==========================================
+ Hits        19373    19821     +448     
- Misses       5627     5851     +224     
- Partials      869      920      +51     

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