blob: 7591b05b81adfecd4aacd43d2f94551058eb59a7 [file] [log] [blame]
domain: "{ a[i] : 0 <= i < 10; b[i] : 0 <= i < 10 }"
child:
schedule: "[{ a[i] -> [i]; b[i] -> [i+1] }]"
options: "{ atomic[x] }"
child:
sequence:
- filter: "{ a[i] }"
- filter: "{ b[i] }"