From 37e9e779056120ef81b827a7b3ba24ef48a04cf3 Mon Sep 17 00:00:00 2001 From: tevador <37503146+tevador@users.noreply.github.com> Date: Fri, 7 Jun 2019 13:05:58 +0200 Subject: [PATCH] Link to OpenCL miner in readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3372bf2..9a6f251 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,10 @@ Raspberry Pi 3|1 GB DDR2|Ubuntu 16.04|software|-|2.0 H/s (4T) †| ### GPU mining performance -SChernykh has developed a CUDA miner for NVIDIA GPUs. [Benchmarks are listed here](https://github.com/SChernykh/RandomX_CUDA). +SChernykh is developing GPU mining code for RandomX. Benchmarks are included in the following repositories: + +* [CUDA miner](https://github.com/SChernykh/RandomX_CUDA) - NVIDIA GPUs. +* [OpenCL miner](https://github.com/SChernykh/RandomX_OpenCL) - currently only for AMD Vega (uses GCN5 machine code). Note that GPUs are at a disadvantage when running RandomX since the algorithm was designed to be efficient on CPUs.