> Most of the function (cuda kernels, wrappers, ...) in pipe takes an input buffer and an output buffer. Rename the name of these buffers to output and input. The best will be to have output as first argument and input as second argument in order to unify with CUDA naming convention.
[x] apply_mask.cu
[x] composite.cu
[x] convolution.cu
[x] fft2.cu
[x] frame_reshape.cu
[x] input_filter.cu
[x] percentile.cu
[x] rgb.cu
[x] stft.c
[x] texture_update.cu
[x] tools_compute.cu
[x] tools_hsv.cu
[x] transforms.cu
[x] chart.cu
[x] contrast_correction.cu
[x] fft1.cu
[x] filter2D.cu
[x] hsv.cu
[x] map.cu
[x] reduce.cu
[x] shift_corners.cu
[x] test_reduce.cu (What is the purpose of this file ?)
Originally posted by @simon-riou in https://github.com/DigitalHolography/Holovibes/issues/581#issuecomment-2405123576