Tony-Tan / CUDA_Freshman

2.18k stars 435 forks source link

10_reduceInteger/reduceInteger.cu 中的边界检查 #13

Closed botbw closed 1 year ago

botbw commented 1 year ago

应该是检查线程对应的内存地址idx下标是否越界。 另外假定数组大小是二的倍数的话,reduceNeighboredLess似乎不用检查idx >= n,因为循环中判断了(但是加上应该比较好?)。