1 / 7

OpenCL Particle System

OpenCL Programming for the CUDA Architechture. OpenCL Particle System. What I want to do !. Particle System Application Library-file Real-Time, with a decent amount of particles 30k+, 9800GTX Adjustable values. Inspirations. 2. 1. 3. Problems. Performance

kelli
Télécharger la présentation

OpenCL Particle System

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. OpenCL Programming for the CUDA Architechture OpenCL Particle System

  2. What I want to do! • Particle System • Application • Library-file • Real-Time, with a decent amount of particles • 30k+, 9800GTX • Adjustable values

  3. Inspirations 2 1 3

  4. Problems • Performance • OpenCL: big difference in performance • 1/7 of the excution time by avoiding classic misstakes. • Important: know the architecture!

  5. GPU Computing • Highly Multithreaded • Reduced vs. Hidden Latency when accessing off-chip memory • High Arithmetic Throughput • GPUs devotes more transistors to arithmetic units • High Memory Bandwidth • = good for particles

  6. Questions?

More Related