1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-21 04:48:14 -05:00

Fixed generic OpenCL code for AMD Navi

This commit is contained in:
SChernykh
2020-02-10 22:00:40 +01:00
parent aacdbc360b
commit ef629ba0d0
5 changed files with 1969 additions and 1949 deletions

View File

@@ -56,7 +56,9 @@ public:
Vega_10,
Vega_20,
Raven,
Navi_10
Navi_10,
Navi_12,
Navi_14
};
OclDevice() = delete;