RFR: 8287697: Limit auto vectorization to 32-byte vector on Cascade Lake [v2]
Vladimir Kozlov
kvn at openjdk.java.net
Tue Jun 7 23:26:35 UTC 2022
On Thu, 2 Jun 2022 17:44:54 GMT, Sandhya Viswanathan <sviswanathan at openjdk.org> wrote:
>>> Hi @sviswa7 , #7806 implemented an interface for auto-vectorization to disable some unprofitable cases on aarch64. Can it also be applied to your case?
>>
>> Maybe. But it would require more careful changes. And that changeset is not integrated yet.
>> Current changes are clean and serve their purpose good.
>>
>> And, as Jatin and Sandhya said, we may do proper fix after JDK 19 fork. Then we can look on your proposal.
>
> @vnkozlov @jatin-bhateja Your review comments are implemented. Please take a look.
@sviswa7, please, file separate RFE for SPECjvm2008-SOR.small issue (different unrolling factor).
I got all performance data from our and yours data and I think these change are ready for integration. Thanks!
-------------
PR: https://git.openjdk.java.net/jdk/pull/8877
More information about the hotspot-dev
mailing list