Home | History | Annotate | Line # | Download | only in codegen
      1 # Check that generic options are not applied to isolated part
      2 domain: "{ A[i] : 0 <= i < 20 }"
      3 child:
      4   schedule: "[{ A[i] -> [i] }]"
      5   options: "{ isolate[[] -> [x]] : 5 <= x <= 15; unroll[x] }"
      6