https://github.com/kevinsala closed
https://github.com/llvm/llvm-project/pull/155653
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/kevinsala updated
https://github.com/llvm/llvm-project/pull/155653
>From 3cf3c63bdfd3b518ad824f51b2501e0599415881 Mon Sep 17 00:00:00 2001
From: Kevin Sala
Date: Wed, 27 Aug 2025 09:55:31 -0700
Subject: [PATCH] [docs][OpenMP] Claim C/C++ implementation of dyn_groupprivate
cl
https://github.com/kevinsala edited
https://github.com/llvm/llvm-project/pull/155653
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/kevinsala closed
https://github.com/llvm/llvm-project/pull/155651
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/kevinsala updated
https://github.com/llvm/llvm-project/pull/155651
>From d816064c37982addc287bc73c272b4f3c19a9882 Mon Sep 17 00:00:00 2001
From: Kevin Sala
Date: Wed, 27 Aug 2025 09:30:14 -0700
Subject: [PATCH] [docs][OpenMP] Add docs section for OpenMP 6.1 implementation
st
https://github.com/kevinsala updated
https://github.com/llvm/llvm-project/pull/152651
>From 099c502bdf02ed9bc34bbfc70a6e786746ecee90 Mon Sep 17 00:00:00 2001
From: Kevin Sala
Date: Fri, 8 Aug 2025 10:43:52 -0700
Subject: [PATCH 1/6] [OpenMP] Add parser/semantic support for dyn_groupprivate
cla
@@ -1104,6 +1107,7 @@ def OMP_Target : Directive<[Spelling<"target">]> {
let allowedOnceClauses = [
VersionedClause,
VersionedClause,
+VersionedClause,
kevinsala wrote:
I'll rebase and include your changes in #154549 once merged.
https://github.
kevinsala wrote:
> Has `dyn_groupprivate` already been approved to be in 6.1 or is this just a
> PoC implementation?
@shiltian It has been accepted for OpenMP 6.1. Currently I'm missing to
restrict this clause to the 6.1 version.
https://github.com/llvm/llvm-project/pull/152651
__
@@ -1104,6 +1107,7 @@ def OMP_Target : Directive<[Spelling<"target">]> {
let allowedOnceClauses = [
VersionedClause,
VersionedClause,
+VersionedClause,
kevinsala wrote:
The restriction in the spec is correct. Currently, only `cgroup` is allowed i
https://github.com/kevinsala updated
https://github.com/llvm/llvm-project/pull/152651
>From 099c502bdf02ed9bc34bbfc70a6e786746ecee90 Mon Sep 17 00:00:00 2001
From: Kevin Sala
Date: Fri, 8 Aug 2025 10:43:52 -0700
Subject: [PATCH 1/2] [OpenMP] Add parser/semantic support for dyn_groupprivate
cla
https://github.com/kevinsala edited
https://github.com/llvm/llvm-project/pull/152651
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/kevinsala edited
https://github.com/llvm/llvm-project/pull/152651
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/kevinsala updated
https://github.com/llvm/llvm-project/pull/152651
>From 099c502bdf02ed9bc34bbfc70a6e786746ecee90 Mon Sep 17 00:00:00 2001
From: Kevin Sala
Date: Fri, 8 Aug 2025 10:43:52 -0700
Subject: [PATCH] [OpenMP] Add parser/semantic support for dyn_groupprivate
clause
13 matches
Mail list logo