comparison presen/pre.html @ 18:c7344fbacd60 default tip

add image
author aaa
date Thu, 18 Feb 2010 14:27:51 +0900
parents 5f9478510c44
children
comparison
equal deleted inserted replaced
17:5f9478510c44 18:c7344fbacd60
244 <td align="center"><font color="blue">2.893348</font></td> 244 <td align="center"><font color="blue">2.893348</font></td>
245 </tr> 245 </tr>
246 </table> 246 </table>
247 </center> 247 </center>
248 <br> 248 <br>
249 Move を SPE で処理したことで<font color="red">約0.2FPS</font>の速度向上がみられた<br><br> 249 Move を SPE で処理したことで<font color="red">約7%</font>の速度向上がみられた<br><br>
250 Move は SPE 上にあるので、SIMD 演算を用いて、速度の向上が期待できる。 250 Move は SPE 上にあるので、SIMD 演算を用いて、速度の向上が期待できる。
251 </div> 251 </div>
252 252
253 <div class="slide pre"> 253 <div class="slide pre">
254 <h1>今後の課題</h1> 254 <h1>まとめと今後の課題</h1>
255 <ul style="line-height: 1.2;"> 255 <ul style="line-height: 1.2;">
256 <li>複数 SPE に均等に処理を割り振る例題の作成 256 <li>複数 SPE に均等に処理を割り振る例題の作成
257 <li>Collision を SPE で処理する例題の作成 257 <li>Collision を SPE で処理する例題の作成
258 <li>Property から SceneGraphTree を構築する部分において、SceneGraph の新規生成と削除を考慮した設計を行う 258 <li>Property から SceneGraphTree を構築する部分において、SceneGraph の新規生成と削除を考慮した設計を行う
259 </ul> 259 </ul>