Iteration Space
Every iteration generates a point in an n-dimensional space, where n is the depth of the loop nest.
for (i=0; i<n; i++) {
}
for (i=0; i<n; i++)
for (j=0; jɜ j++) {
}
Previous slide
Next slide
Back to first slide
View graphic version