Skip to content

Commit

Permalink
Delete unused code in tensorflow/iree-dialects (WIP)
Browse files Browse the repository at this point in the history
This code doesn't make part of the tensorflow import and seems to have
just been maintained in severed state this past year. Delete instead of
having folks update unused code.
  • Loading branch information
jpienaar committed Dec 11, 2022
1 parent a65364b commit 6e58266
Show file tree
Hide file tree
Showing 126 changed files with 0 additions and 23,573 deletions.
490 changes: 0 additions & 490 deletions integrations/tensorflow/iree-dialects/BUILD

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -21,32 +21,6 @@ extern "C" {

MLIR_DECLARE_CAPI_DIALECT_REGISTRATION(IREEInput, iree_input);

//===--------------------------------------------------------------------===//
// IREELinalgExt
//===--------------------------------------------------------------------===//

MLIR_DECLARE_CAPI_DIALECT_REGISTRATION(IREELinalgExt, iree_linalg_ext);

//===--------------------------------------------------------------------===//
// LinalgTransform
//===--------------------------------------------------------------------===//

MLIR_DECLARE_CAPI_DIALECT_REGISTRATION(LinalgTransform, iree_linalg_transform);

/// Register all passes for LinalgTransform.
MLIR_CAPI_EXPORTED void mlirIREELinalgTransformRegisterPasses();

//===--------------------------------------------------------------------===//
// TransformDialect
//===--------------------------------------------------------------------===//

MLIR_DECLARE_CAPI_DIALECT_REGISTRATION(Transform, transform);

MLIR_CAPI_EXPORTED void ireeRegisterTransformExtensions(MlirContext context);

/// Register all passes for the transform dialect.
MLIR_CAPI_EXPORTED void mlirIREETransformRegisterPasses();

#ifdef __cplusplus
}
#endif
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
add_subdirectory(Input)
add_subdirectory(LinalgExt)
add_subdirectory(LinalgTransform)

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 6e58266

Please sign in to comment.