1
0
mirror of https://github.com/GOSTSec/ccminer synced 2025-01-11 15:27:56 +00:00

set mimax for gost

This commit is contained in:
orignal 2017-04-24 16:03:04 -04:00
parent d7bd5f9f3d
commit bc098e2471
2 changed files with 2 additions and 1 deletions

View File

@ -2111,6 +2111,7 @@ static void *miner_thread(void *userdata)
case ALGO_DECRED: case ALGO_DECRED:
case ALGO_SHA256D: case ALGO_SHA256D:
case ALGO_SHA256T: case ALGO_SHA256T:
case ALGO_GOST:
//case ALGO_WHIRLPOOLX: //case ALGO_WHIRLPOOLX:
minmax = 0x40000000U; minmax = 0x40000000U;
break; break;

View File

@ -36,7 +36,7 @@ extern void gost_hash_64(int thr_id, uint32_t threads, uint32_t *d_hash);
extern void gost_hash_32(int thr_id, uint32_t threads, uint32_t *d_hash); extern void gost_hash_32(int thr_id, uint32_t threads, uint32_t *d_hash);
//#define _DEBUG //#define _DEBUG
#define _DEBUG_PREFIX "sib" #define _DEBUG_PREFIX "gost"
#include "cuda_debug.cuh" #include "cuda_debug.cuh"
static bool init[MAX_GPUS] = { 0 }; static bool init[MAX_GPUS] = { 0 };