summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/test_inputs/codegen/isolate2.st
blob: a9478f338b839ee0a744ad2c3e315dea7fd344ee (plain)
1
2
3
4
5
6
7
# Check that the isolate option is adjusted by schedule space scaling
domain: "{ A[i,j] : 0 <= i,j < 100 }"
child:
  schedule: "[{ A[i,j] -> [3i] }]"
  child:
    schedule: "[{ A[i,j] -> [3j] }]"
    options: "{ isolate[[x] -> [y]] : 10 <= x <= 20 }"
OpenPOWER on IntegriCloud