Added RandomX JIT for AMD Navi GPUs

This commit is contained in:
SChernykh
2020-02-13 20:15:08 +01:00
parent 0a60a931fc
commit a75ee09704
9 changed files with 2148 additions and 873 deletions

View File

@@ -63,6 +63,7 @@ bool ocl_generic_rx_generator(const OclDevice &device, const Algorithm &algorith
case OclDevice::Navi_10:
case OclDevice::Navi_12:
case OclDevice::Navi_14:
gcnAsm = true;
isNavi = true;
break;