FluxML / IRTools.jl

Mike's Little Intermediate Representation
MIT License
111 stars 35 forks source link

make call to get IR object more direct #112

Closed vtjnash closed 1 year ago

vtjnash commented 1 year ago

Avoids the world age problem with code_lowered

vtjnash commented 1 year ago

@IanButterworth

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (62d5f42) 74.98% compared to head (42c3e43) 74.98%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #112 +/- ## ======================================= Coverage 74.98% 74.98% ======================================= Files 15 15 Lines 1419 1419 ======================================= Hits 1064 1064 Misses 355 355 ``` | [Impacted Files](https://codecov.io/gh/FluxML/IRTools.jl/pull/112?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Flux) | Coverage Δ | | |---|---|---| | [src/eval.jl](https://codecov.io/gh/FluxML/IRTools.jl/pull/112?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Flux#diff-c3JjL2V2YWwuamw=) | `94.11% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Flux). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Flux)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

IanButterworth commented 1 year ago

Fixes #111

maleadt commented 1 year ago

This is included in https://github.com/FluxML/IRTools.jl/pull/109.