Skip to content

Commit

Permalink
clang-fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
aviadingo committed Nov 4, 2024
1 parent ba1bd4f commit 07262ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion icicle/src/hash/blake2s/blake2s.cu
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ namespace blake2s {
cudaMalloc(&cuda_outdata, BLAKE2S_BLOCK_SIZE * n_batch);
assert(keylen <= 32);


cudaMemcpy(cuda_indata, in, inlen * n_batch, cudaMemcpyHostToDevice);

WORD thread = 256;
Expand Down

0 comments on commit 07262ba

Please sign in to comment.