exo-lang / exo

Exocompilation for productive programming of hardware accelerators
https://exo-lang.dev
MIT License
279 stars 28 forks source link

Refactor old effects into standalone boundscheck #672

Closed yamaguchi1024 closed 1 week ago

yamaguchi1024 commented 1 week ago

Fixes #245

codecov[bot] commented 1 week ago

Codecov Report

Attention: Patch coverage is 95.70447% with 25 lines in your changes missing coverage. Please review.

Project coverage is 87.68%. Comparing base (e115107) to head (38045ed).

Files Patch % Lines
src/exo/boundscheck.py 93.91% 21 Missing :warning:
src/exo/LoopIR.py 98.67% 2 Missing :warning:
src/exo/LoopIR_scheduling.py 93.33% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #672 +/- ## ========================================== + Coverage 86.95% 87.68% +0.72% ========================================== Files 86 84 -2 Lines 20903 20587 -316 ========================================== - Hits 18176 18051 -125 + Misses 2727 2536 -191 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.