Skip to content

Commit

Permalink
Bump WEEK_12 compat to v1.3.0 (#2584)
Browse files Browse the repository at this point in the history
Bump 12W compat to v1.3.0 released on July 16, 2024

Tags: https://github.com/openxla/stablehlo/tags

12W is used in `xla::GetDefaultStablehloVersion()` which is used by
`PjRtCApiCompiler::Compile()` xla/pjrt/pjrt_c_api_client.cc:2317
  • Loading branch information
apivovarov authored Oct 11, 2024
1 parent 15324c4 commit e0c426f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stablehlo/dialect/Version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Version Version::fromCompatibilityRequirement(
case CompatibilityRequirement::WEEK_4:
return Version(1, 7, 0); // v1.7.0 - Sept 05, 2024
case CompatibilityRequirement::WEEK_12:
return Version(1, 1, 0); // v1.1.0 - May 30, 2024
return Version(1, 3, 0); // v1.3.0 - Jul 16, 2024
case CompatibilityRequirement::MAX:
return Version::getMinimumVersion();
}
Expand Down

0 comments on commit e0c426f

Please sign in to comment.