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

Create new Kernel-based Simulation Method #353

Open
Tracked by #349
rkierulf opened this issue Apr 2, 2024 · 0 comments
Open
Tracked by #349

Create new Kernel-based Simulation Method #353

rkierulf opened this issue Apr 2, 2024 · 0 comments
Labels

Comments

@rkierulf
Copy link
Collaborator

rkierulf commented Apr 2, 2024

Feature Request

KomaMRI currently uses an array-based approach when simulations are run on the GPU. It's likely that a kernel-based simulation method using KernelAbstractions.jl would run faster, since some parts of the run_spin_excitation!() and run_spin_precession!() methods can be further parallelized (for example, xt, yt, and zt would not need to be computed sequentially here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants