tpp-mlir icon indicating copy to clipboard operation
tpp-mlir copied to clipboard

WIP tpp-opt pipelines-as-schedules via python

Open rolfmorel opened this issue 1 year ago • 0 comments

E.g.

(echo "module {"; cat ../test/Integration/matmul_48x64x96.mlir; echo "}"; bin/tpp-opt.py) | bin/tpp-opt -load-tpp-dialects -transform-interpreter

If we want to use the transform-interpreter as a pass, we need load-tpp-dialects due to upstream brokenness (approach taking to this is inline with Discourse suggestion: https://discourse.llvm.org/t/dynamic-pass-scheduling-and-dialect-loading/85166/2).

rolfmorel avatar Dec 24 '24 18:12 rolfmorel