Accera v1.2 Reference
accera.Plan.unroll(index)
Marks a dimension of the iteration-space for unrolling.
Arguments
argument | description | type/default |
---|---|---|
index |
The index to unroll. | Index |
Examples
Mark the i
dimension for unrolling:
plan.unroll(index=i)
Last update:
2023-04-17