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] atomic write on complex #113479

Open
tblah opened this issue Oct 23, 2024 · 0 comments · May be fixed by #121055
Open

[flang][OpenMP] atomic write on complex #113479

tblah opened this issue Oct 23, 2024 · 0 comments · May be fixed by #121055
Assignees
Labels
enhancement Improving things as opposed to bug fixing, e.g. new or missing feature flang:openmp

Comments

@tblah
Copy link
Contributor

tblah commented Oct 23, 2024

program complex_write
  complex :: z
  !$omp atomic write
    z = cmplx(1,1,kind(x))
end program

This currently hits an assertion guarding types allowed to be used in an atomic write. Similar work has been done already for atomic update and atomic read:

@tblah tblah added enhancement Improving things as opposed to bug fixing, e.g. new or missing feature flang:openmp labels Oct 23, 2024
@NimishMishra NimishMishra self-assigned this Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improving things as opposed to bug fixing, e.g. new or missing feature flang:openmp
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants