Slashdot Mirror


AMD To Open-Source Its Linux Execution & Compilation Stack

An anonymous reader writes "According to Phoronix, AMD will be open-sourcing its Linux execution and compiler stack as part of jump-starting the Heterogeneous System Architecture Foundation. The HSA Foundation was started earlier this month at the AMD Fusion Developer Summit and AMD plans to open up its stack so that others can utilize the code without causing HSA fragmentation. This will include LLVM code, the HSA run-time, an HSA kernel driver for Linux distributions, an HSA assembler, and other components."

10 of 81 comments (clear)

  1. Interesting timing... by DeTech · · Score: 5, Interesting

    Capitalizing on the Nvidia slam fest this week maybe?

    1. Re:Interesting timing... by Jeng · · Score: 4, Interesting

      We need more competition not less.

      Nvidia should buy VIA.

      --
      Don't know something? Look it up. Still don't know? Then ask.
    2. Re:Interesting timing... by unixhero · · Score: 5, Insightful

      Clearly Linux is feeding NVIDIA with a _platform_. Tegra is an architechture which will sell hundreds of thousands of units, benefiting NVIDIA immensely. It is a classic case of the tragedy of the commons, when a major player like Nvidia uses Linux as an engine of growth and gives little back. Yes, I know, they are providing the Tegra code upstream, so I guess it is kind if inacurate to use it as an example. In any case, any company with such a great success based around another entity's platform should provide some care and love back to that community. The one thing Linux/s needs is source code, and it is all in the interest of performance, usability, stability, interoptability; it's not asking for anything more. Yet, I do understand NVIDIA's conundrum. The driver has almost become an OS in itself because of the complexity of GPUs nowadays. I don't want to get too technical, because it is besides the point of this little post.

    3. Re:Interesting timing... by Anonymous Coward · · Score: 5, Insightful

      Sometimes it goes beyond that.

      Would you buy from a company that best fills needs, but has some practices that you strongly disagree with? What about if you can get something that's (~90%) as good from a competitor, but they're behaving in a manner that you want to encourage?

      It's not always so cut and dry.

  2. Re:fags by kthreadd · · Score: 4, Insightful

    Linux is for fags.

    Of course, everyone is free to use Linux. Even you.

  3. Exceptions by Anonymous Coward · · Score: 4, Interesting

    the full Linux execution stack (compiler/runtime/kernel drivers) in open source form, except for one commercial third party piece (the C++ parser front end)

    Is this missing piece a proprietary parser of C++ for LLVM or a proprietary shader parser implemented in C++?

    Kudos to AMD. It is getting easier for me to imagine buying ATI based GPUs for my own use after ~10 years of NVidia cards. A full execution stack may lead to at least more stable drivers (via users debugging), if not more efficient. My #1 objection to ATI has been instability of Linux drivers.

    1. Re:Exceptions by UnknownSoldier · · Score: 4, Informative

      My guess is that it is probably the EDG C++ front end (Edison Design Group.) Aside from GCC and Microsoft's C/C++ compiler the EDG front end seems to be used by all the major C++ compilers (to manage the clusterfuck of C++ parsing.)

      Note: While I love C++ from a programmer's point of view, having worked on a professional C++ compiler, C++ makes we want to puke at the hack grammar and language design.

  4. Is this... by Lisias · · Score: 4, Funny

    ... "the finger effect"? :-)

    --
    Lisias@Earth.SolarSystem.OrionArm.MilkyWay.Local.Virgo.Universe.org
    1. Re:Is this... by SalsaDoom · · Score: 5, Funny

      Lets get Linus to try it on government next!

      --
      "Computers will never truly be free until the last windows user is strangled with the entrails of the last mac user."
  5. Re:What's an execution stack? by shiftless · · Score: 4, Interesting

    I'm no expert either, but it sounds like the toolchain to build code which can run on the GPU. i.e. shaders. Hopefully the experts will chime in and correct me....

    I'd just like to say, as a die-hard NVidia fan, this will definitely cause me to take a second look at ATI's offerings. The main thing holding me back from considering them is their heretofore poor Linux compatibility. I run Windows 7 now, but I want to retain the option of Linux usage now or in the future. Good open source ATI drivers plus continued good quality products coming out of ATI would most likely tip me heavily towards ATI in the future.