Skip to content

Commit

Permalink
Fixed temporary variable cleanup in iq 2 lri CUDA kernel reconstruction.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjarosik committed Nov 5, 2021
1 parent 44f31f4 commit 02d71df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/python/arrus/utils/iq_raw_2_lri.cu
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ iqRaw2Lri(complex<float> *iqLri, const complex<float> *iqRaw,
(xPix[x] - xElem[txApLstElem[iTx]])*cosf(txAngZX[iTx])) >= 0.f)) ? 1.f : 0.f;
}
pixWgh = 0.0f;
pix.real(0.0f);
pix.imag(0.0f);

if (txApod != 0.0f) {
for (int iRx = 0; iRx < nRx; iRx++) {
Expand Down

0 comments on commit 02d71df

Please sign in to comment.