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

Improve performance of pragma-region attach/detach by using transformers #286

Merged
merged 2 commits into from
Apr 12, 2024

IR: Improved implementation of detach_pragma_region via Transformer

024018b
Select commit
Loading
Failed to load commit list.
Merged

Improve performance of pragma-region attach/detach by using transformers #286

IR: Improved implementation of detach_pragma_region via Transformer
024018b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 12, 2024 in 0s

92.87% (-0.01%) compared to a594b44

View this Pull Request on Codecov

92.87% (-0.01%) compared to a594b44

Details

Codecov Report

Attention: Patch coverage is 94.11765% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 92.87%. Comparing base (a594b44) to head (024018b).

Files Patch % Lines
loki/pragma_utils.py 94.11% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #286      +/-   ##
==========================================
- Coverage   92.88%   92.87%   -0.01%     
==========================================
  Files         102      102              
  Lines       18253    18269      +16     
==========================================
+ Hits        16954    16968      +14     
- Misses       1299     1301       +2     

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