Announcement

Collapse
No announcement yet.

AMD Releases New Stream SDK For Linux With OpenCL 1.1

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

  • AMD Releases New Stream SDK For Linux With OpenCL 1.1

    Phoronix: AMD Releases New Stream SDK For Linux With OpenCL 1.1

    AMD has released a new ATI Stream SDK this morning and, among other improvements, it features OpenCL 1.1 support. The OpenCL 1.1 specification was released by the Khronos Group back in June as the first major update to the Open Computing Language since it's original draft in 2008...

    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
    Nice. But, PLEASE, get (basic) OpenCL support into GPU drivers already. It sucks that ATI users have to install the SDK to run OpenCL applications.

    Comment


    • #3
      Originally posted by brent View Post
      Nice. But, PLEASE, get (basic) OpenCL support into GPU drivers already. It sucks that ATI users have to install the SDK to run OpenCL applications.
      /sign

      OT: And without the SDK the DirectCompute performance is horrible.

      Comment


      • #4
        nice, however building the programs with ubuntu packages generated on the ati installer is still a bit buggy. To actually compile the sdk on ubuntu 10.04 and the latest drivers, you need to run the following commands as a quick fix for finding the missing libraries.

        Code:
        sudo ln -s /usr/lib/fglrx/libatical.so /usr/lib/libatical.so
        sudo ln -s /usr/lib/fglrx/libaticalrt.so /usr/lib/libaticalrt.so
        sudo ln -s /usr/lib/fglrx/libaticalcl.so /usr/lib/libaticalcl.so

        Comment


        • #5
          Originally posted by Dandel View Post
          nice, however building the programs with ubuntu packages generated on the ati installer is still a bit buggy. To actually compile the sdk on ubuntu 10.04 and the latest drivers, you need to run the following commands as a quick fix for finding the missing libraries.

          Code:
          sudo ln -s /usr/lib/fglrx/libatical.so /usr/lib/libatical.so
          sudo ln -s /usr/lib/fglrx/libaticalrt.so /usr/lib/libaticalrt.so
          sudo ln -s /usr/lib/fglrx/libaticalcl.so /usr/lib/libaticalcl.so
          buggy... second that

          Comment


          • #6
            Inofficial Packages

            Hi!

            At least there are inofficial Debian packages which make installation quiet easy.



            They are regularly updated.

            Comment

            Working...
            X