I have both a 1080 Ti and RX480 running in my system.
Due to this "metric" determining speed:
|
cl_ulong cap = 1ull * devices[j].max_compute_units * devices[j].freq; |
...the program selects my RX480 over the 1080 Ti.
A command line option to select the compute device number would probably work.
I have both a 1080 Ti and RX480 running in my system.
Due to this "metric" determining speed:
bfCL/ocl_util.c
Line 183 in 6730c32
...the program selects my RX480 over the 1080 Ti.
A command line option to select the compute device number would probably work.