Skip to content

Commit

Permalink
Close FFTs after convolution
Browse files Browse the repository at this point in the history
  • Loading branch information
bnorthan committed May 25, 2021
1 parent cf2721f commit 38134de
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ public static void runConvolve(CLIJ2 clij2, ClearCLBuffer gpuImg,
InverseFFT.runInverseFFT(clij2, complexOutput, output);

complexOutput.close();
gpuFFTImg.close();
gpuFFTPSF.close();

}

Expand Down

0 comments on commit 38134de

Please sign in to comment.