Skip to content

Commit

Permalink
Undo space to run GPU benchmarks for the last time
Browse files Browse the repository at this point in the history
  • Loading branch information
cncastillo committed Oct 1, 2024
1 parent 3ac2312 commit 5b01fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KomaMRICore/src/simulation/SimMethods/Bloch/BlochCPU.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ end
Alternate implementation of the run_spin_precession! function in BlochSimpleSimulationMethod.jl
optimized for the CPU. Uses a loop to step through time instead of allocating a matrix of size
NSpins x seq.t. The Bz_old, Bz_new, ϕ, and Mxy arrays are pre-allocated in run_sim_time_iter! so
that they can be re-used from block to block.
that they can be re-used from block to block.
"""
function run_spin_precession!(
p::Phantom{T},
Expand Down

0 comments on commit 5b01fea

Please sign in to comment.