Thirumalai-Shaktivel wrote:
Thanks for the quick fix. Yes, it works fine.
Here is another MRE that crashes:
```fortran
subroutine test_workshare_02()
real :: x(10)
integer :: i
call random_number(x)
x = 2
!$omp workshare
forall(i=1: 10) x(i
https://github.com/Thirumalai-Shaktivel created
https://github.com/llvm/llvm-project/pull/113082
Continuation from https://github.com/llvm/llvm-project/pull/104748
> From Documentation:
\
Evaluation of transformational array intrinsic functions may be freely
subdivided into any number of units o
Thirumalai-Shaktivel wrote:
Two issues to fix,
1. Initialize the target with zero
2. Fix Ivan's test failures.
https://github.com/llvm/llvm-project/pull/113082
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.o
Thirumalai-Shaktivel wrote:
Kindly share your thoughts on this idea.
https://github.com/llvm/llvm-project/pull/113082
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-co
https://github.com/Thirumalai-Shaktivel edited
https://github.com/llvm/llvm-project/pull/113082
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/Thirumalai-Shaktivel ready_for_review
https://github.com/llvm/llvm-project/pull/113082
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Thirumalai-Shaktivel wrote:
Hi @ivanradanov, thanks for the PR!
I tried building and testing this PR. And came across a case where it seg
faults. Can you please check it?
```fortran
program test
real :: arr_01(10)
!$omp parallel workshare
arr_01 = arr_01*2
!$
Thirumalai-Shaktivel wrote:
All the PRs LGTM, this works for my test cases.
https://github.com/llvm/llvm-project/pull/101446
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-br