pymlir
pymlir copied to clipboard
Adding support for calling MLIR functions
- Added module
mlir.runthat contains helpers for calling MLIR functions. - Demonstrated some examples under
tests/test_run.py.
Codecov Report
Merging #5 (647d6b7) into master (48019ee) will decrease coverage by
5.62%. The diff coverage is31.77%.
@@ Coverage Diff @@
## master #5 +/- ##
==========================================
- Coverage 94.16% 88.53% -5.63%
==========================================
Files 9 10 +1
Lines 1079 1186 +107
==========================================
+ Hits 1016 1050 +34
- Misses 63 136 +73
| Impacted Files | Coverage Δ | |
|---|---|---|
| mlir/run.py | 31.77% <31.77%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 48019ee...647d6b7. Read the comment docs.
Cool PR! I will review it as soon as I can :)