1 / 13

Big Data Reading Group Slides on MS Research’s “Accelerator”

Big Data Reading Group Slides on MS Research’s “Accelerator”. Jason Campbell Sept 17, 2007. GPUs for non-graphics computing. Upside: high numbers of FLOPs now e.g., ATI Radeon x1900  250 GFLOPS. GPUs for non-graphics computing. Upside: high numbers of FLOPs now

rob
Download Presentation

Big Data Reading Group Slides on MS Research’s “Accelerator”

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. Big Data Reading Group Slides on MS Research’s “Accelerator” Jason Campbell Sept 17, 2007

  2. GPUs for non-graphics computing • Upside: high numbers of FLOPs now e.g., ATI Radeon x1900  250 GFLOPS

  3. GPUs for non-graphics computing • Upside: high numbers of FLOPs now e.g., ATI Radeon x1900  250 GFLOPS • Downside: you can have any ops you want as long as they’re all single precision MAC and the programs are ~< 20 instructionswith no branching or (dynamic) looping MAC = multiple accumulate single precision = 8 bit exponent, 23 bit mantissa Other GPUs have less precision, down to 8 bits!

  4. Accelerator uses texture memory & pixelshaders only

  5. Input arrays“eagerly” copied, results are lazy-exec

  6. What works best • Intensely parallel operations • Limited need for precision (or integers!) • Regular memory access patterns

More Related