Home | History | Annotate | Line # | Download | only in codegen
      1 domain: "{ a[i] : 0 <= i < 10; b[i] : 0 <= i < 10 }"
      2 child:
      3   schedule: "[{ a[i] -> [i]; b[i] -> [i+1] }]"
      4   options: "{ atomic[x] }"
      5   child:
      6     sequence:
      7     - filter: "{ a[i] }"
      8     - filter: "{ b[i] }"
      9