pymlir icon indicating copy to clipboard operation
pymlir copied to clipboard

Adding support for calling MLIR functions

Open kaushikcfd opened this issue 4 years ago • 2 comments

  • Added module mlir.run that contains helpers for calling MLIR functions.
  • Demonstrated some examples under tests/test_run.py.

kaushikcfd avatar Dec 16 '20 23:12 kaushikcfd

Codecov Report

Merging #5 (647d6b7) into master (48019ee) will decrease coverage by 5.62%. The diff coverage is 31.77%.

Impacted file tree graph

@@            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 data Powered by Codecov. Last update 48019ee...647d6b7. Read the comment docs.

codecov-io avatar Dec 17 '20 04:12 codecov-io

Cool PR! I will review it as soon as I can :)

tbennun avatar Dec 17 '20 22:12 tbennun