kumasento / polsca

Polyhedral High-Level Synthesis in MLIR
MIT License
29 stars 7 forks source link

[Benchmark] encrypt #39

Closed kumasento closed 3 years ago

kumasento commented 3 years ago
./scripts/phism-runner.py example/encrypt/encrypt.c --work-dir ./tmp/encrypt --top-func encrypt --polymer --loop-transforms
jianyicheng commented 3 years ago

Unrolling by 1024 definitely sounds strange... In the first instance, it looks like no PE was generated so everything was inlined and unrolled.