[all-commits] [llvm/llvm-project] 911932: [mlir][CRunnerUtils] Use explicit execution engine...
Ingo Müller via All-commits
all-commits at lists.llvm.org
Wed Jun 21 02:44:24 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9119325a5666e557a19f38a05525578b556c215b
https://github.com/llvm/llvm-project/commit/9119325a5666e557a19f38a05525578b556c215b
Author: Ingo Müller <ingomueller at google.com>
Date: 2023-06-21 (Wed, 21 Jun 2023)
Changed paths:
M mlir/include/mlir/ExecutionEngine/Float16bits.h
M mlir/lib/ExecutionEngine/CMakeLists.txt
M mlir/lib/ExecutionEngine/CRunnerUtils.cpp
M mlir/lib/ExecutionEngine/Float16bits.cpp
Log Message:
-----------
[mlir][CRunnerUtils] Use explicit execution engine symbol registration.
As a follow up of https://reviews.llvm.org/D153250, this path uses the
explicit symbol registration mechanism of the execution engine in the
CRunnerUtils library.
Reviewed By: mehdi_amini
Differential Revision: https://reviews.llvm.org/D153354
More information about the All-commits
mailing list