<?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/bemap/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/bemap/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 17 Dec 2012 07:59:31 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/bemap/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by yuriardila</title><link>https://sourceforge.net/p/bemap/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v17
+++ v18
@@ -18,4 +18,6 @@
 Back Projection
 Monte Carlo

+This project is partially funded by the Department of the New Energy and Industrial Technology Development Organization (NEDO).
+
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">yuriardila</dc:creator><pubDate>Mon, 17 Dec 2012 07:59:31 -0000</pubDate><guid>https://sourceforge.netca4eef62b33d5507fea8ec72bf85e24b4517cd5c</guid></item><item><title>WikiPage Home modified by yuriardila</title><link>https://sourceforge.net/p/bemap/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v16
+++ v17
@@ -1,24 +1,21 @@
-BEMAP (BEnchMarks for Automatic parallelizer) は、自動並列化の性能を測定するためのベンチマークです。
+BEMAP (BEnchMarks for Automatic Parallelizer) is a benchmark used to measure performance for an automatic parallelizer.

-このベンチマークには、step-by-step で hand-tuning を施した OpenCL コードと、
-その各ステップごとの実行結果を含んでおり、各最適化の効果を参照することができます。
+All OpenCL code benchmarks covered in this project are done step-by-step alongside with hand-tunning.
+Each tuning step executional time are measured in details with a comprehensive user interface and help option.
+The exact implementation in native code (C++) is also provided in each project folder for reference.

-この効果を参考にすることで、
- * コンパイラにどのような最適化処理を実装すべきか
- * コンパイラに実装された最適化処理が、妥当な性能を持っているか
-といった点を検証することができるようになります。
+By analyzing these benchmarks, one can analyze:
+1. How to tune/optimize the auto-parallelizer's compiler
+2. Analyze whether the appropriate optimization procedure is provided within the compiler

-
-本研究は，一部，独立行政法人 新エネルギー・産業技術総合開発機構(NEDO)の支援による成果を含んでいます。
-
-取組むアルゴリズム（予定）：
-１．Gaussian Blur
-2. Black Scholes
-3. Linear Search
-4. Back Projection
-5. Monte Carlo
-6. Runlength
-7. Grayscale
-8. SIFT
+The latest package includes:
+Gaussian Blur
+Black Scholes
+Linear Search
+Grayscale
+SIFT (a demo app included!)
+Runlength
+Back Projection
+Monte Carlo

 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">yuriardila</dc:creator><pubDate>Mon, 17 Dec 2012 07:58:41 -0000</pubDate><guid>https://sourceforge.net1a0b8529766f1406082295e45041e41e09ca3b27</guid></item><item><title>WikiPage Home modified by yuriardila</title><link>https://sourceforge.net/p/bemap/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v15
+++ v16
@@ -1,21 +1,24 @@
-BEMAP (BEnchMarks for Automatic Parallelizer) is a benchmark used to measure performance for an automatic parallelizer.
+BEMAP (BEnchMarks for Automatic parallelizer) は、自動並列化の性能を測定するためのベンチマークです。

-All OpenCL code benchmarks covered in this project are done step-by-step alongside with hand-tunning.
-Each tuning step executional time are measured in details with a comprehensive user interface and help option.
-The exact implementation in native code (C++) is also provided in each project folder for reference.
+このベンチマークには、step-by-step で hand-tuning を施した OpenCL コードと、
+その各ステップごとの実行結果を含んでおり、各最適化の効果を参照することができます。

-By analyzing these benchmarks, one can analyze:
-1. How to tune/optimize the auto-parallelizer's compiler
-2. Analyze whether the appropriate optimization procedure is provided within the compiler
+この効果を参考にすることで、
+ * コンパイラにどのような最適化処理を実装すべきか
+ * コンパイラに実装された最適化処理が、妥当な性能を持っているか
+といった点を検証することができるようになります。

