1*5971e316Smrg# Check that options are adjusted by shifted stride detection 2*5971e316Smrgdomain: "{ A[i,j] : 0 <= i < 100 and 0 <= j < 2; B[i,j] : 0 <= i < 100 and 0 <= j < 2 }" 3*5971e316Smrgchild: 4*5971e316Smrg schedule: "[{ A[i,j] -> [2i]; B[i,j] -> [2i+1] }, { A[i,j] -> [j]; B[i,j] -> [j]}]" 5*5971e316Smrg options: "{ unroll[1] }" 6