hide isl_map_add_basic_map
[isl.git] / test_inputs / codegen / isolate2.st
bloba9478f338b839ee0a744ad2c3e315dea7fd344ee
1 # Check that the isolate option is adjusted by schedule space scaling
2 domain: "{ A[i,j] : 0 <= i,j < 100 }"
3 child:
4   schedule: "[{ A[i,j] -> [3i] }]"
5   child:
6     schedule: "[{ A[i,j] -> [3j] }]"
7     options: "{ isolate[[x] -> [y]] : 10 <= x <= 20 }"