Skip to content
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

gmres: fix array size and move initialization outside of outer loop #650

Merged

Conversation

quantumsteve
Copy link
Collaborator

Please review the developer documentation
on the wiki of this project that contains help and requirements.

Proposed changes

Describe what this PR changes and why. If it closes an issue, link to it here
with a supported keyword.

moved krylov_sol out of the outer loop, incrementally zeroing out the next element. Worked around a CUDA warning about no return and removed the uniform initialization Miro dislikes.

What type(s) of changes does this code introduce?

Put an x in the boxes that apply.

  • Bugfix
  • New feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

Does this introduce a breaking change?

  • Yes
  • No

What systems has this change been tested on?

Checklist

Put an x in the boxes that apply. You can also fill these out after creating
the PR. If you're unsure about any of them, don't hesitate to ask. This is
simply a reminder of what we are going to look for before merging your code.

  • this PR is up to date with current the current state of 'develop'
  • code added or changed in the PR has been clang-formatted
  • this PR adds tests to cover any new code, or to catch a bug that is being fixed
  • documentation has been added (if appropriate)

@mkstoyanov
Copy link
Collaborator

What's with the pending AWS run? Is there something wrong with the AWS setup?

@quantumsteve
Copy link
Collaborator Author

What's with the pending AWS run? Is there something wrong with the AWS setup?

Looks like we're hitting a 2 hour "queued timeout". I increased that value to 8 hours and am trying another build.

@mkstoyanov
Copy link
Collaborator

Another question is why are we waiting for so long? It does seem that AWS is overloaded, at least on the GPU front.

@quantumsteve quantumsteve merged commit c62edfd into project-asgard:develop Dec 12, 2023
11 checks passed
@quantumsteve quantumsteve deleted the gmres_improvements branch December 12, 2023 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants