Vector API - Non Temporal Hints
Michaël Figuière
michael.figuiere at gmail.com
Fri Sep 29 20:05:15 UTC 2023
Hi,
The Vector API currently doesn't offer a way to add a non temporal hint
when storing a vector into memory whereas both x86 and ARM instruction sets
offer such capability, at least for continuous, non-scattered storage. As
the API has been introduced with large dataset manipulation in mind, having
such an option could be a valuable way to grab some performance improvement
without much effort for both the end developer and the OpenJDK developers.
An obvious way to add such a capability would be to overload the relevant
intoXXX() methods in each XXXVector class to add an extra boolean
nonTemporal argument. A convenient aspect of this addition is that it
doesn't alter the semantic of the storage method as it's just a performance
hint. Thus supporting it for each present and future architecture can be
done in a best effort manner.
Best,
Michaël
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/panama-dev/attachments/20230929/2732b2dd/attachment.htm>
More information about the panama-dev
mailing list