-
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.7.0 to master #1451
Merged
Merged
Release 1.7.0 to master #1451
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: Pratik Nayak <[email protected]>
Co-authored-by: Tobias Ribizel <[email protected]> Co-authored-by: Yu-Hsiang Tasi <[email protected]>
Co-authored-by: Pratik Nayak <[email protected]>
Co-authored-by: Terry Cojean <[email protected]>
Co-authored-by: Aditya Kashi <[email protected]>
Co-authored-by: Pratik Nayak <[email protected]>
Co-authored-by: Aditya Kashi <[email protected]> Co-authored-by: Isha Aggarwal <[email protected]>
Co-authored-by: Phuong Nguyen <[email protected]>
Co-authored-by: Pratik Nayak <[email protected]>
Co-authored-by: Marcel Koch <[email protected]>
Co-authored-by: Thomas Grützmacher <[email protected]>
Co-authored-by: Pratik Nayak <[email protected]>
upsj
previously approved these changes
Nov 8, 2023
MarcelKoch
previously approved these changes
Nov 8, 2023
tcojean
dismissed stale reviews from MarcelKoch, upsj, pratikvn, and yhmtsai
via
November 8, 2023 13:34
2fae266
tcojean
force-pushed
the
release/1.7.0
branch
2 times, most recently
from
November 8, 2023 13:40
a9652f9
to
2d26c4c
Compare
yhmtsai
requested changes
Nov 8, 2023
MarcelKoch
previously approved these changes
Nov 9, 2023
tcojean
force-pushed
the
release/1.7.0
branch
from
November 10, 2023 02:07
2d26c4c
to
e03110e
Compare
yhmtsai
previously approved these changes
Nov 10, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
MarcelKoch
previously approved these changes
Nov 10, 2023
upsj
previously approved these changes
Nov 10, 2023
Co-authored-by: Tobias Ribizel <[email protected]> Signed-off-by: Terry Cojean <[email protected]>
tcojean
dismissed stale reviews from upsj, MarcelKoch, and yhmtsai
via
November 10, 2023 14:14
6cee27c
yhmtsai
approved these changes
Nov 10, 2023
pratikvn
approved these changes
Nov 10, 2023
upsj
approved these changes
Nov 10, 2023
tcojean
added
1:ST:ready-to-merge
This PR is ready to merge.
and removed
1:ST:ready-for-review
This PR is ready for review
labels
Nov 10, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
1:ST:no-changelog-entry
Skip the wiki check for changelog update
1:ST:ready-to-merge
This PR is ready to merge.
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.
Release 1.7.0 to master.
The Ginkgo team is proud to announce the new Ginkgo minor release 1.7.0. This release brings new features such as:
and more!
If you face an issue, please first check our known issues page and the open issues list and if you do not find a solution, feel free to open a new issue or ask a question using the github discussions.
Supported systems and requirements:
dpcpp
oricpx
.Version support changes
Interface changes
const
Factory parameters can no longer be modified throughwith_*
functions, as this breaks const-correctness #1336 #1439New Deprecations
device_reset
parameter of CUDA and HIP executors no longer has an effect, and itsallocation_mode
parameters have been deprecated in favor of theAllocator
interface. #1315GINKGO_BUILD_DPCPP
has been deprecated in favor ofGINKGO_BUILD_SYCL
. #1350gko::reorder::Rcm
interface has been deprecated in favor ofgko::experimental::reorder::Rcm
based onPermutation
. #1418permute_mask
functionality. #1415set_complex_subpsace()
, range functions such asconj_operaton
etc). #1348Summary of previous deprecations
gko::lend()
is not necessary anymore.RelativeResidualNorm
andAbsoluteResidualNorm
are deprecated in favor ofResidualNorm
.AmgxPgm
is deprecated in favor ofPgm
.load_balance
andautomatical
strategiescopy_from
variantSolverBase
class.MachineTopology
is deprecated in favor ofmachine_topology
.executor
parameter.compute_norm1_impl
,add_scaled_impl
, etc.implicit_tau_sq
parameter.gko::solver::default_krylov_dim
, use insteadgko::solver::gmres_default_krylov_dim
.Added features
check_diagonal_entries
andadd_scaled_identity
functionality #1436icpx
compiler supports #1350-allocator
parameter to specify device allocators #1385-input_matrix
parameter that initializes the input JSON based on the filename #1387Improvements
.on(exec)
#1336 #1439Fixes
Threads
between generations #1388check_diagonal_entries_exist
report correctly when only missing diagonal value in the last rows. #1440