[Mlir-commits] [clang] [llvm] [mlir] [OpenMP] Migrate GPU Reductions CodeGen from Clang to OMPIRBuilder (PR #80343)
Akash Banerjee
llvmlistbot at llvm.org
Tue Apr 16 08:24:59 PDT 2024
================
@@ -145,6 +145,8 @@ static bool isValidWorkshareLoopScheduleType(OMPScheduleType SchedType) {
}
#endif
+Function *GLOBAL_ReductionFunc = nullptr;
----------------
TIFitis wrote:
We don't need this for now, I've removed it.
https://github.com/llvm/llvm-project/pull/80343
More information about the Mlir-commits
mailing list