MagneticResonanceImaging / MRIReco.jl

Julia Package for MRI Reconstruction
https://magneticresonanceimaging.github.io/MRIReco.jl/latest/
Other
85 stars 22 forks source link

Multi-threading reconstruction along the contrast dimension #160

Open aTrotier opened 9 months ago

aTrotier commented 9 months ago

In IterativeReconstruction.jl, reconstruction_multiCoil use @floops only along the slice and NR dimension https://github.com/MagneticResonanceImaging/MRIReco.jl/blob/5a8e4e14ceb21b7a42591bfd646a304208476396/src/Reconstruction/IterativeReconstruction.jl#L193

Do you see a reason to not also do this along the contrast dimension ?

tknopp commented 9 months ago

No reason. Makes sense to run that in parallel too.