Unverified Commit 58f45d90 authored by Pranav Bhandarkar's avatar Pranav Bhandarkar Committed by GitHub
Browse files

[flang][openmp] - depend clause support in target, target enter/update/exit...

[flang][openmp] - depend clause support in target, target enter/update/exit data constructs (#81610)

This patch adds support in flang for the depend clause in target and
target enter/update/exit constructs. Previously, the following line in a
fortran program would have resulted in the error shown below it.

    !$omp target map(to:a) depend(in:a)


"not yet implemented: Unhandled clause DEPEND in TARGET construct"
parent 71441ed1
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment