|
| 1 | +# 23.08 |
| 2 | + |
| 3 | + -- Fix a bug in AmrMesh::ChopGrids (#3460) |
| 4 | + |
| 5 | + -- Remove use of managed memory from TracerParticleContainer::TimeStamp (#3457) |
| 6 | + |
| 7 | + -- Mac Arm64 Architecture fpe handling (#3447) |
| 8 | + |
| 9 | + -- SYCL: Remove Workaround no longer needed (#3455) |
| 10 | + |
| 11 | + -- SENSEI: SoA Particle Support (#3349) |
| 12 | + |
| 13 | + -- Warn if USE_GPU_RDC=TRUE when HIP_SAVE_TEMPS=TRUE (#3454) |
| 14 | + |
| 15 | + -- SYCL: Allocate 3/4 of total global memory by default (#3431) |
| 16 | + |
| 17 | + -- GPU Assignment (#3382) |
| 18 | + |
| 19 | + -- call_f refactor (#3452) |
| 20 | + |
| 21 | + -- HDF5 bug fix for vol-async and compression (#3451) |
| 22 | + |
| 23 | + -- Add second template parameter to other AoS for swap (#3450) |
| 24 | + |
| 25 | + -- Refactor call_f in ParticleTransformation and WriteBinaryParticleData |
| 26 | + to use constexpr if (#3448) |
| 27 | + |
| 28 | + -- Fix this version of WritePlotFile to use SuperParticle, as expected by |
| 29 | + WriteBinaryParticleData (#3449) |
| 30 | + |
| 31 | + -- PODVector: Add a Missing STL Include (#3445) |
| 32 | + |
| 33 | + -- Disable Managed Memory for The_Arena by default. (#3438) |
| 34 | + |
| 35 | + -- SYCL RelWithDebInfo Build: Add -g1 (#3429) |
| 36 | + |
| 37 | + -- Clang Tidy: +modernize-use-using (#3420) |
| 38 | + |
| 39 | + -- Intel CI: Update Warning Flags (#3443) |
| 40 | + |
| 41 | + -- In MLEBABecLap::compGrad, add missing call to addInhomogNeumannFlux (#3441) |
| 42 | + |
| 43 | + -- Doxygen: SoA Get[Real/Int]Data (#3439) |
| 44 | + |
| 45 | + -- ParmParse: Line Continuation (#3437) |
| 46 | + |
| 47 | + -- SYCL: Get Pointer Type (#3434) |
| 48 | + |
| 49 | + -- SYCL: UUID (#3432) |
| 50 | + |
| 51 | + -- Re-Enable FPE Trap for SYCL (#3430) |
| 52 | + |
| 53 | + -- Memory Efficient AoS Particle Sorting (#3427) |
| 54 | + |
| 55 | + -- Use MPI_IN_PLACE (#3428) |
| 56 | + |
| 57 | + -- PODVector Updates (#3425) |
| 58 | + |
| 59 | + -- generalize interpolaters to not need or use extra values in a direction |
| 60 | + for which the refinement ratio is 1 (#3415) |
| 61 | + |
| 62 | + -- Fix Fortran module installation (#3411) |
| 63 | + |
| 64 | + -- Fix allocateSlice for EB (#3391) |
| 65 | + |
| 66 | + -- Update Intel compiler installation (#3423) |
| 67 | + |
| 68 | + -- Improve comments and documentation on FaceDivFree Interpolater. (#3422) |
| 69 | + |
| 70 | + -- Add the option to throw an exception on MLMG failure rather than aborting (#3424) |
| 71 | + |
| 72 | + -- Make ReduceData::value safer (#3421) |
| 73 | + |
| 74 | + -- Use atomic load in SYCL version of the single-pass scan (#3419) |
| 75 | + |
| 76 | + -- GPU: Add Device::deviceVendor() function and fix #3416 (#3418) |
| 77 | + |
| 78 | + -- New feature in EB: Add regular coarse levels (#3414) |
| 79 | + |
| 80 | + -- add access function for EBFactory (moved out of IAMR) (#3417) |
| 81 | + |
| 82 | + -- DataServices: Qualify math functions with `std::` namespace specifier (#3406) |
| 83 | + |
| 84 | + -- Update CleanUpCache workflow (#3403) |
| 85 | + |
| 86 | + -- Add some profilers to AmrLevel and FillPatcher (#3402) |
| 87 | + |
| 88 | + -- Update the clang-tidy/ccache script (#3399) |
| 89 | + |
| 90 | + -- Update Git workflow in CONTRIBUTING.md (#3397) |
| 91 | + |
| 92 | + -- move redist into amrex (#3378) |
| 93 | + |
| 94 | + -- Amr: Add printing of simulation time (#3392) |
| 95 | + |
| 96 | + -- Add function for setting growth factor (#3394) |
| 97 | + |
| 98 | + -- Updates Ascent Github Actions CI to use 0.9.2 (latest release) |
| 99 | + |
1 | 100 | # 23.07 |
2 | 101 |
|
3 | 102 | -- Allow users to change the default vector growth stategy (#3389) |
|
0 commit comments