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

[flang][OpenMP][DoConcurrent] Handle mapping non-reference values to device #233

Open
wants to merge 1 commit into
base: amd-trunk-dev
Choose a base branch
from

Conversation

ergawy
Copy link

@ergawy ergawy commented Dec 17, 2024

Fixes a bug uncovered by Berkely Labs' inference-engine project. This handles non-reference/non-box values (e.g. values that result from fir.box_dims ops) when we need to map those values to the target region.

…device

Fixes a bug uncovered by Berkely Labs' inference-engine project. This
handles non-reference/non-box values (e.g. values that result from
`fir.box_dims` ops) when we need to map those values to the target
region.
@ergawy ergawy requested a review from mjklemm December 17, 2024 10:44
Copy link

@mjklemm mjklemm left a comment

Choose a reason for hiding this comment

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

LGTM

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