mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2025-04-11 02:32:12 +01:00
Merge 1a4abc7966ec7a9ec4c71acd3a8333cd85fa0bd4 into 3e8f91d1a116060d3fedfe856f3721db970de030
This commit is contained in:
commit
f3bf261052
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user