-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 1.9.0 #1746
Merged
Merged
Release 1.9.0 #1746
Conversation
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
Co-authored-by: Tobias Ribizel <[email protected]>
This PR remove all `#if` branches for CUDA < 11. Related PR: #1715
This merge fixes the formulas for SOR by using `\f[` instead of `$$` (or `\[`). Related PR: #1720
Co-authored-by: Pratik Nayak <[email protected]>
…ector in and adapt `apply_uses_initial_guess` in Schwarz This PR adds distributed VectorCache and uses it as the workspace in Schwarz to avoid alloc/free memory operation. Related PR: #1688
- fix formatting Co-authored-by: Yu-Hsiang M. Tsai <[email protected]>
This PR fixes the residual logging in the complex solver benchmark. In addition, tests for the `complex<double>` benchmarks are enabled for all benchmarks. Related PR: #1692
Otherwise, we get -999 Unknown PI error after second device ref: intel/llvm#10982
Sets tags for CI execution on the Ponte Vecchio node and fixes found issues. Related PR: #1723
…are removed in oneapi-2025.0.0
Co-authored-by: Marcel Koch <[email protected]>
ginkgo-bot
added
reg:build
This is related to the build system.
reg:testing
This is related to testing.
reg:ci-cd
This is related to the continuous integration system.
reg:documentation
This is related to documentation.
reg:example
This is related to the examples.
reg:benchmarking
This is related to benchmarking.
type:solver
This is related to the solvers
type:preconditioner
This is related to the preconditioners
type:matrix-format
This is related to the Matrix formats
type:factorization
This is related to the Factorizations
type:reordering
This is related to the matrix(LinOp) reordering
reg:helper-scripts
This issue/PR is related to the helper scripts mainly concerned with development of Ginkgo.
type:multigrid
This is related to multigrid
type:stopping-criteria
This is related to the stopping criteria
mod:all
This touches all Ginkgo modules.
labels
Dec 9, 2024
pratikvn
previously approved these changes
Dec 9, 2024
yhmtsai
approved these changes
Dec 9, 2024
The check-format PR seems to fail because it uses some old configuration. I locally ran out pre-commit checks after locally merging develop into main, and no issues were reported. So, I would just continue. |
pratikvn
approved these changes
Dec 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
mod:all
This touches all Ginkgo modules.
reg:benchmarking
This is related to benchmarking.
reg:build
This is related to the build system.
reg:ci-cd
This is related to the continuous integration system.
reg:documentation
This is related to documentation.
reg:example
This is related to the examples.
reg:helper-scripts
This issue/PR is related to the helper scripts mainly concerned with development of Ginkgo.
reg:testing
This is related to testing.
type:factorization
This is related to the Factorizations
type:matrix-format
This is related to the Matrix formats
type:multigrid
This is related to multigrid
type:preconditioner
This is related to the preconditioners
type:reordering
This is related to the matrix(LinOp) reordering
type:solver
This is related to the solvers
type:stopping-criteria
This is related to the stopping criteria
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The Ginkgo team is proud to announce the new Ginkgo minor release 1.9.0.
This release brings new features such as:
gko::half
can now be selected in most instances as the value typeof 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.
available in addition to the existing implementations based on the vendor libraries cuSPARSE and hipSPARSE.
And more!
See the Changelog for more information.