1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-26 22:12:53 -05:00

Add Ellesmere correctly (still just a Polaris alias)

This commit is contained in:
Tony Butler
2021-05-26 07:00:18 -06:00
parent cb8fc26cbe
commit f0d80326ec
4 changed files with 8 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ bool ocl_generic_rx_generator(const OclDevice &device, const Algorithm &algorith
switch (device.type()) {
case OclDevice::Baffin:
case OclDevice::Ellesmere:
case OclDevice::Polaris:
case OclDevice::Lexa:
case OclDevice::Vega_10: