From 42235a56da950d3e915755c5ae79ab6f9aecf999 Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Wed, 10 Jun 2020 18:47:19 -0700 Subject: [PATCH] Revert "Restored original xmrig algo numbers and gave ALGO_CN_GPU 1011 number to simplify future merging" This reverts commit 92ebd18f0b5f9f397e3e357e85e09b11e4b83b48. --- src/backend/opencl/cl/cn/algorithm.cl | 38 +++++++++++++-------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/backend/opencl/cl/cn/algorithm.cl b/src/backend/opencl/cl/cn/algorithm.cl index e67ae75d..c4ca43c4 100644 --- a/src/backend/opencl/cl/cn/algorithm.cl +++ b/src/backend/opencl/cl/cn/algorithm.cl @@ -9,25 +9,25 @@ #define ALGO_CN_RWZ 8 #define ALGO_CN_ZLS 9 #define ALGO_CN_DOUBLE 10 -#define ALGO_CN_GPU 1011 -#define ALGO_CN_LITE_0 11 -#define ALGO_CN_LITE_1 12 -#define ALGO_CN_HEAVY_0 13 -#define ALGO_CN_HEAVY_TUBE 14 -#define ALGO_CN_HEAVY_XHV 15 -#define ALGO_CN_PICO_0 16 -#define ALGO_CN_PICO_TLO 17 -#define ALGO_CN_CCX 18 -#define ALGO_RX_0 19 -#define ALGO_RX_WOW 20 -#define ALGO_RX_LOKI 21 -#define ALGO_RX_ARQMA 22 -#define ALGO_RX_SFX 23 -#define ALGO_RX_KEVA 24 -#define ALGO_AR2_CHUKWA 25 -#define ALGO_AR2_WRKZ 26 -#define ALGO_ASTROBWT_DERO 27 -#define ALGO_KAWPOW_RVN 28 +#define ALGO_CN_GPU 11 +#define ALGO_CN_LITE_0 12 +#define ALGO_CN_LITE_1 13 +#define ALGO_CN_HEAVY_0 14 +#define ALGO_CN_HEAVY_TUBE 15 +#define ALGO_CN_HEAVY_XHV 16 +#define ALGO_CN_PICO_0 17 +#define ALGO_CN_PICO_TLO 18 +#define ALGO_CN_CCX 19 +#define ALGO_RX_0 20 +#define ALGO_RX_WOW 21 +#define ALGO_RX_LOKI 22 +#define ALGO_RX_ARQMA 23 +#define ALGO_RX_SFX 24 +#define ALGO_RX_KEVA 25 +#define ALGO_AR2_CHUKWA 26 +#define ALGO_AR2_WRKZ 27 +#define ALGO_ASTROBWT_DERO 28 +#define ALGO_KAWPOW_RVN 29 #define FAMILY_UNKNOWN 0 #define FAMILY_CN 1