-The latest package includes:
-Gaussian Blur
-Black Scholes
-Linear Search
-Grayscale
-SIFT (a demo app included!)
-Runlength
-Back Projection
-Monte Carlo
+
+本研究は，一部，独立行政法人 新エネルギー・産業技術総合開発機構(NEDO)の支援による成果を含んでいます。
+
+取組むアルゴリズム（予定）：
+１．Gaussian Blur
+2. Black Scholes
+3. Linear Search
+4. Back Projection
+5. Monte Carlo
+6. Runlength
+7. Grayscale
+8. SIFT

 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">yuriardila</dc:creator><pubDate>Mon, 17 Dec 2012 07:58:18 -0000</pubDate><guid>https://sourceforge.net6dc8c41ebf5702400217b386b06c00a714df6332</guid></item><item><title>WikiPage Home modified by yuriardila</title><link>https://sourceforge.net/p/bemap/wiki/Home/</link><description>&lt;pre&gt;--- v14
+++ v15
@@ -4,7 +4,7 @@
 Each tuning step executional time are measured in details with a comprehensive user interface and help option.
 The exact implementation in native code (C++) is also provided in each project folder for reference.
 
-By analyzing these benchmarks, we can:
+By analyzing these benchmarks, one can analyze:
 1. How to tune/optimize the auto-parallelizer's compiler
 2. Analyze whether the appropriate optimization procedure is provided within the compiler
 
@@ -13,10 +13,8 @@
 Black Scholes
 Linear Search
 Grayscale
-SIFT
+SIFT (a demo app included!)
 Runlength
-
-To be included in next upcoming packages:
 Back Projection
 Monte Carlo
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">yuriardila</dc:creator><pubDate>Mon, 05 Nov 2012 07:23:44 -0000</pubDate><guid>https://sourceforge.net8a2b2bcf29567c94d7ae5a750237634919972e2f</guid></item><item><title>WikiPage Home modified by yuriardila</title><link>https://sourceforge.net/p/bemap/wiki/Home/</link><description>&lt;pre&gt;--- v13
+++ v14
@@ -14,13 +14,10 @@
 Linear Search
 Grayscale
 SIFT
+Runlength
 
 To be included in next upcoming packages:
 Back Projection
 Monte Carlo
-Runlength
-
-
-
 
 [[download_button]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">yuriardila</dc:creator><pubDate>Thu, 30 Aug 2012 08:54:45 -0000</pubDate><guid>https://sourceforge.net4eebde898632d0ab12300930e4c05ec185c950fb</guid></item><item><title>WikiPage Home modified by yuriardila</title><link>https://sourceforge.net/p/bemap/wiki/Home/</link><description>&lt;pre&gt;--- v12
+++ v13
@@ -7,8 +7,6 @@
 By analyzing these benchmarks, we can:
 1. How to tune/optimize the auto-parallelizer's compiler
 2. Analyze whether the appropriate optimization procedure is provided within the compiler
-
-This project is partially funded by the Department of the New Energy and Industrial Technology Development Organization (NEDO).
 
 The latest package includes:
 Gaussian Blur
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">yuriardila</dc:creator><pubDate>Fri, 03 Aug 2012 08:54:42 -0000</pubDate><guid>https://sourceforge.net274f9a7c1defaee2400cf064fce67de6cd1d66a0</guid></item><item><title>WikiPage Home modified by yuriardila</title><link>https://sourceforge.net/p/bemap/wiki/Home/</link><description>&lt;pre&gt;--- v11
+++ v12
@@ -15,6 +15,7 @@
 Black Scholes
 Linear Search
 Grayscale
+SIFT
 
 To be included in next upcoming packages:
 Back Projection
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">yuriardila</dc:creator><pubDate>Fri, 03 Aug 2012 08:54:29 -0000</pubDate><guid>https://sourceforge.netff804bed8c7ad9a96613e9604a3bd92cc08ece69</guid></item><item><title>WikiPage Home modified by yuriardila</title><link>https://sourceforge.net/p/bemap/wiki/Home/</link><description>&lt;pre&gt;--- v10
+++ v11
@@ -14,12 +14,13 @@
 Gaussian Blur
 Black Scholes
 Linear Search
+Grayscale
 
 To be included in next upcoming packages:
 Back Projection
 Monte Carlo
 Runlength
-Grayscale
+
 
 
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">yuriardila</dc:creator><pubDate>Wed, 27 Jun 2012 01:33:47 -0000</pubDate><guid>https://sourceforge.net43f04ec9506af192ebd184f3d7db59eba6fd43f7</guid></item><item><title>WikiPage Home modified by yuriardila</title><link>https://sourceforge.net/p/bemap/wiki/Home/</link><description>&lt;pre&gt;--- v9
+++ v10
@@ -13,19 +13,14 @@
 The latest package includes:
 Gaussian Blur
 Black Scholes
+Linear Search
 
 To be included in next upcoming packages:
-Linear Search
 Back Projection
 Monte Carlo
 Runlength
 Grayscale
 
-このベンチマークには、step-by-step で hand-tuning を施した OpenCL コードと、
-その各ステップごとの実行結果を含んでおり、各最適化の効果を参照することができます。
-
-本研究は，一部，独立行政法人 新エネルギー・産業技術総合開発機構(NEDO)の支援による成果を含んでいます。
-
 
 
 [[download_button]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">yuriardila</dc:creator><pubDate>Mon, 28 May 2012 01:11:30 -0000</pubDate><guid>https://sourceforge.net015aa6fbb75bbacf118d44426648658cdc9ff7b9</guid></item><item><title>WikiPage Home modified by yuriardila</title><link>https://sourceforge.net/p/bemap/wiki/Home/</link><description>&lt;pre&gt;--- v8 
+++ v9 
@@ -1,24 +1,31 @@
-BEMAP (BEnchMarks for Automatic parallelizer) は、自動並列化の性能を測定するためのベンチマークです。
-
-このベンチマークには、step-by-step で hand-tuning を施した OpenCL コードと、
-その各ステップごとの実行結果を含んでおり、各最適化の効果を参照することができます。
-
-この効果を参考にすることで、
- * コンパイラにどのような最適化処理を実装すべきか
- * コンパイラに実装された最適化処理が、妥当な性能を持っているか
-といった点を検証することができるようになります。
-
-本研究は，一部，独立行政法人 新エネルギー・産業技術総合開発機構(NEDO)の支援による成果を含んでいます。
-
-現在以下のアルゴリズムを実装したものを含んでいます。
+BEMAP (BEnchMarks for Automatic Parallelizer) is a benchmark used to measure performance for an automatic parallelizer.
+
+All OpenCL code benchmarks covered in this project are done step-by-step alongside with hand-tunning.
+Each tuning step executional time are measured in details with a comprehensive user interface and help option.
+The exact implementation in native code (C++) is also provided in each project folder for reference.
+
+By analyzing these benchmarks, we can:
+1. How to tune/optimize the auto-parallelizer's compiler
+2. Analyze whether the appropriate optimization procedure is provided within the compiler
+
+This project is partially funded by the Department of the New Energy and Industrial Technology Development Organization (NEDO).
+
+The latest package includes:
 Gaussian Blur
 Black Scholes
 
-順次以下のものを追加していく予定です。
+To be included in next upcoming packages:
 Linear Search
 Back Projection
 Monte Carlo
 Runlength
 Grayscale
+
+このベンチマークには、step-by-step で hand-tuning を施した OpenCL コードと、
+その各ステップごとの実行結果を含んでおり、各最適化の効果を参照することができます。
+
+本研究は，一部，独立行政法人 新エネルギー・産業技術総合開発機構(NEDO)の支援による成果を含んでいます。
+
+
 
 [[download_button]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">yuriardila</dc:creator><pubDate>Fri, 11 May 2012 08:48:16 -0000</pubDate><guid>https://sourceforge.net485625c7cf2912c9af63bd580a580adbeb81da48</guid></item></channel></rss>