[all-commits] [llvm/llvm-project] fa90c9: [mlir] Set up boilerplate build for MLIR benchmarks
Saurabh Jha via All-commits
all-commits at lists.llvm.org
Thu Jan 27 13:45:09 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fa90c9d5e7a310ea87b7032c39c0ca657c794abc
https://github.com/llvm/llvm-project/commit/fa90c9d5e7a310ea87b7032c39c0ca657c794abc
Author: Saurabh Jha <saurabh.jhaa at gmail.com>
Date: 2022-01-27 (Thu, 27 Jan 2022)
Changed paths:
M mlir/CMakeLists.txt
A mlir/benchmark/python/__init__.py
A mlir/benchmark/python/benchmark_sparse.py
A mlir/benchmark/python/common.py
A mlir/utils/mbr/CMakeLists.txt
A mlir/utils/mbr/README.md
A mlir/utils/mbr/mbr/__init__.py
A mlir/utils/mbr/mbr/config.ini
A mlir/utils/mbr/mbr/discovery.py
A mlir/utils/mbr/mbr/main.py
A mlir/utils/mbr/mbr/stats.py
A mlir/utils/mbr/mlir-mbr.in
A mlir/utils/mbr/requirements.txt
A mlir/utils/mbr/setup.py
Log Message:
-----------
[mlir] Set up boilerplate build for MLIR benchmarks
This is is the start of the MLIR benchmarks. It sets up a command
line tool along with conventions to define and run benchmarks
using mlir's python bindings.
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D115174
More information about the All-commits
mailing list