buaapengbo

Results 1 comments of buaapengbo

https://github.com/IFL-CAMP/supra/blob/70bc6d938ffc8832e6eceb88d59ba82e9c5ac122/src/SupraLib/Beamformer/RxBeamformerMVpcg.cu#L225-L229 can this change to, not sure ``` if (subtractMeans) { if ((offset + colIdx) < subArraySizeLocal) xCol -= means[offset + colIdx + linearSampleIdx * subArraySize]; if ((offset + rowIdx)...