Announcement

Collapse
No announcement yet.

A Unified GPGPU API In Gallium3D?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • A Unified GPGPU API In Gallium3D?

    Phoronix: A Unified GPGPU API In Gallium3D?

    Zack Rusin today has covered on his blog GPGPU and ultimately answers the question as to whether there will be a GPGPU API within the new Gallium3D architecture. GPGPU, or General Purpose computing on GPUs, has been a hot topic as of late with both NVIDIA and ATI/AMD having their own SDK/APIs and the latest graphics cards offering dozens of stream processors...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    "AMD has decided to back OpenCL (and DirectX 11) instead of its now deprecated Close to Metal (aka Stream) framework" Wikipedia, OpenCL article (Their sources are http://www.amd.com/us-en/Corporate/V...127451,00.html and http://www.eweek.com/c/a/Desktops-an...ft-DirectX-11/)
    Just thought to mention since this change apparently happened after the Phoronix article was written.

    Comment


    • #3
      Just a slight tweak to this; CTM was the lowest level of the Stream SDK, and was replaced by CAL. The Stream SDK isn't going away, we just expect to add OpenCL as another (and, over time, perhaps the most important) open API in the stack.

      On the open source side, I expect that any OpenCL implementation would run over drm for sure, and the implementors would probably try to run over Gallium3D unless they ran into serious problems. OpenCL is arguably higher level than CAL or Gallium3D -- both CAL and Gallium3D are primarily there to expose the shaders of a modern GPU in a relatively hardware-independent way.

      EDIT - I fixed the Wikipedia page; previously it didn't say exactly the same as the pages it referenced
      Last edited by bridgman; 01 January 2009, 02:04 PM.
      Test signature

      Comment


      • #4
        Originally posted by bridgman View Post
        EDIT - I fixed the Wikipedia page; previously it didn't say exactly the same as the pages it referenced
        Thanks. I was hoping to catch the attention of some AMD representative who could point out which parts I had possibly misunderstood. (Well, the fact that the misinterpretation was on Wikipedia's side was unexpected, I expected it would be on mine)

        Comment

        Working...
        X