Skip to content

Commit

Permalink
Merge pull request #8 from kookaburra88/master
Browse files Browse the repository at this point in the history
Update pdflow_cudalib.cu
  • Loading branch information
MarianoJT88 authored May 20, 2019
2 parents 4b02fcf + cd516a6 commit 2d1e60c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pdflow_cudalib.cu
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,10 @@ __host__ void CSF_cuda::freeDeviceMemory()
cudaFree(puu_l_dev); cudaFree(puv_l_dev);
cudaFree(pvu_l_dev); cudaFree(pvv_l_dev);
cudaFree(pwu_l_dev); cudaFree(pwv_l_dev);

cudaFree(colour_wf_dev);
cudaFree(depth_wf_dev);


cudaFree(dx_dev); cudaFree(dy_dev); cudaFree(dz_dev);
}
Expand Down

0 comments on commit 2d1e60c

Please sign in to comment.