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

Move run_as_os_thread from hpx::threads to hpx:: #476

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

G-071
Copy link
Member

@G-071 G-071 commented Jan 13, 2024

run_as_os_thread was moved to a different namespace within HPX. This caused some deprecation warnings (and in the case of hipcc actually some compilation errors). This PR should fix that by using the updated namespace.

@G-071 G-071 requested a review from diehlpk January 13, 2024 18:37
Copy link
Member

@diehlpk diehlpk left a comment

Choose a reason for hiding this comment

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

LGTM!

@G-071
Copy link
Member Author

G-071 commented Jan 13, 2024

Unfortunately, changing the namespace make Octo-Tiger incompatible with HPX 1.9.1 as it is still using the old one (hence the failing tests). I think we should postpone this PR at least until the next stable HPX release!

I will attempt to fix the issue with the hipcc compilation on the HPX side though so that we can still use HPX master on AMD devices if required!

@G-071 G-071 marked this pull request as draft January 13, 2024 22:34
@diehlpk
Copy link
Member

diehlpk commented Jul 10, 2024

@G-071 Since HPX 1.10 is releases could we switch to this version and merge the pull request?

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