|
| 1 | +# 25.05 |
| 2 | + |
| 3 | + -- SYCL on Windows workaround (#4436) |
| 4 | + |
| 5 | + -- Fix MF ParallelFor<MT> (#4414) |
| 6 | + |
| 7 | + -- Avoid calling bisection in MFParallelFor (#4392) |
| 8 | + |
| 9 | + -- SYCL: Update link flag for huge device code in GNU Make file (#4421) |
| 10 | + |
| 11 | + -- Hypre & PETSc: Fix compilation when MLMG's MF type is not FabArray (#4422) |
| 12 | + |
| 13 | + -- iMulitFab: Add more methods (#4410) |
| 14 | + |
| 15 | + -- HIP Debug Build (#4408) |
| 16 | + |
| 17 | + -- ReduceToPlaneMF (#4384) |
| 18 | + |
| 19 | + -- Periodicity boundary support for multi-ghost communication (#4405) |
| 20 | + |
| 21 | + -- Move the implemetation of the idcpu bit packing to standalone functions. (#4413) |
| 22 | + |
| 23 | + -- Fix safety of amrex::launch (#4419) |
| 24 | + |
| 25 | + -- Add utility to create non-periodic turbulence files (#4418) |
| 26 | + |
| 27 | + -- Add new MPI data type for RealVect (#4416) |
| 28 | + |
| 29 | + -- Env Variable: `AMREX_DEFAULT_INIT`, etc. (#4165) |
| 30 | + |
| 31 | + -- Fix a bug in 1d Curl Curl Solver (#4407) |
| 32 | + |
| 33 | + -- Remove stream sync in build_arrays (#4349) |
| 34 | + |
| 35 | + -- Combine back-to-back saxpy operations, as well as saxpy next to xpay (#4366) |
| 36 | + |
| 37 | + -- Guard some stream syncs (#4351) |
| 38 | + |
| 39 | + -- fix multi-level ParticleToMesh when zero_out_input is false (#4396) |
| 40 | + |
| 41 | + -- print number of cells per level in fboxinfo (#4403) |
| 42 | + |
| 43 | + -- Bug fix for index_assert in Array4 (#4400) |
| 44 | + |
| 45 | + -- Added bounds checking to GPUable arrays (#4395) |
| 46 | + |
| 47 | + -- Add a way to reuse TagParallelFor Tags (#4348) |
| 48 | + |
1 | 49 | # 25.04
|
2 | 50 |
|
3 | 51 | -- Use SingleStreamRegion and NoSyncRegion in MLMG solve (#4355)
|
|
0 commit comments