| ################################################################################ |
| # Autogenerated by build_tools/bazel_to_cmake/bazel_to_cmake.py from # |
| # compiler/plugins/input/TOSA/InputConversion/BUILD.bazel # |
| # # |
| # Use iree_cmake_extra_content from iree/build_defs.oss.bzl to add arbitrary # |
| # CMake-only content. # |
| # # |
| # To disable autogeneration for this file entirely, delete this header. # |
| ################################################################################ |
| |
| iree_add_all_subdirs() |
| |
| iree_tablegen_library( |
| NAME |
| PassesIncGen |
| TD_FILE |
| "Passes.td" |
| OUTS |
| --gen-pass-decls Passes.h.inc |
| ) |
| |
| iree_cc_library( |
| NAME |
| PassHeaders |
| HDRS |
| "Passes.h" |
| "Passes.h.inc" |
| DEPS |
| ::PassesIncGen |
| MLIRArithDialect |
| MLIRFuncDialect |
| MLIRFunctionInterfaces |
| MLIRLinalgDialect |
| MLIRPass |
| MLIRTensorDialect |
| MLIRTransformUtils |
| MLIRTransforms |
| iree::compiler::Dialect::LinalgExt::IR |
| PUBLIC |
| ) |
| |
| iree_cc_library( |
| NAME |
| InputConversion |
| HDRS |
| "Passes.h" |
| SRCS |
| "Converti48Toi64.cpp" |
| "Passes.cpp" |
| "StripSignedness.cpp" |
| "TosaToLinalgExt.cpp" |
| "VerifyCompilerTOSAInputLegality.cpp" |
| DEPS |
| ::PassHeaders |
| ::PassesIncGen |
| MLIRArithDialect |
| MLIRFuncDialect |
| MLIRFunctionInterfaces |
| MLIRIR |
| MLIRLinalgDialect |
| MLIRPass |
| MLIRSCFToControlFlow |
| MLIRTensorDialect |
| MLIRTosaDialect |
| MLIRTosaToArith |
| MLIRTosaToLinalg |
| MLIRTosaToMLProgram |
| MLIRTosaToSCF |
| MLIRTosaToTensor |
| MLIRTransformUtils |
| MLIRTransforms |
| iree::compiler::Dialect::LinalgExt::IR |
| iree::compiler::InputConversion::Common |
| PUBLIC |
| ) |
| |
| ### BAZEL_TO_CMAKE_PRESERVES_ALL_CONTENT_BELOW_THIS_LINE ### |