|
| 1 | +# 23.03 |
| 2 | + |
| 3 | + -- GNU Make: Allow customizing tmp_build_dir (#3177) |
| 4 | + fix recently introduced tmp_build_dir build bug (#3179) |
| 5 | + |
| 6 | + -- GNU Make: Allow choice of Intel compiler variant (#3175) |
| 7 | + |
| 8 | + -- CMake: Parallel HDF5 Detection (#3170) |
| 9 | + |
| 10 | + -- TableData: Relax the static assertion (#3174) |
| 11 | + |
| 12 | + -- SYCL: Group and subgroup size (#3172) |
| 13 | + |
| 14 | + -- Add Make.local-pre to gitignore (#3171) |
| 15 | + |
| 16 | + -- New functions for getting data in cell or line. (#3166) |
| 17 | + |
| 18 | + -- SYCL: Optimization of small reduction (#3167) |
| 19 | + |
| 20 | + -- amrex::Math: No longer need to use sycl math functions (#3164) |
| 21 | + |
| 22 | + -- gitignore: Editors & IDEs (#3163) |
| 23 | + |
| 24 | + -- SYCL Device Info (#3161) |
| 25 | + |
| 26 | + -- SYCL AOT: Fix warning (#3159) |
| 27 | + |
| 28 | + -- GNU Make: make it an error if intel gpu arch for aot is unknown (#3157) |
| 29 | + |
| 30 | + -- Update Build Systems for oneAPI (#3123) |
| 31 | + SYCL: Fix AOT (#3155) |
| 32 | + |
| 33 | + -- CI: Add sundials (#3153) |
| 34 | + |
| 35 | + -- Add static_assert to Mpi_typemap<GpuComplex> (#3154) |
| 36 | + |
| 37 | + -- SUNDIALS: Replace SUNDIALS math macros with std math functions (#3151) |
| 38 | + |
| 39 | + -- Fix case where a norm is 1e-15 but not technically zero (#3149) |
| 40 | + |
| 41 | + -- Fix bug in async IO for particles (#3150) |
| 42 | + |
| 43 | + -- DPCPP -> SYCL (#3140) |
| 44 | + |
| 45 | + -- Add MPI support to GpuComplex (#3148) |
| 46 | + |
| 47 | + -- GNU Make: Add support for Intel LLVM compiler in CPU builds (#3126) |
| 48 | + |
| 49 | + -- SYCL: Fix the order of destruction (#3146) |
| 50 | + |
| 51 | + -- Adjust subgroup size for Intel GPUs (#3139) |
| 52 | + |
| 53 | + -- Runtime parameters for Signal handling controls (#3125) |
| 54 | + |
| 55 | + -- FillPatcher: Update interpolation in time (#3106) |
| 56 | + |
| 57 | + -- AmrLevel::FillPatch: Abort if grids are not properly nested for GPU or EB (#3098) |
| 58 | + |
| 59 | + -- Fix FabArray::shift (#3147) |
| 60 | + |
| 61 | + -- Fix nl test (#3142) |
| 62 | + |
| 63 | + -- Fix bug in Device::Finalize: Forgot to clear streams (#3143) |
| 64 | + |
| 65 | + -- Add a compute face-centered velocity gradient in MLEBTensor (#3133) |
| 66 | + |
| 67 | + -- Test: Reinit AMReX (#3141) |
| 68 | + |
| 69 | + -- Functional: Less -> Minimum, Greater -> Maximum (#3138) |
| 70 | + |
| 71 | + -- Profile memory allocations of the CArena using TinyProfiler (#3105) |
| 72 | + Fix #3105: missing include (#3134) |
| 73 | + Initialize TinyProfiler earlier only for memory (#3137) |
| 74 | + |
| 75 | + -- PODVector: Add some stream synchronization (#3130) |
| 76 | + |
| 77 | + -- SENSIE CI: run on ubuntu-20.04. 18.04 is deprecated. (#3131) |
| 78 | + |
| 79 | + -- NeighborParticles: memcpy -> memcpy_async (#3129) |
| 80 | + |
| 81 | + -- Rename AMReX_CUDA_MAX_THREADS to AMReX_GPU_MAX_THREADS (#3115) |
| 82 | + |
| 83 | + -- CI: NVHPC 23.1 (#3122) |
| 84 | + NVHPC: CUDA (#3124) |
| 85 | + |
| 86 | + -- NVHPC: OpenMP Atomic Capture Fixed (#2378) |
| 87 | + |
| 88 | + -- oneAPI: Work around compiler bug (#3121) |
| 89 | + |
| 90 | + -- Multi-grid NeighborList GPU Sync (#3120) |
| 91 | + |
| 92 | + -- Modify the neighbor particles test to also test selectActualNeighbors. (#3118) |
| 93 | + |
| 94 | + -- Remove Atomic::Inc and Dec (#3117) |
| 95 | + |
1 | 96 | # 23.02
|
2 | 97 |
|
3 | 98 | -- update github actions to use ascent 0.9.0 release (#3114)
|
|
0 commit comments