<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/polybench/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/polybench/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 01 Mar 2015 03:55:16 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/polybench/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Louis-Noel Pouchet</title><link>https://sourceforge.net/p/polybench/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -40,36 +40,36 @@

 Benchmark|Description
 ---------|-----------
-2mm        |2 Matrix Multiplications (D=A.B; E=C.D)
-3mm        |3 Matrix Multiplications (E=A.B; F=C.D; G=E.F)
-adi        |Alternating Direction Implicit solver
-atax       |Matrix Transpose and Vector Multiplication
-bicg       |BiCG Sub Kernel of BiCGStab Linear Solver
-cholesky   |Cholesky Decomposition
-correlation    |Correlation Computation
-covariance |Covariance Computation
-deriche            |Edge detection filter
-doitgen            |Multi-resolution analysis kernel (MADNESS)
-durbin     |Toeplitz system solver
-fdtd-2d            |2-D Finite Different Time Domain Kernel
-gauss-filter   |Gaussian Filter
-gemm       |Matrix-multiply C=alpha.A.B+beta.C
-gemver     |Vector Multiplication and Matrix Addition
-gesummv            |Scalar, Vector and Matrix Multiplication
-gramschmidt    |Gram-Schmidt decomposition
-head-3d            |Heat equation over 3D data domain
-jacobi-1D  |1-D Jacobi stencil computation
-jacobi-2D  |2-D Jacobi stencil computation
-lu     |LU decomposition
-ludcmp     |LU decomposition
-mvt        |Matrix Vector Product and Transpose
-nussinov   |Dynamic programming algorithm for sequence alignment
-seidel     |2-D Seidel stencil computation
-symm       |Symmetric matrix-multiply
-syr2k      |Symmetric rank-2k operations
-syrk       |Symmetric rank-k operations
-trisolv            |Triangular solver
-trmm       |Triangular matrix-multiply
+**2mm**        |2 Matrix Multiplications (D=A.B; E=C.D)
+**3mm**        |3 Matrix Multiplications (E=A.B; F=C.D; G=E.F)
+**adi**        |Alternating Direction Implicit solver
+**atax**       |Matrix Transpose and Vector Multiplication
+**bicg**       |BiCG Sub Kernel of BiCGStab Linear Solver
+**cholesky**   |Cholesky Decomposition
+**correlation**    |Correlation Computation
+**covariance** |Covariance Computation
+**deriche**            |Edge detection filter
+**doitgen**            |Multi-resolution analysis kernel (MADNESS)
+**durbin**     |Toeplitz system solver
+**fdtd-2d**            |2-D Finite Different Time Domain Kernel
+**gauss-filter**   |Gaussian Filter
+**gemm**       |Matrix-multiply C=alpha.A.B+beta.C
+**gemver**     |Vector Multiplication and Matrix Addition
+**gesummv**            |Scalar, Vector and Matrix Multiplication
+**gramschmidt**    |Gram-Schmidt decomposition
+**head-3d**            |Heat equation over 3D data domain
+**jacobi-1D**  |1-D Jacobi stencil computation
+**jacobi-2D**  |2-D Jacobi stencil computation
+**lu**     |LU decomposition
+**ludcmp**     |LU decomposition
+**mvt**        |Matrix Vector Product and Transpose
+**nussinov**   |Dynamic programming algorithm for sequence alignment
+**seidel**     |2-D Seidel stencil computation
+**symm**       |Symmetric matrix-multiply
+**syr2k**      |Symmetric rank-2k operations
+**syrk**       |Symmetric rank-k operations
+**trisolv**            |Triangular solver
+**trmm**       |Triangular matrix-multiply

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Louis-Noel Pouchet</dc:creator><pubDate>Sun, 01 Mar 2015 03:55:16 -0000</pubDate><guid>https://sourceforge.net69b44108812a337f21b3ba35480f3ba1994f5e03</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/polybench/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;update wiki&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Louis-Noel Pouchet</dc:creator><pubDate>Sun, 01 Mar 2015 03:53:32 -0000</pubDate><guid>https://sourceforge.net7236ddf4b118afd3bf77146d228d1056c6fccca4</guid></item><item><title>Home modified by Louis-Noel Pouchet</title><link>https://sourceforge.net/p/polybench/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,17 +1,78 @@
-** PolyBench/C 4.0 **
+PolyBench/C 4.0
+=

 Copyright (c) 2011-2015 the Ohio State University.
-Contact:
-   Louis-Noel Pouchet &amp;lt;pouchet@cse.ohio-state.edu&amp;gt;
-   Tomofumi Yuki &amp;lt;tomofumi.yuki@inria.fr&amp;gt;

-PolyBench is a collection of benchmarks containing static control parts. The purpose is to uniformize the execution and monitoring of kernels, typically used in past and current publications. Since PolyBench 4.0, detailed description of the kernels are provided in the documentation. PolyBench/C is an implementation of these kernels in C with facilities to perform experiments, including:

