add_mlir_dialect_library(MLIRTensorUtils
  Utils.cpp

  ADDITIONAL_HEADER_DIRS
  ${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/Tensor

  LINK_LIBS PUBLIC
  MLIRAffine
  MLIRArithmetic
  MLIRIR
  MLIRTensor
)
