Announcement

Collapse
No announcement yet.

Intel Looking To Add SYCL Programming Support To LLVM/Clang

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

  • #11
    I understand why they did it, but it's a shame it's built around C++.

    Comment


    • #12
      A lot of advantages is what Intel got.

      Comment


      • #13
        Originally posted by Nth_man View Post
        A lot of advantages is what Intel got.
        This could be beneficial for other LLVM/Clang projects as well, e.g. AMD. At least that is my impression from the Twitter discussion about this, the former AMD engineer who was responsible for ROCm and now Intel employee, made this claim: https://twitter.com/angstroms/status...59290926018560

        Comment


        • #14
          Originally posted by ms178 View Post

          This could be beneficial for other LLVM/Clang projects as well, e.g. AMD.
          I think the same, too.

          Comment


          • #15
            Originally posted by bridgman View Post
            Do you have any info re: the AMDGPU back end ? Is that the SPIR-V work or something else ? Either way it sounds like something we should try to engage on.


            With the recent work from Intel to mainline Clang, it would be critical to get a SPIR-V compiler in the AMD runtime. It wouldn't be nice to have to embed AMDGCN, PTX and SPIR-V, all just to target 3 vendors with a single binary. People should push for SPIR-V become an official LLVM back-end (already the topic of ongoing discussion).

            Comment

            Working...
            X