[all-commits] [llvm/llvm-project] 5da548: [mlir][benchmark] Fix import in sparse benchmark.
Ingo Müller via All-commits
all-commits at lists.llvm.org
Fri Jul 15 00:16:04 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5da5483ffb407d6ad1ffe3108b6459d0499c91ab
https://github.com/llvm/llvm-project/commit/5da5483ffb407d6ad1ffe3108b6459d0499c91ab
Author: Ingo Müller <ingomueller at google.com>
Date: 2022-07-15 (Fri, 15 Jul 2022)
Changed paths:
M mlir/benchmark/python/benchmark_sparse.py
M mlir/benchmark/python/common.py
Log Message:
-----------
[mlir][benchmark] Fix import in sparse benchmark.
The benchmark currently fails to run because it cannot find the `func`
symbol when using a `FuncOp`. I suppose that the breakage was introduced
by the extraction of the func dialect from the builtin dialect that
wasn't reflected in the benchmark yet.
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D129738
More information about the All-commits
mailing list