Mercurial > hg > Papers > 2015 > yuhi-master
changeset 68:9640b2a212ec
fix
author | Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 20 Feb 2015 15:23:47 +0900 |
parents | a63c2d9d7db9 |
children | d4e40ba04f50 |
files | slide/blank.html |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/slide/blank.html Wed Feb 18 08:29:48 2015 +0900 +++ b/slide/blank.html Fri Feb 20 15:23:47 2015 +0900 @@ -401,6 +401,7 @@ データ並列は多くのデータを1つのタスクに与え、データごとに独立した処理を行わせる手法である。 </p> <p>処理対象となるデータが充分な数のサブセットへ分割可能な場合、データ並列が有効となる。</p> + <p>Cerium をデータ並列に対応させた。</p> </div> <div class='slide'> @@ -503,7 +504,7 @@ </div> <div class='slide'> - <h2>GPGPU におけるパイプラインの実装(Read)</h2> + <h2>GPGPU におけるパイプラインの実装</h2> <p> GpuScheduler では SchedTask を用いてない。 メインループでは2つの CommandQueue を保持し、GPU の制御命令を二段のパイプラインで実行していく。