Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop unmaintained transform dialect tests #17858

Merged
merged 2 commits into from
Jul 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions tests/transform_dialect/cpu/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,12 @@ package(
iree_lit_test_suite(
name = "lit",
srcs = [
"contraction-packing.mlir",
"contraction-packing-and-dispatch.mlir",
# DISABLED: incorrectly assuming default flag values.
# "eltwise_reduction_eltwise.mlir",
"fold_tensor_slice_into_transfer.mlir",
# DISABLED: incorrectly assuming default flag values.
# "matmul.mlir",
"matmul_library_call.mlir",
qedawkins marked this conversation as resolved.
Show resolved Hide resolved
],
cfg = "//tests:lit.cfg.py",
# transform dialect spec files are MLIR files that specify a transformation,
# they need to be included as data.
data = [
"matmul_codegen_default_spec.mlir",
"transform_library.mlir",
],
tags = [
Expand All @@ -38,9 +30,7 @@ iree_lit_test_suite(
"noubsan",
],
tools = [
"//tools:iree-benchmark-module",
"//tools:iree-compile",
"//tools:iree-opt",
"//tools:iree-run-module",
"@llvm-project//lld",
"@llvm-project//llvm:FileCheck",
Expand Down
6 changes: 0 additions & 6 deletions tests/transform_dialect/cpu/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,13 @@ iree_lit_test_suite(
NAME
lit
SRCS
"contraction-packing-and-dispatch.mlir"
"contraction-packing.mlir"
"fold_tensor_slice_into_transfer.mlir"
"matmul_library_call.mlir"
TOOLS
${IREE_LLD_TARGET}
FileCheck
iree-benchmark-module
iree-compile
iree-opt
iree-run-module
DATA
matmul_codegen_default_spec.mlir
transform_library.mlir
LABELS
"hostonly"
Expand Down
59 changes: 0 additions & 59 deletions tests/transform_dialect/cpu/contraction-packing-and-dispatch.mlir

This file was deleted.

153 changes: 0 additions & 153 deletions tests/transform_dialect/cpu/contraction-packing.mlir

This file was deleted.

71 changes: 0 additions & 71 deletions tests/transform_dialect/cpu/eltwise_reduction_eltwise.mlir

This file was deleted.

Loading
Loading