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

[SWDEV-457354] Fix flang-457354 test case #64

Closed

Conversation

DominikAdamski
Copy link

This PR enables test flang-457354 to run by reverting commit (llvm#81929).

We should not mark functions with the "internal-linkage" attribute if they contain an OpenMP target directive. Assigning the internal linkage attribute to such functions causes them to be optimized out by MLIR optimization passes for the offload MLIR files. Consequently, we do not generate offload kernels.

samjwu pushed a commit that referenced this pull request Apr 25, 2024
Documentation - Add sphinx configs for Read the Docs/RTD
@DominikAdamski
Copy link
Author

Issue should be fixed on upstream main branch (PR#89776)

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.

1 participant