Skip to content

AMDMiGraphX Fedora 40 build error fix #29

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

Merged
merged 1 commit into from
May 30, 2024

Conversation

lamikr
Copy link
Owner

@lamikr lamikr commented May 30, 2024

Enable code for exception_ptr only if it is used.
Not sure whether this error was caused by optimizion as patch was not needed on Fedora 39, Ubuntu 23.10 or on Mageia 9.

Error message was:
AMDMIGraphX/src/include/migraphx/par.hpp:58:22: error: no member named 'exception_ptr' in namespace 'std'

Fixes: #12

Enable code for exception_ptr only if it is used.
Not sure whether this error was caused by optimizion
as patch was not needed on Fedora 39, Ubuntu 23.10 or on Mageia 9.

Error message was:
AMDMIGraphX/src/include/migraphx/par.hpp:58:22: error: no member named 'exception_ptr' in namespace 'std'

Fixes: #12

Signed-off-by: Mika Laitio <[email protected]>
@lamikr
Copy link
Owner Author

lamikr commented May 30, 2024

Fedora 40 builds now ok, tested also that does not break build on Mageia 9.

@lamikr lamikr merged commit 4b8b347 into master May 30, 2024
@lamikr lamikr deleted the wip/rocm_sdk_builder_611_bg12_amdmigraphx branch June 1, 2024 01:47
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.

Fedora 40: Compile failure after GCC14 patch
1 participant