| ################################################################################ |
| # Autogenerated by build_tools/bazel_to_cmake/bazel_to_cmake.py from # |
| # iree/compiler/Codegen/Common/BUILD # |
| # # |
| # 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 |
| FoldTensorExtractOpIncGen |
| TD_FILE |
| "FoldTensorExtractOp.td" |
| OUTS |
| -gen-rewriters FoldTensorExtractOp.cpp.inc |
| ) |
| |
| iree_cc_library( |
| NAME |
| Common |
| HDRS |
| "BufferizationAnalysis.h" |
| SRCS |
| "BufferizationAnalysis.cpp" |
| "CleanupBufferAllocViewPass.cpp" |
| "ConvertToDestinationPassingStylePass.cpp" |
| "DemoteF32ToF16.cpp" |
| "FlattenMemRefSubspanPass.cpp" |
| "FoldAffineMinInDistributedLoops.cpp" |
| "FoldTensorExtractOpPass.cpp" |
| "ForOpCanonicalizationPass.cpp" |
| "IREEComprehensiveBufferizePass.cpp" |
| "LinalgBufferizePass.cpp" |
| "OptimizeVectorTransferPass.cpp" |
| "RemoveTrivialLoops.cpp" |
| "SetNumWorkgroupsPass.cpp" |
| "VectorizeConv.cpp" |
| "VectorizeMMT4d.cpp" |
| DEPS |
| IREELinalgExtDialect |
| IREELinalgExtPasses |
| LLVMSupport |
| MLIRAffine |
| MLIRAffineUtils |
| MLIRAnalysis |
| MLIRArithmetic |
| MLIRBufferizableOpInterface |
| MLIRComprehensiveBufferize |
| MLIRGPUOps |
| MLIRIR |
| MLIRLLVMCommonConversion |
| MLIRLLVMIR |
| MLIRLinalg |
| MLIRLinalgTransforms |
| MLIRMemRef |
| MLIRMemRefTransforms |
| MLIRPass |
| MLIRSCF |
| MLIRSCFToStandard |
| MLIRSideEffectInterfaces |
| MLIRStandard |
| MLIRSupport |
| MLIRTensor |
| MLIRTransforms |
| MLIRVector |
| iree::compiler::Codegen::Common::FoldTensorExtractOpIncGen |
| iree::compiler::Codegen::Dialect::IREECodegenDialect |
| iree::compiler::Codegen::PassHeaders |
| iree::compiler::Codegen::Transforms |
| iree::compiler::Codegen::Utils |
| iree::compiler::Dialect::Flow::IR |
| iree::compiler::Dialect::HAL::IR |
| iree::compiler::Dialect::Shape::IR |
| iree::compiler::Dialect::Util::IR |
| PUBLIC |
| ) |
| |
| ### BAZEL_TO_CMAKE_PRESERVES_ALL_CONTENT_BELOW_THIS_LINE ### |