Skip to content

Accera v1.2 Reference

accera.Schedule.pad(index, size)

Pads the beginning of a specified dimension of the iteration-space with empty (no-op) elements.

Arguments

argument description type/default
index The dimension to pad Index
size The number of elements to pad non-negative integer

Examples

Pads the beginning of dimension i with 10 empty elements

schedule.pad(i, 10)

Last update: 2023-04-17