File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change 1+ # 23.12
2+
3+ -- solve_cg: avoid use of MF `z` (#3637)
4+
5+ -- Fix: nosmt OMP Threads Default (#3647)
6+ `amrex.omp_threads`: Can Avoid SMT (#3607)
7+
8+ -- When checking for periodic outs on GPU, copy full particle data (#3646)
9+
10+ -- MLEBABecLap: Support Robin BC at Domain Boundaries (#3617)
11+
12+ -- Ascent: SoA Particle Support (#3350)
13+
14+ -- solve_bicgstab: use fewer MFs (#3635)
15+
16+ -- solve_bicgstab: cut use of `s` (#3629)
17+
18+ -- Bug fix for amrex::Subtract when called with interger nghost (#3634)
19+
20+ -- Fix typo in `MLMGT<MF>::getGradSolution` when `MF` is different from `AMF` (#3631)
21+
22+ -- SUNDIALS: Use sunrealtype instead of realtype (#3632)
23+
24+ -- SYCL: Use get_multi_ptr instead of get_pointer (#3630)
25+
26+ -- Plotfile Tools: GPU support (#3626)
27+
28+ -- solve_cg: use linop.make instead of MF constructor (#3627)
29+
30+ -- CArena: shrink_in_place and operator<< (#3621)
31+
32+ -- solve_bicgstab: use linop.make instead of MF constructor (#3619)
33+
34+ -- replace AMREX_DEVICE_COMPILE with AMREX_IF_ON_DEVICE and AMREX_IF_ON_HOST (#3591)
35+
36+ -- [Breaking] Prefix `amrex_` to each plotfile Tool (#3600)
37+
38+ -- FillRandom: Use MKL host API (#3536)
39+
40+ -- use hipPointerAttribute_t.type as HIP is removing hipPointerAttribute_t.memoryType (#3610)
41+
142# 23.11
243
344 -- Give FlashFluxRegisters ways to accumulate data in registers (#3597)
You can’t perform that action at this time.
0 commit comments