Announcement

Collapse
No announcement yet.

Using AMDGPU-PRO (AMDOCL2) compiler under Mesa3D Clover OpenCL

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

  • Using AMDGPU-PRO (AMDOCL2) compiler under Mesa3D Clover OpenCL

    Hi. I wrote some stuff at end of the year. This is special version of Mesa3D Clover that allow to build OpenCL programs by using AMDGPU-PRO OpenCL compiler (even for RX VEGA). Because, builtin the OpenCL compiler in Clover is enough limited (print errors, it does not support some AMD extensions), it is not eligible to run many OpenCL applications likes cryptominers. Just I embeded special compiler bridge that allow compile an OpenCL code by using AMDOCL2 AMDGPU-PRO compiler.

    Thanks that solution I ran xmr-stak GPU miner under Clover and RX VEGA 56 achieve over 1000 H/s (not too much impressive, but good results). Ofcourse xmr-stack needed some small changes in host OpenCL code, but no same OpenCL code

    Github repository: https://github.com/matszpk/mesa3d-comp-bridge
Working...
X