Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGES for 23.07 #3396

Merged
merged 1 commit into from
Jul 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
# 23.07

-- Allow users to change the default vector growth stategy (#3389)

-- Communications arena implementation (#3388)

-- CI: oneAPI SYCL for AMD GPUs (#3341)

-- GPU: Always deallocate gpu_rand_state in Finalize() (#3384)

-- Hypre ILU options (#3381)

-- Amr Class: Synchronization of StateData's Time (#3375)

-- EB 2D: Fix levelset on nodes adjacent to covered edges (#3370)

-- Add workflow for oneAPI SYCL on Nvidia GPUs (#3360)

-- CMake: Enforce >= C++17 for ROCm (#3355)

-- Use device arena for the_fa_arena when activating GPU-aware MPI (#3362)

-- Coverity Scan (#3361)

-- CMake: AMReX_TEST_TYPE (#3357)

-- CMake: Enable AMReX_PARTICLES by default (#3358)

-- Add AMReX Apps to CI (#3348)

-- Make sure amrex::Long is wider than int. (#3345)

-- Particle Ids: Add int Constants (#3338)

-- CI: Clang CUDA (#3184)

-- Reinforce __CUDACC__ conditionals w/ AMREX_USE_CUDA (#3331)

-- CMake: Link option when HIP is a language (#3335)

# 23.06

-- Implement Checkpoint, Restart, and Plotfile for pure SOA (#3332)
Expand Down
Loading