AaronGhost

Results 7 comments of AaronGhost

I am not quite sure to understand the question. I picked two different lines from two shaders so the main did not make much sense. I edited with a distinct...

Hi Alex, I have been experimenting a bit with FINUFFT and CUFINUFFT on an MRI reconstruction and changing the upsampling factor to 1.25 leads to faster reconstruction, so I am...

I think I might have some more issues with the `dcm_write` function, do you prefer me to add them into my original issue or would you prefer I open extra...

I added some fixes for the two last issues. The only one I am not entirely sure how to deal with is the tags with multiple possible VR: - The...

I did some more tests setting both `nthreads` and `FFTW.set_num_threads()`: - FINUFFT.jl uses the maximum number of threads on the machine even when Julia is started with a single thread...

I did some additional tests: | Julia threads | NUFFT threads | FFTW threads set explicitely | Dummy FFTW | FFTW threads | Crash observed | |--------------|----------------|------------------------------|----------------|---------------|------------------| | 1 |...

Would you be able to review the changes please @notZaki ?