Skip to content

Commit 94e1fdb

Browse files
committed
Adding changelist file
1 parent 2845610 commit 94e1fdb

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

CHANGELIST

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
CHANGELIST
2+
3+
===============================================================
4+
5+
v2.2.0
6+
7+
---------------------------------------------------------------
8+
9+
- Fixing GPU Direct support (now correct results and better perf)
10+
- Fixing latency hiding (general perf and couple bugfixes in some specific cases)
11+
- Tunings for Volta for agg and classical setup phase
12+
- Gauss-siedel perf improvements on Volta+
13+
- Ampere support
14+
- Minor bugfixes and enhancements including reported/requested by community
15+
16+
Tested configurations:
17+
- Linux x86-64:
18+
-- Ubuntu 20.04, Ubuntu 18.04
19+
-- gcc 7.4.0, gcc 9.3.0
20+
-- OpenMPI 4.0.x
21+
-- CUDA 10.2, 11.0, 11.2
22+
- Windows 10 x86-64:
23+
-- MS Visual Studio 2019 (msvc 19.28)
24+
-- MS MPI v10.1.2
25+
-- CUDA 10.2, 11.0
26+
27+
28+
===============================================================
29+
30+
v2.1.0
31+
32+
---------------------------------------------------------------
33+
34+
- Added new API that allows user to provide distributed matrix partitioning information in a new way - offset to the partition's first row in a matrix. Works only if partitions own continuous rows in matrix.
35+
- Added example case for this new API (see examples/amgx_mpi_capi_cla.c)
36+
- Distributed code improvements
37+
38+
===============================================================
39+
40+
v2.0.0
41+
42+
---------------------------------------------------------------
43+
44+
Initial open source release

0 commit comments

Comments
 (0)