Skip to content

Accera v1.2 Reference

accera.Nest(shape)

Creates an affine loop nest.

Arguments

argument description type/default
shape The shape of the iteration space tuple of positive integers

Examples

Create a nest with 3 nested for-loops of sizes 16, 10, and 11:

nest = acc.Nest(shape=(16, 10, 11))

Last update: 2023-04-17