The major improvements are: - Extended schedule tree support - AST generation from schedule trees llvm-svn: 232709
8 lines
251 B
Smalltalk
8 lines
251 B
Smalltalk
# 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 }"
|