Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* Reset third_party/llvm-project: 8f45b5a7a90f24ae1dabeff161e22594039a8b0a (2022-08-24 20:26:48 +0000): RISCV: permit unaligned nop-slide padding emission
* Updated tensorflow/tensorflow@aed7775
* Updated tensorflow/mlir-hlo@3b1b023
* Fixed mhlo include paths
  • Loading branch information
antiagainst authored Aug 25, 2022
1 parent 4f0c5b1 commit 094ec6d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build_tools/third_party/mlir-hlo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set(TF_MLIR_HLO_SOURCE_DIR
"${IREE_SOURCE_DIR}/third_party/mlir-hlo/"
)
set(TF_MLIR_HLO_BINARY_DIR
"${IREE_BINARY_DIR}/third_party/mlir-hlo/"
"${IREE_BINARY_DIR}/third_party/llvm-project/llvm/tools/mlir-hlo/"
)

external_cc_library(
Expand All @@ -19,9 +19,9 @@ external_cc_library(
ROOT
${TF_MLIR_HLO_SOURCE_DIR}
INCLUDES
"${TF_MLIR_HLO_SOURCE_DIR}/"
"${TF_MLIR_HLO_SOURCE_DIR}/include/"
"${TF_MLIR_HLO_BINARY_DIR}/"
"${TF_MLIR_HLO_SOURCE_DIR}/stablehlo/"
"${TF_MLIR_HLO_BINARY_DIR}/include/"
"${TF_MLIR_HLO_BINARY_DIR}/stablehlo/"
PUBLIC
)
2 changes: 1 addition & 1 deletion integrations/tensorflow/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")

TENSORFLOW_COMMIT = "55791c2c29704da7f52011eeaeb4ec70835fbb7d"
TENSORFLOW_COMMIT = "aed77754ce5c819c7d8d5bedc2252223b673a8d8"

git_repository(
name = "org_tensorflow",
Expand Down
2 changes: 1 addition & 1 deletion third_party/llvm-project
2 changes: 1 addition & 1 deletion third_party/mlir-hlo

0 comments on commit 094ec6d

Please sign in to comment.