commit | 516f3fa9e78b268bd72f6e23f34e95619259c925 | [log] [tgz] |
---|---|---|
author | Geoffrey Martin-Noble <gcmn@google.com> | Wed Aug 18 10:08:53 2021 -0700 |
committer | Geoffrey Martin-Noble <gcmn@google.com> | Wed Aug 18 11:09:55 2021 -0700 |
tree | 4d8b2163f7e1599e241e946af7341c0b5c8cfac3 | |
parent | c15ec9e300cddee70422a1c41dc3c546a53fafe2 [diff] |
Fix MHLO build for InferFusibility -> InferShapeEquality rename Replace reference to `MhloInferFusibilityOpInterface` with `MhloInferShapeEqualityOpInterface`. This was changed in https://github.com/tensorflow/tensorflow/commit/f79bd0770ec7
diff --git a/build_tools/third_party/mlir-hlo/CMakeLists.txt b/build_tools/third_party/mlir-hlo/CMakeLists.txt index 38b6058..0ee1640 100644 --- a/build_tools/third_party/mlir-hlo/CMakeLists.txt +++ b/build_tools/third_party/mlir-hlo/CMakeLists.txt
@@ -20,7 +20,7 @@ ${TF_MLIR_HLO_SOURCE_DIR} DEPS MhloDialect - MhloInferFusibilityOpInterface + MhloInferShapeEqualityOpInterface LmhloDialect ChloPasses MhloToStandard