[PATCH] D134352: [AArch64] Add Neoverse V2 CPU support
David Sherwood via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 22 04:00:24 PDT 2022
david-arm added a comment.
In D134352#3806896 <https://reviews.llvm.org/D134352#3806896>, @tschuett wrote:
> `VScaleForTuning` is 1 for N2 and V2. It is 2 for V1. I though the V2 is more like the V1 than the N2?
> Sorry. This is throughput right?
Hi @tschuett, Neoverse V2 will have 128-bit SVE vector lengths, hence VScaleForTuning should be 1.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134352/new/
https://reviews.llvm.org/D134352
More information about the cfe-commits
mailing list