summaryrefslogtreecommitdiff
path: root/mlir/benchmark/python
diff options
context:
space:
mode:
authorStella Laurenzo <stellaraccident@gmail.com>2022-07-16 18:18:43 -0700
committerStella Laurenzo <stellaraccident@gmail.com>2022-07-16 18:18:43 -0700
commitbeebffa9ab81bba3de91b2cee7a62578ebe1ae00 (patch)
tree623885de02ba8052a7630a61a148f09389f078f8 /mlir/benchmark/python
parent5e83a5b4752da6631d79c446f21e5d128b5c5495 (diff)
[NFC] Remove obsolete all_passes_registration from integration tests.
After https://reviews.llvm.org/D128593 this is not needed (and not available). Was missed in original landing because integration tests do not run on pre-merge.
Diffstat (limited to 'mlir/benchmark/python')
-rw-r--r--mlir/benchmark/python/common.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/mlir/benchmark/python/common.py b/mlir/benchmark/python/common.py
index 3d80892b0fb8..b2269251480b 100644
--- a/mlir/benchmark/python/common.py
+++ b/mlir/benchmark/python/common.py
@@ -1,8 +1,6 @@
"""Common utilities that are useful for all the benchmarks."""
import numpy as np
-import mlir.all_passes_registration
-
from mlir import ir
from mlir.dialects import arith
from mlir.dialects import func