1 / 5

CSE 690: GPGPU Lecture 8: Image Processing PDE Solvers

CSE 690: GPGPU Lecture 8: Image Processing PDE Solvers . Klaus Mueller Computer Science, Stony Brook University. A Quick Note. The recent generations of GPUs do seem to conform to the IEEE floating point standard Nvidia site explicitely confirms this for Quadro FX

cora
Download Presentation

CSE 690: GPGPU Lecture 8: Image Processing PDE Solvers

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. CSE 690: GPGPULecture 8: Image Processing PDE Solvers Klaus Mueller Computer Science, Stony Brook University

  2. A Quick Note • The recent generations of GPUs do seem to conform to the IEEE floating point standard • Nvidia site explicitely confirms this for Quadro FX • R. Fernando, Eurographics 2004 (general new FX) • Older generations do not (new generations?) • see paper GPU Floating Paranoia by Hillesland/Lastra, GPGPU Workshop 2004 • IEEE sets clear conventions for rounding • round to nearest representable number (basis 2) • when tie, round to nearest even number

  3. Image Processing • Simple mask operations: • smoothing, edge detection, averaging, median • pixels under the mask are processed, combined, and written to output pixel fragment program input texture output texture

  4. Image Processing • Very streamable • no data reuse • fragments in -> fragments out • highly applicable to video processing • GPU/CPU speedup results obtained by Payne et al. (GeForce FX 5900 vs. 2.8GHz P4): • for 3x3 convolution masks and 1k x 1k images: 30 • for 5x5 masks and 1k x 1k images: 50-60 speedup • for 2k x 2k images (double HDTV) get 15 fps, while CPU gets 1.8 fps

  5. Multigrid Solver • Cliff Woolley’s presentation at the Graphics Hardware Workshop 2003 • “A Multigrid Solver for Boundary Value Problems Using Programmable Graphics Hardware” • paper by N. Goodnight, C. Woolley, G. Lewin, D. Luebke, and G. Humphries, U Virginia

More Related