blob: 77c5b19f27df10be6dd8abcb5d10af4a6120d2b7 [file] [log] [blame]
# Check that all information is taken into account while trying to unroll
domain: "[m,n] -> { A[i] : 0 <= i < n,m }"
child:
context: "[m,n] -> { [] : m <= 10 or n <= 10 }"
child:
schedule: "[{ A[i] -> [i] }]"
options: "{ unroll[x] }"