The major improvements are: - Extended schedule tree support - AST generation from schedule trees llvm-svn: 232709
6 lines
196 B
Smalltalk
6 lines
196 B
Smalltalk
# Check that the isolate option is adjusted by schedule space scaling
|
|
domain: "{ A[i] : 0 <= i < 100 }"
|
|
child:
|
|
schedule: "[{ A[i] -> [3i] }]"
|
|
options: "{ isolate[[] -> [x]] : 10 <= x <= 20 }"
|