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_ast_codegen.c: generate_shifted_component_tree: explain convex "isolated"
[isl.git]
/
test_inputs
/
codegen
/
unroll10.st
blob
77c5b19f27df10be6dd8abcb5d10af4a6120d2b7
1
# Check that all information is taken into account while trying to unroll
2
domain: "[m,n] -> { A[i] : 0 <= i < n,m }"
3
child:
4
context: "[m,n] -> { [] : m <= 10 or n <= 10 }"
5
child:
6
schedule: "[{ A[i] -> [i] }]"
7
options: "{ unroll[x] }"