-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The Ginkgo team is proud to announce the new Ginkgo minor release 1.9.0. This release brings new features such as: - Support for half precision (IEEE FP16). The type `gko::half` can now be selected in most instances as the value type of a matrix, solver, preconditioner, etc. If the selected backend supports FP16 as a native type, the native type is used within the kernels, otherwise an overhead might occur. The new behavior is enabled by default, but it can be turned off during configuration. - New implementations of the ILU and IC factorization for CUDA, HIP, OpenMP, and Reference backends. These are available in addition to the existing implementations based on the vendor libraries cuSPARSE and hipSPARSE. - New (S)SOR and Gauss-Seidel preconditioners. - Simplifyied distributed matrix assembly by exchanging local rows between neighboring processes. And more! See [the Changelog](./CHANGELOG.md) for more information.
- Loading branch information
Showing
1,574 changed files
with
29,733 additions
and
26,623 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.