Accera v1.2 Reference
accera.Plan.vectorize(index)
Only available for targets that have SIMD registers and support vector instructions. Marks a dimension of the iteration-space for vectorization.
Arguments
argument | description | type/default |
---|---|---|
index |
The index to vectorize. | Index |
Examples
Mark the dimension ii
for vectorized execution:
plan.vectorize(index=ii)
Last update:
2023-04-17