Mercurial > hg > Papers > 2017 > ikkun-sigos
changeset 15:8ed35c355bde
update
author | ikkun |
---|---|
date | Mon, 15 May 2017 08:01:28 +0900 |
parents | 478dfbb6d20a |
children | 86c8e88c6562 |
files | presen/slide.md |
diffstat | 1 files changed, 12 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/presen/slide.md Mon May 15 02:59:27 2017 +0900 +++ b/presen/slide.md Mon May 15 08:01:28 2017 +0900 @@ -4,11 +4,6 @@ lang: Japanese code-engine: coderay -# メタ計算を使った並列処理 - -- 並列処理のプラグラミングは、処理のパイプライン - - # Code Gear Data Gear - Code Gear Data Gear とはプラグラムを分解し、処理の部分を Code Gear int や文字列などの部分を Data Gear という単位で分ける。 @@ -44,4 +39,15 @@ <img src="./images/codeGear_dataGear.svg" alt="message" width="800"> </div> -# \ No newline at end of file +# Gears OS の柔軟性 + +- Gears OS はメタ計算を使用することで +-- データ拡張や機能の追加 +-- GPU 等の様々なアーキテクチャでも同じプログラムの動作 +- メタ計算は通常の処理と階層を分けて処理を行う。 + +<div style="text-align: center;"> + <img src="./images/meta_gear.svg" alt="message" width="800"> +</div> + +