Skip to content

Commit

Permalink
Integrate StableHLO at openxla/stablehlo@7111faf
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 561161226
  • Loading branch information
sdasgup3 authored and TensorFlow MLIR Team committed Aug 29, 2023
1 parent a9d3ee6 commit 99791d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions stablehlo/WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ http_archive(
],
)

LLVM_COMMIT = "1ff0bdb86dbfb7c70bbbabcae3affff59a0e0806"
LLVM_COMMIT = "3823395c9d715a1ed993eb13fc2bec97372f5655"

LLVM_SHA256 = "4d9765a4300cec799b07308dfabd0acf7e3fcf335dc9d50840a72d3b1106b39f"
LLVM_SHA256 = "6ee059f385900bb7b0b6c5b6e7d9145cbf216090b03a58c0f96628e6e88b4911"

http_archive(
name = "llvm-raw",
Expand Down
2 changes: 1 addition & 1 deletion stablehlo/stablehlo/dialect/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Version {
static FailureOr<Version> fromString(llvm::StringRef versionRef);

/// Return a Version representing the current VHLO dialect version.
static Version getCurrentVersion() { return Version(0, 14, 15); }
static Version getCurrentVersion() { return Version(0, 14, 16); }

/// Return a Version representing the minimum supported VHLO dialect version.
static Version getMinimumVersion() { return Version(0, 9, 0); }
Expand Down

0 comments on commit 99791d5

Please sign in to comment.