[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.
This commit is contained in:
Stella Laurenzo 2022-07-16 18:18:43 -07:00
parent 5e83a5b475
commit beebffa9ab
4 changed files with 0 additions and 5 deletions

View File

@ -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

View File

@ -4,7 +4,6 @@
# This file contains the sparse compiler class.
from mlir import all_passes_registration
from mlir import execution_engine
from mlir import ir
from mlir import passmanager

View File

@ -11,7 +11,6 @@ import numpy as np
import os
# Import MLIR related modules.
from mlir import all_passes_registration # Register MLIR compiler passes.
from mlir import execution_engine
from mlir import ir
from mlir import runtime

View File

@ -6,7 +6,6 @@
# test/Integration/Dialect/SparseTensor/python/ until we have a better
# solution.
from mlir import all_passes_registration
from mlir import execution_engine
from mlir import ir
from mlir import passmanager