Add multi-GPU parallelisation - #283
Draft
nHackel wants to merge 36 commits into
Draft
Conversation
…ize, array types and fallback access to acquisiton data
Contributor
|
I have a zenodo with multiple echo time. But we might need to perform a FFT talong the readout to reduce the size for a test. I can also wrote a pulseq or koma script to generate it |
Member
Author
|
How large is the data? If it's below 1GB and if you have a small script showing a reco I'd be happy to use it as it is. Or a script, whatever is easier for you 😄 |
Contributor
|
https://github.com/CRMSB/PAPER_subspace_MESE It is based on an older version of mrireco but I don't think it is an issue to create the acqdata. I still need to test the new reconstruction backend with it. It is on my to-do but I was not able to find some time. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds the option to provide reconstruction with a vector GPU device IDs. Iterative reconstruction that can run in parallel are then distributed among the provided IDs. The PR is based upon #277.
@cncastillo or @aTrotier do we have some public data with multiple slices/repetitions for multiEcho or multiple slices/repetitions/contrats for multiCoil on which I could test this? Or can KomaMRI generate such an acqData object? I tried to see if MRISimulation can produce such acqData but I didn't find it (yet)