[Mlir-commits] [mlir] [OpenMP][MLIR] Lowering task_reduction clause to LLVMIR (PR #111788)
Tom Eccles
llvmlistbot at llvm.org
Fri Oct 11 09:17:38 PDT 2024
tblah wrote:
> @tblah Did we switch all flang reductions to byref? If so, is there value in having task reductions by value?
No. We still support by value reductions where we can because there were concerns that the indirection involved in byref would regress performance in those cases
https://github.com/llvm/llvm-project/pull/111788
More information about the Mlir-commits
mailing list