[all-commits] [llvm/llvm-project] db7cc0: Activate OpenMP translation in MLIR execution engi...
rafaelubalmw via All-commits
all-commits at lists.llvm.org
Mon Jun 5 11:57:13 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: db7cc0348c9a0aa44b23948949afef488d5083dd
https://github.com/llvm/llvm-project/commit/db7cc0348c9a0aa44b23948949afef488d5083dd
Author: Rafael Ubal Tena <rubal at mathworks.com>
Date: 2023-06-05 (Mon, 05 Jun 2023)
Changed paths:
M mlir/lib/CAPI/ExecutionEngine/ExecutionEngine.cpp
M mlir/test/CAPI/execution_engine.c
Log Message:
-----------
Activate OpenMP translation in MLIR execution engine CAPI.
We've observed that the MLIR Jit Engine fails when the `omp` dialect is used due to a failure to register OpenMP-related translations. This small patch addresses this issue.
Reviewed By: mehdi_amini
Differential Revision: https://reviews.llvm.org/D151577
More information about the All-commits
mailing list