From 1097247304224ff7afa7ef3f18692875965c4fd1 Mon Sep 17 00:00:00 2001 From: Cedric Bastoul Date: Wed, 7 Dec 2011 01:38:57 +0100 Subject: [PATCH] Update OpenScop Library to 0.8.1 Some cleanup in the header files of OSL-0.8.1 makes necessary to include new headers from CLooG. Plus, some test files need to be updated to benefit for the genericity of parameter and body information in the textual format. --- osl | 2 +- source/isl/domain.c | 1 + test/openscop/matmult.scop | 12 +++++++++++- test/openscop/union.scop | 8 +++++++- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/osl b/osl index 3c21683..ffcf94b 160000 --- a/osl +++ b/osl @@ -1 +1 @@ -Subproject commit 3c216835c7ab97ec72f474d8cffa6a4cb4da28c9 +Subproject commit ffcf94b16c9fb94f4269bc4e9810dd72f65efd9d diff --git a/source/isl/domain.c b/source/isl/domain.c index d508bb2..054c37b 100644 --- a/source/isl/domain.c +++ b/source/isl/domain.c @@ -10,6 +10,7 @@ #include #ifdef OSL_SUPPORT +#include #include #endif diff --git a/test/openscop/matmult.scop b/test/openscop/matmult.scop index a9c09b7..4a248a6 100644 --- a/test/openscop/matmult.scop +++ b/test/openscop/matmult.scop @@ -1,4 +1,4 @@ -# [File generated by the OpenScop Library 0.7.0] +# [File generated by the OpenScop Library 0.8.0] @@ -14,7 +14,9 @@ CONTEXT # Parameters are provided 1 + N + # Number of statements 2 @@ -53,10 +55,14 @@ WRITE # ---------------------------------------------- 1.4 Body # Statement body is provided 1 + +# Number of original iterators +2 # Original iterators i j # Body expression C[i][j] = 0.0; + # =============================================== Statement 2 @@ -118,10 +124,14 @@ READ # ---------------------------------------------- 2.4 Body # Statement body is provided 1 + +# Number of original iterators +3 # Original iterators i j k # Body expression C[i][j] = C[i][j] + A[i][k] * B[k][j]; + # =============================================== Extensions diff --git a/test/openscop/union.scop b/test/openscop/union.scop index 45b2543..35efe4f 100644 --- a/test/openscop/union.scop +++ b/test/openscop/union.scop @@ -1,4 +1,4 @@ -# [File generated by the OpenScop Library 0.7.0] +# [File generated by the OpenScop Library 0.8.0] @@ -14,7 +14,9 @@ CONTEXT # Parameters are provided 1 + N + # Number of statements 1 @@ -82,10 +84,14 @@ WRITE # ---------------------------------------------- 1.4 Body # Statement body is provided 1 + +# Number of original iterators +2 # Original iterators i j # Body expression C[i+j]+=A[i]*B[j]; + # =============================================== Extensions -- 2.11.4.GIT