pystencils.codegen.config.VectorizationOptions.use_nontemporal_stores#
-
VectorizationOptions.use_nontemporal_stores:
BasicOption[bool|Collection[str|Field]] = None# Enable nontemporal (streaming) stores.
If set to
Trueand the selected CPU supports streaming stores, the vectorizer will generate nontemporal store instructions for all stores.If set to a collection of fields (or field names), streaming stores will only be generated for the given fields.