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

Host execution space can use more than just its default and unified m… #1505

Merged
merged 3 commits into from
Feb 21, 2025

Conversation

gunney1
Copy link
Contributor

@gunney1 gunney1 commented Feb 20, 2025

Fix what memory spaces SEQ_EXEC and OMP_EXEC claim to be able to use. They could use Dynamic and Host, not just their default memory space.

@gunney1 gunney1 added bug Something isn't working Core Issues related to Axom's 'core' component labels Feb 20, 2025
@gunney1 gunney1 self-assigned this Feb 20, 2025
Copy link
Member

@kennyweiss kennyweiss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @gunney1

Should we add any unit tests to exercise this?

Copy link
Member

@rhornung67 rhornung67 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I echo @kennyweiss question about testing.

Copy link

@Arlie-Capps Arlie-Capps left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, Brian.

@gunney1
Copy link
Contributor Author

gunney1 commented Feb 20, 2025

@kennyweiss @rhornung67 I'm not sure what a non-trivial test would check. The code just returns what it's hard-coded to return. The error was my oversight when I wrote the original code. I just failed to account for all the memory spaces we supported.

@gunney1 gunney1 merged commit ac26fe5 into develop Feb 21, 2025
13 checks passed
@gunney1 gunney1 deleted the bugfix/gunney/uses-mem-space branch February 21, 2025 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Core Issues related to Axom's 'core' component
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants