changeset 8:aa8dc80cd3ed

fix
author Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
date Thu, 27 Feb 2014 12:51:36 +0900
parents 930d0024bc6f
children 346b04bec592
files presen/index.html
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/presen/index.html	Thu Feb 27 08:58:41 2014 +0900
+++ b/presen/index.html	Thu Feb 27 12:51:36 2014 +0900
@@ -56,11 +56,11 @@
         </p>
         <br>
         <p>
-          この質問があったので CUDA バージョンを<font color="#ff3300">2週間で</font>実装した
+          この質問があったので CUDA バージョンを<font color="#ff3300">3週間で</font>実装した
         </p>
       </article>
       <article >
-        <h3>CUDA と OpenCL の比較(1/2)</h3>
+        <h3>CUDA と OpenCL の対応(1/2)</h3>
         <table  border="2" style="font-size:18pt;">
           <tbody>
             <h3 class="yellow">用語</h3>
@@ -92,7 +92,7 @@
         </table>
       </article>
       <article>
-        <h3>CUDA と OpenCL の比較(2/2)</h3>
+        <h3>CUDA と OpenCL の対応(2/2)</h3>
         <table  border="2" style="font-size:18pt;">
           <tbody>
             <h3 class="yellow">オブジェクト</h3>
@@ -158,7 +158,7 @@
                   TaskManager と各 Threads は mail によって同期を取っている。
                 </p>
                 <p>
-                  実行するデバイスに対応した Thread  が Task を受け取り、並列実行する。
+                  実行するデバイスに対応した Threads が Task を受け取り、並列実行する。
                 </p>
               </td>
             </tr>