Announcement

Collapse
No announcement yet.

KDE's KStars Working On OpenCL Support

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

  • KDE's KStars Working On OpenCL Support

    Phoronix: KDE's KStars Working On OpenCL Support

    As part of this year's Google Summer of Code, the KStars program is gaining support for OpenCL acceleration...

    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
    Originally posted by fromtheblog
    Addendum: since this got posted to Phoronix, it?s good to point out that the dramatic improvement is actually from better algorithms, not from using OpenCL. For information, see some of my previous posts on the algorithmic changes.
    This guy has been working on optimizing KStars for a GSOC project, and it's not just OpenCL.

    Old algorithms: 3947ms
    New algorithms (with Eigen on the CPU): 70ms
    New algorithms (with OpenCL): 30ms

    Comment


    • #3
      Originally posted by smitty3268 View Post
      This guy has been working on optimizing KStars for a GSOC project, and it's not just OpenCL.

      Old algorithms: 3947ms
      New algorithms (with Eigen on the CPU): 70ms
      New algorithms (with OpenCL): 30ms
      OpenCL works on the CPU and GPGPU, not to mention any other DSP device. Eigen is better served providing easy APIs to call OpenCL directly than competing with it.

      Eigen can't touch OpenCL with its agnostic approach to computations.

      Comment


      • #4
        Originally posted by Marc Driftmeyer View Post
        OpenCL works on the CPU and GPGPU, not to mention any other DSP device. Eigen is better served providing easy APIs to call OpenCL directly than competing with it.

        Eigen can't touch OpenCL with its agnostic approach to computations.
        #NotSureIfTrollingOrJustStupid

        Comment

        Working...
        X