We can put the binaries up on Google drive. You need to set up Ubuntu 18.04 and then install rocm (apt install rocm-dkms). Make sure you do not have the amdgpu-pro drivers installed, rocm is a replacement.
The miner is two parts - one binary replaces the cuda29 binary that comes with epoch (~/epoch/lib/aecuckoo-1.2.0/priv/bin/cuda29). The other can be run either interactively or as a system service.
Our cuda29 binary sends mining requests over a socket connection to the server. The server is ~30% faster than the Aeternity method of shelling out and re-initializing the GPU’s for each mining attempt even on Cuda cards. (We have a Cuda version available as well).
Let me know when your machine is ready and I will send over a link.