We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
reduction
target
1 parent 7396ab1 commit 37d3bf0Copy full SHA for 37d3bf0
llvm/include/llvm/Frontend/OpenMP/OMP.td
@@ -682,7 +682,6 @@ def OMP_Target : Directive<"target"> {
682
VersionedClause<OMPC_FirstPrivate>,
683
VersionedClause<OMPC_IsDevicePtr>,
684
VersionedClause<OMPC_HasDeviceAddr, 51>,
685
- VersionedClause<OMPC_Reduction>,
686
VersionedClause<OMPC_InReduction, 50>,
687
VersionedClause<OMPC_Allocate>,
688
VersionedClause<OMPC_UsesAllocators, 50>,
0 commit comments