Announcement

Collapse
No announcement yet.

AMDGPU-PRO OpenCL Compiler Hacked Into Mesa's Clover

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

  • AMDGPU-PRO OpenCL Compiler Hacked Into Mesa's Clover

    Phoronix: AMDGPU-PRO OpenCL Compiler Hacked Into Mesa's Clover

    While AMD developers worked on the Radeon Gallium3D "Clover" OpenCL support for some time, that really hasn't been the case in years with the AMD's open-source OpenCL effort these days being focused upon their ROCm compute platform. Some within the community though still work on this OpenCL Gallium3D state tracker from time to time and this New Year's weekend is an interesting project pairing Clover with AMD's proprietary OpenCL compiler...

    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
    Isn't Vega supposed to be ROCm-only?

    Comment


    • #3
      That's a pretty interesting project. Nice work.

      Originally posted by tildearrow View Post
      Isn't Vega supposed to be ROCm-only?
      In terms of what we ship today yes, but there is no technical limitation stopping the use of other stacks.
      Last edited by bridgman; 01 January 2018, 01:20 PM.
      Test signature

      Comment


      • #4
        I made that feature as an alternative in small level to the ROCm platform. I have RX VEGA and Ivy bridge which doesn't support PCIE atomics. Therefore, I can not use ROCm OpenCL on my hardware. Ofcourse, this hack do not solve many issues of the Clover OpenCL (like, poor support, poor performance in some cases).
        A ROCm platform due to PCIE atomics requirements is unusable for some users even if they has a motherboard and CPU that supports PCIE atomics. Some users just can not run sample programs under a ROCm, if a graphics card is in second PCIE slot or PCIE riser. This small effort from me can help run some the OpenCL applications.
        However, code generated by AMDOCL2 can be not fully compatible with RX VEGA ISA (some instructions has been removed or their behaviour has been changed), despite the almost code will be working correctly.

        Comment


        • #5
          Originally posted by matszpk View Post
          Some users just can not run sample programs under a ROCm, if a graphics card is in second PCIE slot or PCIE riser.
          WTF!? Are you saying that if I cannot use 2 Vega cards to run a computing intensive OpenCL application?

          bridgman can you confirm?
          ## VGA ##
          AMD: X1950XTX, HD3870, HD5870
          Intel: GMA45, HD3000 (Core i5 2500K)

          Comment


          • #6
            WTF!? Are you saying that if I cannot use 2 Vega cards to run a computing intensive OpenCL application?
            Look at: https://github.com/RadeonOpenCompute/ROCm/issues/237

            In low-entry or mid-range mobo's, the second PCIEx16 (really PCIEx4) 3.0 slot is connected to southbridge (not to the CPU) and is not suitable for the ROCm platform

            Comment


            • #7
              My guess would have been that the second slot was only PCIE Gen2 (rather than "Gen3 but not supporting atomics" which I didn't think was allowed) but IF the second slot is not a properly functioning Gen3 with atomic support then there would be a problem with ROCm support on that slot.
              Test signature

              Comment


              • #8
                Originally posted by bridgman View Post
                My guess would have been that the second slot was only PCIE Gen2 (rather than "Gen3 but not supporting atomics" which I didn't think was allowed) but IF the second slot is not a properly functioning Gen3 with atomic support then there would be a problem with ROCm support on that slot.
                Is there any information about pcie atomics support in Intel and AMD chipsets? I have Intel B250 based motherboard with 2 pcie 3.0 slots. But only 1 Vega card is usable for rocm. One pcie slot is O...

                It seems slots other than first one are routed via chipset and reject atomics. That's a very big problem.
                ## VGA ##
                AMD: X1950XTX, HD3870, HD5870
                Intel: GMA45, HD3000 (Core i5 2500K)

                Comment


                • #9
                  I don't think those PCIE lanes are "routed by chipset" - AFAIK they are actually implemented on the chipset rather than the CPU and therefore do not necessarily have the same features as PCIE lanes implemented on the CPU.

                  In other words while PCIE lanes on "Haswell and up" CPUs have the required support, PCIE lanes on a chipset connected to a "Haswell and up" CPU may not - and in this case it sounds like the B250 does not. It's not clear if any chipsets support atomic ops on their PCIE lanes right now.

                  I have to admit, the idea of connecting a GPU to chipset-implemented PCIE lanes never occurred to me, except for older systems where all PCIE lanes came from chipset, since the performance would be significantly limited by the shared interconnect between CPU and chipset.

                  The ROCm documentation does specify in a few places that GPUs should be connected to CPU root ports but I'll see if we can add a more in-your-face note to the effect that PCIE lanes from the chipset should not be used.

                  To support ROCm programming model, the GPUs are installed in PCIe slots with PCI Express 3.0 or higher capabilities with transfer rates of 8.0 GT/s in either x16 or x8 lanes. The system configuration can have the PCIe slots directly on CPU’s root port or a PCIe switch port. The CPU root must indicate PCIe AtomicOp Completion capabilities and any intermediate switch must indicate PCIe AtomicOp Routing capabilities.
                  Last edited by bridgman; 03 January 2018, 03:18 PM.
                  Test signature

                  Comment


                  • #10
                    Originally posted by bridgman View Post
                    I don't think those PCIE lanes are "routed by chipset" - AFAIK they are actually implemented on the chipset rather than the CPU and therefore do not necessarily have the same features as PCIE lanes implemented on the CPU.

                    In other words while PCIE lanes on "Haswell and up" CPUs have the required support, PCIE lanes on a chipset connected to a "Haswell and up" CPU may not - and in this case it sounds like the B250 does not. It's not clear if any chipsets support atomic ops on their PCIE lanes right now.

                    I have to admit, the idea of connecting a GPU to chipset-implemented PCIE lanes never occurred to me, except for older systems where all PCIE lanes came from chipset, since the performance would be significantly limited by the shared interconnect between CPU and chipset.

                    The ROCm documentation does specify in a few places that GPUs should be connected to CPU root ports but I'll see if we can add a more in-your-face note to the effect that PCIE lanes from the chipset should not be used.



                    https://rocm.github.io/hardware.html
                    One way or another AMD cards CANNOT be used for OpenCL computing, because you'll be limited to one card only.
                    ## VGA ##
                    AMD: X1950XTX, HD3870, HD5870
                    Intel: GMA45, HD3000 (Core i5 2500K)

                    Comment

                    Working...
                    X