Announcement

Collapse
No announcement yet.

GCC Allowed To Add Offloading Library To Code-Base

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

  • GCC Allowed To Add Offloading Library To Code-Base

    Phoronix: GCC Allowed To Add Offloading Library To Code-Base

    The GCC steering committee has ruled on allowing a foreign library for compute offloading into the GNU Compiler Collection...

    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
    Could someone elaborate on this? Will this enable the compiler's work to be done on, for example, a GPU? Thanks.

    Comment


    • #3
      Originally posted by kalrish View Post
      Could someone elaborate on this? Will this enable the compiler's work to be done on, for example, a GPU? Thanks.
      This is runtime library for the applications that use OpenMP or OpenACC offload feature. It was developed for Intel Xeon Phi cards, but perhaps other accelerators be able to reuse it.

      Comment


      • #4
        Originally posted by Gumix View Post
        This is runtime library for the applications that use OpenMP or OpenACC offload feature. It was developed for Intel Xeon Phi cards, but perhaps other accelerators be able to reuse it.
        Thank you!

        Comment

        Working...
        X