jjgomezcadenas
jjgomezcadenas
Thanks for input. We certainly would love to help, but we are newcomers to Julia (I moved all our software from C++ to python a few years ago, I would...
Hi again. I have run a simple exercise, convoluting an image in CPU/GPU, using FFTs. You can find it here: https://github.com/jjgomezcadenas/JImages/blob/main/nb/ConvolvingLenaGPUFFT.ipynb Several remarkable points: 1. The straight (and possibly pretty...
I will try. The bottom line, in any case is that it should be very simple to add the functionality of running in the GPU for imfilter, at least in...
Yes, yes, I run several times, the times you see in the NB is after a few runs. The separation trick is nice, indeed and should account at least for...
Hi Tim, thanks a lot for input. Actually I am not that interested in my alternative implementation which I did just to compare GPU vs CPU. That exercise yields an...