Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RF implementation with GPU acceleration #2

Closed
cncastillo opened this issue Jun 1, 2021 · 1 comment
Closed

RF implementation with GPU acceleration #2

cncastillo opened this issue Jun 1, 2021 · 1 comment
Labels
core help wanted Extra attention is needed

Comments

@cncastillo
Copy link
Member

For now, the file Simulator.jl has a dummy function run_spin_excitation_parallel that has to be developed. It is inserted in the function run_sim2D_times_iter (to be renamed):

@showprogress for p  parts
    if is_RF_on(seq, t[p])
        M0 = run_spin_excitation_parallel(obj, seq, t[p]; M0)
    else
        S[p], M0 = run_spin_precession_parallel(obj, seq, t[p]; M0)
    end
end
@cncastillo cncastillo changed the title RF implementation and GPU accelaration RF implementation with GPU acceleration Jun 1, 2021
@cncastillo cncastillo added core help wanted Extra attention is needed labels Jun 1, 2021
@cncastillo
Copy link
Member Author

The function run_spin_excitation_parallel is already implemented, but can be faster.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant