iree-org / iree

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

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

Closed okkwon closed 3 months ago

okkwon commented 2 years 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 3 months ago

closing as obsolete--no plan of actions