Skip to content

Commit 52393d3

Browse files
authored
Update CHANGES for 24.02 (AMReX-Codes#3741)
1 parent 689144d commit 52393d3

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

CHANGES

+53
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,56 @@
1+
# 24.02
2+
3+
-- Disable m_aos for SoA Particle (#3736)
4+
Update AoS Restrict (#3738)
5+
6+
-- Add helper function for setting id and cpu simultaneously. (#3733)
7+
8+
-- Disable SYCL on Nvidia and AMD CIs (#3726)
9+
10+
-- ParticleCopyPlan for SoA Particles (#3732)
11+
12+
-- Do not use std::forward twice on the same object in AmrParticleLocator (#3734)
13+
14+
-- Particle Copy Plan: Default Vals (#3729)
15+
16+
-- Fix circular header file dependency (#3725)
17+
18+
-- Provide portable Gpu::Atomic::Multiply and Gpu::Atomic::Divide implemented with CAS. (#3724)
19+
20+
-- Plotfile Tools: Add missing option to fcompare usage print (#3722)
21+
22+
-- Update documentation for STL files (#3723)
23+
24+
-- Add TypeMultiplier, MakeZeroTuple and IdentityTuple (#3718)
25+
26+
-- Interpolation routines for tracers with mapped_z. (#3714)
27+
28+
-- relax constraint that real_comp_names.size() == pc.NumRealComps() + NStructReal for pure SoA plotfiles (#3717)
29+
30+
-- Fix warnings in DenseBins::build with serial bin policy (#3716)
31+
32+
-- lockAdd: case of 2D plane in 3D (#3700)
33+
34+
-- Clean up interpolation routines in AMReX_TracerParticle_mod_K.H and AMReX_Particle_mod_K.H (#3679)
35+
36+
-- Add macro for loop unrolling across compilers (#3701)
37+
38+
-- Add a linspace-like function in AMReX_Algorithm.H (#3698)
39+
40+
-- use amrex::Gpu::memcpy for packParticleIDs (#3699)
41+
42+
-- BaseFab::lockAdd: Faster version of BaseFab::atomicAdd for OpenMP (#3696)
43+
44+
-- GMRES (#3648)
45+
46+
-- Add special named flag for invalid particles (#3688)
47+
48+
-- Fix BL_PROFILE_TINY_FLUSH (#3695)
49+
50+
-- Align GpuComplex to its size (#3691)
51+
52+
-- Fix Advection_AmrCore test (#3690)
53+
154
# 24.01
255

356
-- MLMG: Use free functions instead of MF member functions (#3681)

0 commit comments

Comments
 (0)