Browse Source

jha: remove deprecated warning

pull/2/head
Tanguy Pruvot 7 years ago
parent
commit
df4fcbe3a4
  1. 3
      JHA/jha.cu

3
JHA/jha.cu

@ -147,9 +147,6 @@ extern "C" int scanhash_jha(int thr_id, struct work *work, uint32_t max_nonce, u @@ -147,9 +147,6 @@ extern "C" int scanhash_jha(int thr_id, struct work *work, uint32_t max_nonce, u
CUDA_LOG_ERROR();
}
cuda_get_arch(thr_id);
if (cuda_arch[dev_id] >= 500) {
applog(LOG_WARNING, "You are not using the optimal algo, please try -a jackpot");
}
gpulog(LOG_INFO, thr_id, "Intensity set to %g, %u cuda threads", throughput2intensity(throughput), throughput);
CUDA_SAFE_CALL(cudaMalloc(&d_hash[thr_id], (size_t) 64 * throughput));

Loading…
Cancel
Save