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 ffb1790 commit afc6c89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/starkpil/chelpers_steps_gpu.cu
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ void CHelpersStepsGPU::calculateExpressionsRowsGPU(StarkInfo &starkInfo, StepsPa

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

Expand Down

0 comments on commit afc6c89

Please sign in to comment.