- - A single file, compile-time tunable, implementation.
- - Non-null data initialization, and live-out data dump.
- - Syntactic constructs to prevent any dead code elimination on the kernel.
- - Parametric loop bounds in the kernels, for general-purpose implementation.
- - Clearly marked kernels, delimited by #pragma scop and #pragma endscop.
+Contact
+=
+  * Louis-Noel Pouchet &amp;lt;pouchet@cse.ohio-state.edu&amp;gt;
+  * Tomofumi Yuki &amp;lt;tomofumi.yuki@inria.fr&amp;gt;
+  * polybench-announces@lists.sourceforge.net: Announces about releases of PolyBench.
+  * polybench-discussion@lists.sourceforge.net: General discussions reg. PolyBench.
+
+
+Description
+=
+
+PolyBench is a benchmark suite of 30 numerical computations with
+static control flow, extracted from operations in various application
+domains (linear algebra computations, image processing, physics
+simulation, dynamic programming, statistics, etc.). PolyBench features
+include:
+- A single file, tunable at compile-time, used for the kernel
+  instrumentation. It performs extra operations such as cache flushing
+  before the kernel execution, and can set real-time scheduling to
+  prevent OS interference.
+- Non-null data initialization, and live-out data dump.
+- Syntactic constructs to prevent any dead code elimination on the kernel.
+- Parametric loop bounds in the kernels, for general-purpose implementation.
+- Clear kernel marking, using pragma-based delimiters.
+
+
+PolyBench is currently available in C and in Fortran:
+- See PolyBench/C 4.0 for the C version
+- See PolyBench/Fortran 1.0 for the Fortran version (based on PolyBench/C 3.2)
+
+
+Available benchmarks (PolyBench/C 4.0)
+=
+
+Benchmark|Description
+---------|-----------
+2mm        |2 Matrix Multiplications (D=A.B; E=C.D)
+3mm        |3 Matrix Multiplications (E=A.B; F=C.D; G=E.F)
+adi        |Alternating Direction Implicit solver
+atax       |Matrix Transpose and Vector Multiplication
+bicg       |BiCG Sub Kernel of BiCGStab Linear Solver
+cholesky   |Cholesky Decomposition
+correlation    |Correlation Computation
+covariance |Covariance Computation
+deriche            |Edge detection filter
+doitgen            |Multi-resolution analysis kernel (MADNESS)
+durbin     |Toeplitz system solver
+fdtd-2d            |2-D Finite Different Time Domain Kernel
+gauss-filter   |Gaussian Filter
+gemm       |Matrix-multiply C=alpha.A.B+beta.C
+gemver     |Vector Multiplication and Matrix Addition
+gesummv            |Scalar, Vector and Matrix Multiplication
+gramschmidt    |Gram-Schmidt decomposition
+head-3d            |Heat equation over 3D data domain
+jacobi-1D  |1-D Jacobi stencil computation
+jacobi-2D  |2-D Jacobi stencil computation
+lu     |LU decomposition
+ludcmp     |LU decomposition
+mvt        |Matrix Vector Product and Transpose
+nussinov   |Dynamic programming algorithm for sequence alignment
+seidel     |2-D Seidel stencil computation
+symm       |Symmetric matrix-multiply
+syr2k      |Symmetric rank-2k operations
+syrk       |Symmetric rank-k operations
+trisolv            |Triangular solver
+trmm       |Triangular matrix-multiply
+
+
+
 [[project_screenshots]]
 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Louis-Noel Pouchet</dc:creator><pubDate>Sun, 01 Mar 2015 03:52:19 -0000</pubDate><guid>https://sourceforge.net29486e660c92bca23d72a719772d86dc88ec9188</guid></item><item><title>Home modified by Tomofumi Yuki</title><link>https://sourceforge.net/p/polybench/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,17 @@
-Welcome to your wiki!
+** PolyBench/C 4.0 **

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+Copyright (c) 2011-2015 the Ohio State University.
+Contact:
+   Louis-Noel Pouchet &amp;lt;pouchet@cse.ohio-state.edu&amp;gt;
+   Tomofumi Yuki &amp;lt;tomofumi.yuki@inria.fr&amp;gt;

-The wiki uses [Markdown](/p/polybench/wiki/markdown_syntax/) syntax.
+PolyBench is a collection of benchmarks containing static control parts. The purpose is to uniformize the execution and monitoring of kernels, typically used in past and current publications. Since PolyBench 4.0, detailed description of the kernels are provided in the documentation. PolyBench/C is an implementation of these kernels in C with facilities to perform experiments, including:

+ - A single file, compile-time tunable, implementation.
+ - Non-null data initialization, and live-out data dump.
+ - Syntactic constructs to prevent any dead code elimination on the kernel.
+ - Parametric loop bounds in the kernels, for general-purpose implementation.
+ - Clearly marked kernels, delimited by #pragma scop and #pragma endscop.
+[[project_screenshots]]
 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tomofumi Yuki</dc:creator><pubDate>Thu, 26 Feb 2015 15:47:06 -0000</pubDate><guid>https://sourceforge.netc3ea3e55a7e9b98d943b50997ed2a3db97f0eb42</guid></item><item><title>Home modified by Louis-Noel Pouchet</title><link>https://sourceforge.net/p/polybench/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/polybench/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;&lt;ul class="md-users-list"&gt;&lt;li&gt;&lt;a href="/u/yuki/"&gt;ITO, Takayuki&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="/u/pouchet/"&gt;Louis-Noel Pouchet&lt;/a&gt; (admin)&lt;/li&gt;&lt;li&gt;&lt;a href="/u/mohanishn/"&gt;Mohanish&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="/u/sanjay/"&gt;Sanjay Dixit&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="/u/sgrauerg/"&gt;Scott Grauer-Gray&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="/u/tzhai/"&gt;Teddy Zhai&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-5176945ee88f3d0a8f5ad234" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Louis-Noel Pouchet</dc:creator><pubDate>Tue, 23 Apr 2013 14:02:11 -0000</pubDate><guid>https://sourceforge.net3390c6cefec5c95e8e626637012ab436954cb423</guid></item></channel></rss>