Ubuntu version?
Closed this issue · 1 comments
jstefanop commented
This is awesome...anyway you can whip up a quick version for ubuntu (16.10 that has the 4.8 kernel and open source amdgpu
grmat commented
I'm not using Ubuntu currently and neither am I familiar with the packaging there. It's unlikely that I might look into this shortly.
However, the procedure is quite simple:
- Download and extract the official amdgpu-pro package from AMD
- acquire libdrm and opencl-related files (
libamdocl64.so
,libdrm_amdgpu.so.1.0.0
) - rename libdrm so you can use it along with the one installed on your distribution
- modify the opencl file to link to the new, renamed libdrm
- move the files to the desired location
On the other hand, the OpenCL on ROCm implementation should land soon. You might want to be on the lookout for that.