[PATCH] D125747: [RISCV] Enable scalable vectorization by default for RVV

LiqinWeng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 27 01:07:52 PDT 2022


Miss_Grape added a comment.

In D125747#3518172 <https://reviews.llvm.org/D125747#3518172>, @craig.topper wrote:

> Do you have any performance data?

I use the TSCV test suit,  then run on the spike, 
F23214515: image.png <https://reviews.llvm.org/F23214515>

when option: -scalable-vectorization=on, the performance more better. But I'm not sure if the performance data from the spike run can be used as a standard to measure performance


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125747/new/

https://reviews.llvm.org/D125747



More information about the llvm-commits mailing list