Merge 1a4abc7966ec7a9ec4c71acd3a8333cd85fa0bd4 into f3b7c41ad6202902290d2bbd16428455b3ee375a

This commit is contained in:
Aryamaan Singh 2025-02-24 13:39:06 +08:00 committed by GitHub
commit ca6702597c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -928,7 +928,7 @@ void reduce(int size, int threads, int blocks, int whichKernel, T *d_idata,
} else {
switch (threads) {
case 1024:
reduce7<T, 1024, true>
reduce7<T, 1024, false>
<<<dimGrid, dimBlock, smemSize>>>(d_idata, d_odata, size);
break;
case 512: