repo.or.cz
/
isl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
isl_sched_graph: ignore parameters in identification of nodes
[isl.git]
/
test_inputs
/
codegen
/
isolate2.st
blob
a9478f338b839ee0a744ad2c3e315dea7fd344ee
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 }"