xref: /netbsd-src/external/mit/isl/dist/test_inputs/codegen/cloog/wavefront.st (revision 5971e316fdea024efff6be8f03536623db06833e)
1domain: "[n, m] -> { S1[i0, i1] : i0 >= 1 and i0 <= n and i1 >= 1 and i1 <= m }"
2child:
3  context: "[n, m] -> { [] }"
4  child:
5    schedule: "[n, m] -> [{ S1[i0, i1] -> [(i0 + i1)] }, { S1[i0, i1] -> [(i0)] }]"
6    options: "[n, m] -> { separate[i0] }"
7