课程

    GPU Compute for Graphics

    Tuesday, 19 November

    16:15 - 18:00

    Room S426 + S427

    Modern GPUs support more flexible programming models through systems such as DirectCompute, OpenGL compute, OpenCL, and CUDA. Although much has been made of GPGPU programming, this course focuses on the application of compute on GPUs for graphics in particular.

    We will start with a brief overview of the underlying GPU architectures for compute. We will then discuss how the languages are constructed to help take advantage of these architectures and what the differences are. Since the focus is on application to graphics, we will discuss interoperability with graphics APIs and performance implications.

    We will also address issues related to choosing between compute and other programmable graphics stages such as pixel or fragment shaders, as well as how to interact with these other graphics pipeline stages.

    Finally, we will discuss instances where compute has been used specifically for graphics. The attendee will leave the course with a basic understanding of where they can make use of compute to accelerate or extend graphics applications.


    Level

    Intermediate


    Intended Audience

    This class is designed for those who are involved in real-time graphics programming and are interested in how they might take advantage of the more general compute features for graphics.


    Prerequisites

    Some familiarity with modern graphics APIs and shader languages will be very helpful. Some understanding of basic multithreading concepts will be helpful, as this is more explicitly exposed in GPU compute.


    Presenter(s)

    Karl Hillesland, AMD


    Karl Hillesland received his PhD from the University of North Carolina at Chapel Hill in 2005 for his work in graphics related General Purpose Computation on Graphics Processing Unit (GPGPU) work. Since then, he's worked for Electronic Arts (Maxis) and Pixelux Entertainment. He is now part of AMDs Advanced Technologies Initiatives where he is responsible for graphics research.