Skip to content

Commit 9a85e50

Browse files
authored
Update CHANGES for 23.09 (#3529)
1 parent b7e8a26 commit 9a85e50

File tree

1 file changed

+109
-0
lines changed

1 file changed

+109
-0
lines changed

CHANGES

Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,112 @@
1+
# 23.09
2+
3+
-- Fix InitRandomPerBox for 1D & 2D (#3527)
4+
5+
-- Add ability for GCC 8 in CMake to build fgradient which uses std::filesystem (#3523)
6+
7+
-- Fix: Include Guard 1D for MLPoisson (#3528)
8+
9+
-- Workaround for Intel compiler classic (#3526)
10+
11+
-- Constness in buildInfo: num_modules (#3522)
12+
13+
-- MLABecLaplacian: Tweak kernel fusing (#3521)
14+
15+
-- UniqueString tweak (#3520)
16+
17+
-- faverage fix (#3519)
18+
19+
-- Empty level fix (#3517)
20+
21+
-- Simplify filterParticles Kernel (#3510)
22+
23+
-- Generatize particle-to-cell assignment function (#3499)
24+
Follow-on to 3499 (#3514)
25+
ParticleLocator: Make Assignor optional template parameter (#3515)
26+
27+
-- GPU Launch Min Blocks (#3503)
28+
29+
-- Remove unsafe std::forward (#3513)
30+
31+
-- Fix Bug in FaceLinear Interpolater (#3483)
32+
33+
-- Add test on whether we are in the valid box when updating drho_as_crs… (#3506)
34+
35+
-- Fix backtrace nullptrs (#3505)
36+
37+
-- Skip ubsan lib on OSX (#3504)
38+
39+
-- SYCL: Add table of GNU Make config vars to docs (#3400)
40+
41+
-- Fix: Backtraces will NULL Addresses (#3502)
42+
43+
-- Update gpu elixir and async array synchronization for sycl (#3498)
44+
45+
-- SundialsIntegrator: Fix memory deallocation (#3501)
46+
47+
-- FillRandom & FillRandomNormal (#3500)
48+
49+
-- Update position in 2nd pass for tracer advect with Ucc. (#3496)
50+
51+
-- Move use of bcrec back onto GPU (#3494)
52+
53+
-- fix bug in StateRedist and add multi-level functionality for FluxRedi… (#3491)
54+
55+
-- fgradient: A new plotfile tool for computing gradient (#3490)
56+
57+
-- CI: Remove redundancy in nvcc dependencies files (#3387)
58+
59+
-- CMake: HIP Debug with -O1 (#3487)
60+
61+
-- Fix overflow in ParallelFor(Long n, ...) (#3489)
62+
63+
-- Adjust build for upstream Mpich and OpenMPI modules on Perlmutter. (#3486)
64+
65+
-- CArena: Implement alloc_in_place (#3426)
66+
67+
-- Clang-Tidy: Add more checks (#3466)
68+
Fix a bug in #3466 (#3485)
69+
70+
-- Option to force regrid level zero (#3484)
71+
72+
-- Fix typo introduced in PR 3452 (#3482)
73+
74+
-- Clang-Tidy changes in Src/LinearSolvers (#3475)
75+
76+
-- Update FluxRedist and comments for StateItracker (#3481)
77+
78+
-- Clang-Tidy changes in Src/EB (#3473)
79+
80+
-- Clang-Tidy changes in Src/Boundary (#3471)
81+
82+
-- Clang-Tidy changes in Src/F_Interfaces (#3474)
83+
84+
-- Clang-Tidy changes in Src/Particle (#3476)
85+
86+
-- Clang-Tidy changes in Src/Extern (#3472)
87+
88+
-- Clang-Tidy changes in Tests (#3477)
89+
90+
-- Clang-Tidy changes in Tools (#3478)
91+
92+
-- Change the default value of The_Pinned_Arena release threshold (#3479)
93+
94+
-- Handle ThetaGPU in GNU make system (#3469)
95+
96+
-- Clang-Tidy changes in Src/AmrCore (#3468)
97+
98+
-- Clang-Tidy changes in Src/Amr (#3467)
99+
100+
-- Fix a bug in EB tensor solver's cross term (#3465)
101+
102+
-- Add misc-misplaced-const check to clang-tidy CI test (#3464)
103+
104+
-- Suppress implicit return warnings with nvcc (#3463)
105+
106+
-- Silence "unreachable loop" warning for GPU builds (#3462)
107+
108+
-- PlotFileUtil: Add Direct Includes (#3446)
109+
1110
# 23.08
2111

3112
-- Fix a bug in AmrMesh::ChopGrids (#3460)

0 commit comments

Comments
 (0)