-
Notifications
You must be signed in to change notification settings - Fork 581
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
MueLu: Initial integration of Kokkos Tuning into MueLu #13883
Closed
Closed
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
…ut isn't hooked up to anything
Signed-off-by: Chris Siefert <[email protected]>
Signed-off-by: Chris Siefert <[email protected]>
Signed-off-by: Chris Siefert <[email protected]>
Signed-off-by: Chris Siefert <[email protected]>
…Driver Signed-off-by: Chris Siefert <[email protected]>
Signed-off-by: Chris Siefert <[email protected]>
Fixes compiler error with rocm 6.1.3 on Frontier. This is temporary until the next STK snapshot. Signed-off-by: Jonathan Hu <[email protected]> Signed-off-by: Chris Siefert <[email protected]>
Signed-off-by: Christian Glusa <[email protected]> Signed-off-by: Chris Siefert <[email protected]>
Signed-off-by: Christian Glusa <[email protected]> Signed-off-by: Chris Siefert <[email protected]>
Signed-off-by: Christian Glusa <[email protected]> Signed-off-by: Chris Siefert <[email protected]>
Signed-off-by: Christian Glusa <[email protected]> Signed-off-by: Chris Siefert <[email protected]>
Signed-off-by: Christian Glusa <[email protected]> Signed-off-by: Chris Siefert <[email protected]>
Signed-off-by: Christian Glusa <[email protected]> Signed-off-by: Chris Siefert <[email protected]>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.10 to 3.28.11. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@b56ba49...6bb031a) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Chris Siefert <[email protected]>
Signed-off-by: Christian Glusa <[email protected]> Signed-off-by: Chris Siefert <[email protected]>
…e path Signed-off-by: Christian Glusa <[email protected]> Signed-off-by: Chris Siefert <[email protected]>
Signed-off-by: Christian Glusa <[email protected]> Signed-off-by: Chris Siefert <[email protected]>
Signed-off-by: Christian Glusa <[email protected]> Signed-off-by: Chris Siefert <[email protected]>
Signed-off-by: Heather Pacella <[email protected]> Signed-off-by: Chris Siefert <[email protected]>
Update in Intrepid2_ProjectionTools.hpp for compatibility changes in kokkos/kokkos-kernels#2342 Signed-off-by: Nathan Ellingwood <[email protected]> Signed-off-by: Chris Siefert <[email protected]>
Signed-off-by: Christian Glusa <[email protected]> Signed-off-by: Chris Siefert <[email protected]>
* Basker : fix mwm compile error with complex Signed-off-by: iyamazaki <[email protected]> * Basker : fix another compiler error Signed-off-by: iyamazaki <[email protected]> * Basker : rename variable type for clarity, and comment out unused codes. Signed-off-by: iyamazaki <[email protected]> * Amesos2 : enable complex inn ShyLUBasker unit-test Signed-off-by: iyamazaki <[email protected]> * Amesos2 : add complex<float> support Signed-off-by: iyamazaki <[email protected]> --------- Signed-off-by: iyamazaki <[email protected]> Signed-off-by: Chris Siefert <[email protected]>
…> arg * this allows the app to configure Ioss behavior * added a unit test that sets the MAXIMUM_NAME_LENGTH property for Exodus Signed-off-by: Todd Kordenbrock <[email protected]> Signed-off-by: Chris Siefert <[email protected]>
Your PR updated files that did not respect package clang formatting settings. Please apply the patch found here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Issue: #10660
Tests: Added
Stakeholder feedback: As the stakeholder, I approve
This PR adds Kokkos Tuning capabilities to the MueLu Driver as well as adding unit tests for the MueLu interface to Kokkos tuning.