1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-25 13:42:54 -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

@@ -46,6 +46,7 @@ xmrig::OclAstroBWTRunner::OclAstroBWTRunner(size_t index, const OclLaunchData &d
switch (data.device.type())
{
case OclDevice::Baffin:
case OclDevice::Ellesmere:
case OclDevice::Polaris:
case OclDevice::Lexa:
case OclDevice::Vega_10: