Skip to content

[flang-rt] Add Assign_omp RT call. #145465

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

skc7
Copy link
Contributor

@skc7 skc7 commented Jun 24, 2025

Add runtime Assign_omp call which does memcpy of ptrs on device using "omp_target_memcpy".

void RTDEF(Assign_omp)(Descriptor &to, const Descriptor &from, const char *sourceFile, int sourceLine, omp::OMPDeviceTy omp_device)

Copy link

github-actions bot commented Jun 24, 2025

✅ With the latest revision this PR passed the C/C++ code formatter.

@skc7 skc7 requested a review from mjklemm June 24, 2025 06:37
@skc7 skc7 marked this pull request as ready for review July 4, 2025 09:08
@llvmbot llvmbot added the flang Flang issues not falling into any other category label Jul 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flang Flang issues not falling into any other category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants