You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,10 @@ git log --first-parent
10
10
11
11
The Ginkgo team is proud to announce the new Ginkgo minor release 1.4.0. This
12
12
release brings most of the Ginkgo functionality to the Intel DPC++ ecosystem
13
-
which enables Intel-GPU execution. The only Ginkgo features which have not been
14
-
ported yet are some preconditioners. Ginkgo's mixed-precision support is greatly
15
-
enhanced thanks to:
13
+
which enables Intel-GPU and CPU execution. The only Ginkgo features which have
14
+
not been ported yet are some preconditioners.
15
+
16
+
Ginkgo's mixed-precision support is greatly enhanced thanks to:
16
17
1. The new Accessor concept, which allows writing kernels featuring on-the-fly
17
18
memory compression, among other features. The accessor can be used as
18
19
header-only, see the [accessor BLAS benchmarks repository](https://github.com/ginkgo-project/accessor-BLAS/tree/develop) as a usage example.
@@ -66,14 +67,18 @@ Algorithm and important feature additions:
66
67
+ Add native mixed-precision support to the ELL format. [#717](https://github.com/ginkgo-project/ginkgo/pull/717), [#780](https://github.com/ginkgo-project/ginkgo/pull/780)
+ Add a MachineTopology class with HWLOC support [#554](https://github.com/ginkgo-project/ginkgo/pull/554), [#697](https://github.com/ginkgo-project/ginkgo/pull/697)
+ Add an implicit residual norm criterion. [#702](https://github.com/ginkgo-project/ginkgo/pull/702), [#818](https://github.com/ginkgo-project/ginkgo/pull/818), [#850](https://github.com/ginkgo-project/ginkgo/pull/850)
80
+
+ Row-major accessor is generalized to more than 2 dimensions and a new
81
+
"block column-major" accessor has been added. [#707](https://github.com/ginkgo-project/ginkgo/pull/707)
77
82
+ Add an heat equation example. [#698](https://github.com/ginkgo-project/ginkgo/pull/698), [#706](https://github.com/ginkgo-project/ginkgo/pull/706)
78
83
+ Add ccache support in CMake and CI. [#725](https://github.com/ginkgo-project/ginkgo/pull/725), [#739](https://github.com/ginkgo-project/ginkgo/pull/739)
79
84
+ Allow tuning and benchmarking variables non intrusively. [#692](https://github.com/ginkgo-project/ginkgo/pull/692)
@@ -89,9 +94,8 @@ Other additions:
89
94
90
95
91
96
Changes:
92
-
+ Extends ISAI from triangular to general and spd matrices. [#690](https://github.com/ginkgo-project/ginkgo/pull/690)
93
97
+ Add a Scalar Jacobi specialization and kernels. [#808](https://github.com/ginkgo-project/ginkgo/pull/808), [#834](https://github.com/ginkgo-project/ginkgo/pull/834), [#854](https://github.com/ginkgo-project/ginkgo/pull/854)
94
-
+ Add implicit residual log for solvers and benchmarks. [#707](https://github.com/ginkgo-project/ginkgo/pull/707)
98
+
+ Add implicit residual log for solvers and benchmarks. [#714](https://github.com/ginkgo-project/ginkgo/pull/714)
95
99
+ Change handling of the conjugate in the dense dot product. [#755](https://github.com/ginkgo-project/ginkgo/pull/755)
96
100
+ Improved Dense stride handling. [#774](https://github.com/ginkgo-project/ginkgo/pull/774)
97
101
+ Multiple improvements to the OpenMP kernels performance, including COO,
0 commit comments