[PATCH] D115159: [OpenMP] Make reduction functions SPMD compatible
Joseph Huber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 6 09:32:17 PST 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG744aa09f5218: [OpenMP] Make reduction functions SPMD compatible (authored by jhuber6).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115159/new/
https://reviews.llvm.org/D115159
Files:
llvm/lib/Transforms/IPO/OpenMPOpt.cpp
Index: llvm/lib/Transforms/IPO/OpenMPOpt.cpp
===================================================================
--- llvm/lib/Transforms/IPO/OpenMPOpt.cpp
+++ llvm/lib/Transforms/IPO/OpenMPOpt.cpp
@@ -3964,6 +3964,9 @@
case OMPRTL___kmpc_master:
case OMPRTL___kmpc_end_master:
case OMPRTL___kmpc_barrier:
+ case OMPRTL___kmpc_nvptx_parallel_reduce_nowait_v2:
+ case OMPRTL___kmpc_nvptx_teams_reduce_nowait_v2:
+ case OMPRTL___kmpc_nvptx_end_reduce_nowait:
break;
case OMPRTL___kmpc_distribute_static_init_4:
case OMPRTL___kmpc_distribute_static_init_4u:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115159.392101.patch
Type: text/x-patch
Size: 595 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211206/766d7ace/attachment-0001.bin>
More information about the llvm-commits
mailing list