Skip to content

Commit

Permalink
Bump 4w compat to v1.5.0 release Aug 1, 2024
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 674550970
  • Loading branch information
GleasonK authored and Google-ML-Automation committed Sep 14, 2024
1 parent 3c85942 commit 96b59eb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions third_party/stablehlo/temporary.patch
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,12 @@ diff --ruN a/stablehlo/stablehlo/conversions/tosa/transforms/StablehloLegalizeTo
diff --ruN a/stablehlo/stablehlo/dialect/Version.cpp b/stablehlo/stablehlo/dialect/Version.cpp
--- stablehlo/stablehlo/dialect/Version.cpp
+++ stablehlo/stablehlo/dialect/Version.cpp
@@ -82,7 +82,7 @@
@@ -80,9 +80,9 @@
case CompatibilityRequirement::NONE:
return Version::getCurrentVersion();
case CompatibilityRequirement::WEEK_4:
return Version(1, 3, 0); // v1.3.0 - Jul 15, 2024
- return Version(1, 3, 0); // v1.3.0 - Jul 15, 2024
+ return Version(1, 5, 0); // v1.3.0 - Aug 1, 2024
case CompatibilityRequirement::WEEK_12:
- return Version(1, 0, 0); // v1.0.0 - May 14, 2024
+ return Version(1, 1, 0); // v1.1.0 - May 30, 2024
Expand Down

0 comments on commit 96b59eb

Please sign in to comment.