summaryrefslogtreecommitdiff
path: root/test/tiling3.cloog
diff options
context:
space:
mode:
authorjk7744.park <jk7744.park@samsung.com>2015-09-09 02:18:21 +0900
committerjk7744.park <jk7744.park@samsung.com>2015-09-09 02:18:21 +0900
commit40ef93558be42b604f5eb912414f767972a70b8c (patch)
treedd3a18995e2d72f452f3804d87b8a205f0f0a936 /test/tiling3.cloog
parenteea72ec0021ec2c1c84631af37435123c063eaf1 (diff)
downloadcloog-tizen_2.3.1.tar.gz
cloog-tizen_2.3.1.tar.bz2
cloog-tizen_2.3.1.zip
Diffstat (limited to 'test/tiling3.cloog')
-rw-r--r--test/tiling3.cloog41
1 files changed, 0 insertions, 41 deletions
diff --git a/test/tiling3.cloog b/test/tiling3.cloog
deleted file mode 100644
index c1c77e0..0000000
--- a/test/tiling3.cloog
+++ /dev/null
@@ -1,41 +0,0 @@
-# language: C
-f
-
-# parameter {n | n>= 0}
-1 3
-# n 1
-1 1 0
-1
-n
-
-1 # Number of statements:
-
-1
-# {i, jj, j | 1<=i<=n t*jj<=j<=t*jj+t-1 1<=j<=n}
-6 6
-# i jj j n 1
-1 1 0 0 0 -1
-1 -1 0 0 1 0
-1 0 0 1 0 -1
-1 0 0 -1 1 0
-1 0 10 -1 0 9
-1 0 -10 1 0 0
-0 0 0
-1
-i jj j
-
-1 # Scattering functions
-
-
-2 8
-# c1 c2 i jj j n 1
-0 1 0 0 -1 0 0 0
-0 0 1 -1 0 -1 0 0
-0
-
-
-1 7
-# c1 i jj j n 1
-0 1 0 -1 0 0 0
-0
-