File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ # 20.05
2
+
3
+ -- AMReX's git history has been rewritten. If you have problems due
4
+ to this, follow the instruction here. https://xkcd.com/1597/ We
5
+ also have a new CONTRIBUTING.md.
6
+
7
+ -- EB linear solvers: You now need to specify the location of
8
+ diffusion coefficient (face center or face centroid) and the
9
+ location of the unknowns (cell center or cell centroid).
10
+
11
+ -- Optimization of makeKnapSack and makeSFC.
12
+
13
+ -- Unification of GPU and CPU versions of neighbor particle /
14
+ neighbor list implementations.
15
+
16
+ -- New HostDeviceParallelFor functions that can run on either host
17
+ or device depending on the launch region flag.
18
+
19
+ -- Add CUPTI trace for CUDA kernel timing.
20
+
21
+ -- Implement ENABLE_FORTRAN (BL_NO_FORT) option in CMake.
22
+
23
+ -- Fix CUDA build of tools.
24
+
25
+ -- Fix invalid git version in CMake.
26
+
1
27
# 20.04
2
28
3
29
-- BaseFab can no longer be used on device. Many BaseFab functions
You can’t perform that action at this time.
0 commit comments