Skip to content

Commit

Permalink
Merge branch 'less_device_mem_particle_checkpoint' of github.com:atmy…
Browse files Browse the repository at this point in the history
…ers/amrex into less_device_mem_particle_checkpoint
  • Loading branch information
atmyers committed Mar 29, 2024
2 parents 1bddaf0 + ec50dc6 commit e780848
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Src/Particle/AMReX_WriteBinaryParticleData.H
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ packIOData (Vector<int>& idata, Vector<ParticleReal>& rdata, const PC& pc, int l
write_int_comp_d.begin());
Gpu::copyAsync(Gpu::hostToDevice, write_real_comp.begin(), write_real_comp.end(),
write_real_comp_d.begin());
Gpu::Device::streamSynchronize();

const auto write_int_comp_d_ptr = write_int_comp_d.data();
const auto write_real_comp_d_ptr = write_real_comp_d.data();
Expand Down

0 comments on commit e780848

Please sign in to comment.