brintos

brintos / llvm-project-archived public Read only

0
0
Text · 388 B · 6f9320c Raw
7 lines · plain
1domain: "[n] -> { S1[i0, i1] : i0 >= 1 and i0 <= n and i1 >= 1 + i0 and i1 <= n; S2[i0, i1, i2] : i0 >= 1 and i0 <= n and i1 >= 1 + i0 and i1 <= n and i2 >= 1 + i0 and i2 <= n }"2child:3  context: "[n] -> { [] }"4  child:5    schedule: "[n] -> [{ S2[i0, i1, i2] -> [(i2)]; S1[i0, i1] -> [(i0)] }, { S2[i0, i1, i2] -> [(i1)]; S1[i0, i1] -> [(n)] }]"6    options: "[n] -> { separate[i0] }"7