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

(Closes #2716) Add support for module-inlining calls to polymorphic kernels/routines #2732

Open
wants to merge 69 commits into
base: master
Choose a base branch
from

Merge branch 'master' into 2716_transform_interface_bug

dfe80ce
Select commit
Loading
Failed to load commit list.
Open

(Closes #2716) Add support for module-inlining calls to polymorphic kernels/routines #2732

Merge branch 'master' into 2716_transform_interface_bug
dfe80ce
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 7, 2025 in 0s

99.87% (-0.02%) compared to 9fe3a1d

View this Pull Request on Codecov

99.87% (-0.02%) compared to 9fe3a1d

Details

Codecov Report

Attention: Patch coverage is 98.68421% with 5 lines in your changes missing coverage. Please review.

Project coverage is 99.87%. Comparing base (9fe3a1d) to head (dfe80ce).

Files with missing lines Patch % Lines
...mmon/transformations/kernel_module_inline_trans.py 97.16% 4 Missing ⚠️
src/psyclone/psyir/nodes/call.py 97.82% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2732      +/-   ##
==========================================
- Coverage   99.88%   99.87%   -0.02%     
==========================================
  Files         359      359              
  Lines       50258    50377     +119     
==========================================
+ Hits        50202    50312     +110     
- Misses         56       65       +9     

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