Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yann-sjtu committed Sep 3, 2024
1 parent ce5ec29 commit ffb1790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/starkpil/chelpers_steps_gpu.cu
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ void CHelpersStepsGPU::calculateExpressionsRowsGPU(StarkInfo &starkInfo, StepsPa

if ((rowEnd - rowIni) < nrowsPack*nCudaThreads*nStreams*nDevices) {
nCudaThreads = (rowEnd - rowIni) / (nrowsPack*nStreams*nDevices);
printf("nCudaThreads: %lu\n", nCudaThreads);
printf("nCudaThreads: %u\n", nCudaThreads);
}

assert((rowEnd - rowIni) % (nrowsPack*nCudaThreads*nStreams*nDevices) == 0);
Expand Down

0 comments on commit ffb1790

Please sign in to comment.