-
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
Master release/1.9.0 #1748
base: master
Are you sure you want to change the base?
Master release/1.9.0 #1748
Conversation
The runners are down for a short while
Add template type functions to combine and merge type lists. As a result, the GINKGO_DPCPP_SINGLE_MODE only needs to be present once. Additionally, change the typen name ValueAndIndexType to ComplexAndPODTypes (because gko::size_type is not an IndexType).
Additionally, introduce `IntegerTypes`, which is IndexTypes combined with gko::size_type (used for the prefix sum tests).
Additionally, add tests for empty inputs.
Co-authored-by: Yu-Hsiang M. Tsai <[email protected]>
Co-authored-by: Marcel Koch <[email protected]>
Co-authored-by: Marcel Koch <[email protected]>
Co-authored-by: Marcel Koch <[email protected]> Co-authored-by: Thomas Grützmacher <[email protected]>
Co-authored-by: Marcel Koch <[email protected]>
Co-authored-by: Gregor Olenik <[email protected]>
The main use case is in combination with `sum_duplicates` and `remove_zeros` to simplify the assembly setup.
only reference kernels are available
- documentation - tests - don't build upper solver if not symmetric Co-authored-by: Yu-Hsiang M. Tsai <[email protected]>
Co-authored-by: Tobias Ribizel <[email protected]> Co-authored-by: Yu-Hsiang M. Tsai <[email protected]> Co-authored-by: Pratik Nayak <[email protected]>
Would using |
No, |
JOSS is failed due to old upload artifact. |
I think we can ignore the joss pandoc job for this and main branch. I think we can remove that job entirely in develop. I guess currently it has been setup to run on master and also on main somehow in the settings, which can probably be updated. |
TBH I don't know how the JOSS job was triggered. It should only run when files in |
This PR updates
master
to the latest state of develop. This is done by cherry-picking all commit between the v1.8.0 and v1.9.0 release, using:The commit for
<prev-release>
was found using:In future releases, this should not be necessary, as the release tags can just be used directly.
Some conflicts needed to be resolved manually, but those were very few and only related to the tag name.