imreg_dft icon indicating copy to clipboard operation
imreg_dft copied to clipboard

GPU Support

Open sherjilozair opened this issue 8 years ago • 4 comments

It seems like this is the right kind of application which a GPU can speed up. Have you considered this?

sherjilozair avatar Jun 09 '16 09:06 sherjilozair

I use 3rd party libs for computationally intensive operations - numpy and for the DFT, pyfftw is used if it is available. If you know 3rd party libs that can do the job faster, let me know. I consider imreg_dft a high-level project that should not contain any low-level code since it doesn't do anything really special under the hood. However, some of the algorithms (esp. the tiling one) can be improved substantially in terms of performance.

matejak avatar Jun 14 '16 16:06 matejak

Thanks for your comment. I'll try to switch in a GPU implementation of the FFT functions and benchmark it.

sherjilozair avatar Jun 23 '16 05:06 sherjilozair

Thanks for your comment. I'll try to switch in a GPU implementation of the FFT functions and benchmark it.

hi, have you guys implemented a GPU version of this algorithm? It will be very helpful.

cissoidx avatar Apr 29 '19 06:04 cissoidx

Any update on this? GPU implementation would be great.

damien-ls avatar Feb 22 '21 11:02 damien-ls