Axel Huebl

Results 1611 comments of Axel Huebl

Agreed, we do the same for ImpactX: - https://impactx.readthedocs.io/en/latest/install/users.html#using-the-pypi-package - https://pypi.org/project/impactx-noacc - https://github.com/BLAST-ImpactX/impactx-wheels More generally, we could explore WheelNext: - https://discuss.python.org/t/wheelnext-wheel-variants-an-update-and-a-request-for-feedback/102383 - https://wheelnext.dev/how_to_participate/ - https://wheelnext.dev/proposals/pepxxx_wheel_variant_support/ - https://astral.sh/blog/wheel-variants Like in other...

> With `PolymorphicArenaAllocator, we need to make sure users can only call `setArena` before any particles are added to the container. Otherwise I'm not sure what the desired behavior would...

I am starting off a couple PRs to get polymorphic PC into pyAMReX and WarpX/ImpactX. HiPACE++ (thanks to @AlexanderSinn) is already using it. * [x] HiPACE++: https://github.com/Hi-PACE/hipace/pulls?q=is%3Apr+PolymorphicArenaAllocator+is%3Aclosed * [ ]...

@atmyers updated the AMReX docs for pure SoA: * https://github.com/AMReX-Codes/amrex/pull/4759 Andrew, the first 4 sub-sections of https://amrex-codes.github.io/amrex/docs_html/Particle_Chapter.html still look like they recommend the old mixed layout by default. Can you...

Awesome, then we are nearly there. Try the dpnp logic for SYCL next?

We need to rebase against `development` after #455 was merged. I already added the `DLDeviceType` bindings now and the other PR adds capsule type hints.

@WeiqunZhang since this is kind of a follow-up to #3777, does this reproducer help you to take a look at this? The same test works well in 2D: #3979