Alex Barnett
Alex Barnett
Stuart Hawkins started this,
FWIW I tested your 3.1.0 now on master, and the tests and examples are all good on my julia 1.7 linux laptop. Thanks for that! Alex
Dear Tobias, Thanks for reaching out. Yes, we do wipe the floor with other known CPU implementations :) (But since you claim to be faster than NFFT3 which we beat,...
Tobias and crew have wrapped FINUFFT in NFFT.jl here: https://github.com/JuliaMath/NFFT.jl/blob/master/Wrappers/FINUFFT.jl Which is great. I think type 3 is not wrapped, and directional transforms not done. I'm not sure there's anything...
It's true that GPU type 3 is some way off (maybe this summer?). I also would like to know use-cases for that (eg MRI uses t1 and t2) to understand...
I am not, although others have asked. Have a look at Discussions over at FINUFFT GitHub. There are others that may want to help. Best, Alex On Mon, Feb 19,...
Melody's code uses shared memory (49kB per thread block), although that only affects type-1 transforms, and the speed of global mem seems to be catching up anyway in my A6000...
I think a examples.md viewable in github will be better than a full readthedocs separate site, which is annoying to set up.
1566aafd76b836e0458d7c973703336434002596 made the README better for docs, pointing to docs in the source code, which are decent (and I cleaned up). It's ok for now, but would be better to...
9004b26 does the above - decent C++ function docs - apart from no tutorial.