Announcement

Collapse
No announcement yet.

AMD Radeon E8860 on an ARM board using OpenCL

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

  • AMD Radeon E8860 on an ARM board using OpenCL

    What are the options to run OpenCL on E8860 on an ARM board? I've been looking for a bit, but can't seem to find anything about this.

    The ARM board has a PCI-Express slot (mini, with expander for an E8860 board), and I would like to use OpenCL on it with the AMD GPU.
    I can't seem to find what options I have to get this up and running.

    Any help would be appreciated,

    Bas Vermeulen

  • #2
    I believe the only option right now would be the clover stack (OpenCL in Mesa, uses clang to compile kernel code, passes llvm IR to radeonsi). Most of that code has been run on ARM already, although I don't know about the OpenCL-specific bits.

    Downside is that the level of OpenCL support is fairly limited.

    The E8860 is SI-based IIRC, so the ROCm stack is not an option.
    Test signature

    Comment


    • #3
      Ok, thanks for the information! I'll check out the clover stack.

      Comment

      Working...
      X