llvm / llvm/llvm-project

[flang] [OpenMP] "!$omp dispatch"

Open
#203,317 0 comments 0 reactions 1 assignee Claimed by @SunilKuravinakop View on GitHub
flang:openmp
Dominant language
LLVM
Stars
40.5k
Forks
18.7k
PR merge metrics
PR metrics pending

Description

The following code containing "!$omp dispatch" is not accepted in flang.

```fortran
subroutine test1(a, b, n)
integer :: n
real :: a(n), b(n)

!$omp dispatch
a = sin(b) ! OK
!$omp end dispatch

end subroutine
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.