Skip to content

Commit d737886

Browse files
authored
Update CHANGES for 24.03 (#3782)
1 parent f1ef81e commit d737886

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed

CHANGES

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,68 @@
1+
# 24.03
2+
3+
-- Fix GPU restart for pure SoA particles (#3783)
4+
5+
-- fix for ref_ratio=1 (#3786)
6+
7+
-- Update GMRES/MLMG interface (#3779)
8+
9+
-- Ref ratio 3 (#3781)
10+
11+
-- Curl Curl solver: 4-color Gauss-Seidel smoother (#3778)
12+
13+
-- assert wavefront size (#3777)
14+
15+
-- Curl of Curl solver: Tweak restriction (#3765)
16+
17+
-- Adjust debug info argument for HIP compiler (#3761)
18+
19+
-- fixed bug in MLCurlCurL::xdoty() to prevent doing MPI sum twice. (#3774)
20+
21+
-- Implement portable assumptions with AMREX_ASSUME (#3770)
22+
Fix bug in AMREX_ASSUME (#3773)
23+
24+
-- Pure SoA: `NextID` as `Long` (#3772)
25+
26+
-- GNU Make: set COMP_VERSION for hipcc and nvcc (#3771)
27+
28+
-- Make MFParallelFor safer from int overflow (#3768)
29+
30+
-- getParticleTileData: HostVector must be initialized during resize (#3769)
31+
32+
-- add AMREX_LIKELY and AMREX_UNLIKELY (#3767)
33+
34+
-- Only do a htod memcpy in getParticleTileData when necessary (#3760)
35+
36+
-- Sync GPU stream before getting the time in TinyProfiler (#3763)
37+
38+
-- Add a logspace-like function in AMReX_Algorithm.H (#3754)
39+
40+
-- Fix offset in send buffer of single precision particle communication (#3758)
41+
42+
-- EdgeFluxRegister for MHD (#3633)
43+
44+
-- Fix a typo in SYCL version of scan (#3757)
45+
46+
-- Interpolation from node-centered general mapped coordinates to tracers (#3750)
47+
48+
-- Remove various deprecated stuff not prefixed by amrex or bl (#3713)
49+
50+
-- GNU Make: Link flags (#3711)
51+
52+
-- Remove UB from is_aligned (#3751)
53+
54+
-- Add partitionParticles Function (#3743)
55+
56+
-- Minor new functions in AMReX_MPMD to provide flexibility for python binding (#3748)
57+
58+
-- Box::numPts() returns 0 for empty boxes (#3747)
59+
60+
-- New Linear Solver: Curl of Curl (#3682)
61+
62+
-- Use long integer in GPU kernels (#3742)
63+
64+
-- Add `ParticleIDWrapper::make_invalid()` (#3735)
65+
166
# 24.02
267

368
-- Disable m_aos for SoA Particle (#3736)

0 commit comments

Comments
 (0)