Alexander Sinn

Results 17 issues of Alexander Sinn

## Summary This PR aims to explore adding a simpler version of ParticleTile #3570 It already assumes that a tile only has runtime components and always has a polymorphic arena...

performance

## Summary In preparation of #4404, this PR reduces the reliance of SuperParticle. The issue with getSuperParticle is that the compiler is instructed to read in all the data of...

enhancement

## Summary Functionality is added to Gpu::Device and CArena to wait until the next stream sync before deallocating memory and to avoid double syncs. ## Additional background Currently, there is...

Time to calculate the loop over slices in `calculate_wakefields()` for one time step, with numba cache already set up: ## `Wake-T/examples/track_plasma_qs2d.py`: ### dev: ``` first iteration: 66.8 ms all other:...

Do not merge since currently the zeta axis of the openPMD metadata is wrong for a_subgrid.

Every time I compile HiPACE++ (using AMReX development) for MI250X, I get the following warning: ``` clang++: warning: argument unused during compilation: '-Xoffload-linker --whole-archive' [-Wunused-command-line-argument] ``` It also happens in...

GPU
install

## Summary This PR simplifies RedistributeCPU to be independent of particle layout in preparation for #4404. For this, push_back is replaced by a resize with a geometric growth strategy. push_back...