Skip to content

Commit

Permalink
update CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed Feb 1, 2019
1 parent 4fe38fc commit a0b46cb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 19.02

-- Array4 class that contains the important information in BaseFab
class. It can be captured by lambda and used on gpu.

-- A number of new macros for launching for loops: AMREX_FOR_1D,
AMREX_FOR_3D, AMREX_FOR_4D, AMREX_PARALLEL_FOR_1D,
AMREX_PARALLEL_FOR_3D, and AMREX_PARALLEL_FOR_4D.

-- Disable cuda aware MPI by default. It can be enabled with
parameter amrex.use_gpu_aware_mpi.

# 19.01

-- Documentation and Tutorials on GPU
Expand Down

0 comments on commit a0b46cb

Please sign in to comment.