Skip to content

Commit

Permalink
Small refactor the Bazel file
Browse files Browse the repository at this point in the history
  • Loading branch information
lialan committed Dec 29, 2024
1 parent 419ee6b commit d26a392
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ iree_compiler_cc_library(
"Patterns.h",
],
deps = [
"//compiler/src/iree/compiler/Dialect/Encoding/IR",
"//compiler/src/iree/compiler/Dialect/HAL/IR",
"//compiler/src/iree/compiler/Dialect/Stream/Conversion",
"//compiler/src/iree/compiler/Dialect/Stream/IR",
Expand Down
11 changes: 1 addition & 10 deletions tests/e2e/subbyte_types/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,9 @@ package(
licenses = ["notice"], # Apache 2.0
)

LLVM_SRCS = enforce_glob(
# keep sorted
[
"subbyte_types.mlir",
],
include = ["*.mlir"],
exclude = [],
)

iree_check_single_backend_test_suite(
name = "check_llvm-cpu_subbyte_emulation",
srcs = LLVM_SRCS,
srcs = ["subbyte_types.mlir"],
compiler_flags = [
"--iree-llvmcpu-target-cpu=generic",
"--iree-experimental-packed-i1-storage",
Expand Down

0 comments on commit d26a392

Please sign in to comment.