blob: 79de9d9a70344fd598fe3008a5af61d6e6fee748 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# tiling imperfect jacobi loop nest, more details in the paper
# "Automatic Tiling of Iterative Stencil Loops" by Zhiyuan Li and
# Yonghong Song, TOPLAS, 2004.
#
source: swim.c
procedure: main
format: rose
loop: 0
original()
#print space
print
|