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_build_node_from_schedule: handle isolate AST build options
[isl.git]
/
test_inputs
/
codegen
/
isolate3.st
blob
bce38a844d982509b9d4758ed76d9e4d30bb4d78
1
# Check use of options specific to isolated part
2
domain: "{ A[i] : 0 <= i < 100 }"
3
child:
4
schedule: "[{ A[i] -> [i] }]"
5
options: "{ isolate[[] -> [x]] : 10 <= x <= 20; [isolate[] -> unroll[x]] }"