iree-org / iree

A retargetable MLIR-based machine learning compiler and runtime toolkit.
http://iree.dev/
Apache License 2.0
2.58k stars 579 forks source link

Investigate the perf of microsoft/layoutlm-base-uncased #10802

Closed okkwon closed 1 month ago

okkwon commented 1 year ago

Related: https://github.com/iree-org/iree/pull/10649

The shared memory promotion for dynamic cases is usually not necessary thanks to the specialization, but the model shows a regression.

Need to investigate why this shows an opposite perf trend.

antiagainst commented 1 month ago

closing as obsolete--no plan of actions