You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 24, 2022. It is now read-only.
@Roaders I think you misunderstand the parameters here.
First of all, the parameter -G and --opencl are identical. No need to specify them both.
You do not have two different devices, but two different platforms here. I guess you want to specify --opencl-platform 1 instead of your device.
All in all: ethminer -G -M --opencl-platform 0 and ethminer -G -M --opencl-platform 1
I do agree, that the --list-devices in this case is misleading and might need some improvements to show platform and devices properly. Let's rename the bug to "Improve --list-devices to show opencl platform".
On my system I have the following devices listed:
but when I run a benchmark it uses the on-motherboard intel gpu and not the GeForce GTX. Obviously I want to benchmark the GeForce...
I have tried using the options available for the mining mode:
ethminer -M -G --opencl --opencl-device 1
but this seems to have no effect.
We need a lot of the same options for benchmarking as we do for mining...
The text was updated successfully, but these errors were encountered: