Skip to content

Commit

Permalink
jha: remove deprecated warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tpruvot committed Nov 20, 2017
1 parent bfa616a commit df4fcbe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions JHA/jha.cu
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit df4fcbe

Please sign in to comment.