(1)*sum1是float型, float stemp[G];atomicAdd(*sum1 ,stemp[0]);(2))*sum1是float型, float stemp[G][G];atomicAdd(*sum1 ,stemp[0][0]);前一个正确,后一个不正确,为什么?