################################################################################
# Autogenerated by build_tools/bazel_to_cmake/bazel_to_cmake.py from           #
# compiler/plugins/input/Torch/InputConversion/test/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()

if(IREE_INPUT_TORCH)
iree_lit_test_suite(
  NAME
    lit
  SRCS
    "apply_pdl_patterns_torch.mlir"
    "assume_strict_symbols.mlir"
    "attention.mlir"
    "auto_input_conversion.mlir"
    "auto_input_conversion_with_transients.mlir"
    "bind_symbolic_shapes.mlir"
    "bitcast_tensor.mlir"
    "func_conversion.mlir"
    "func_conversion_invalid.mlir"
    "func_conversion_sync.mlir"
    "func_conversion_sync_invalid.mlir"
    "func_conversion_transients.mlir"
    "scan.mlir"
    "scatter.mlir"
    "sort.mlir"
    "torch_to_iree.mlir"
    "unstructured_linalg_ext.mlir"
  TOOLS
    FileCheck
    iree-compile
    iree-opt
  DATA
    torch.pdl.mlir
)
endif()

### BAZEL_TO_CMAKE_PRESERVES_ALL_CONTENT_BELOW_THIS_LINE ###
