Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sdasgup3 authored Jan 15, 2025
1 parent 7c151f5 commit 459e481
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ workspace(name = "stablehlo")

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

LLVM_COMMIT = "faa3f752896903c2d09d389970d3d0ebf50a1073"
LLVM_COMMIT = "b270525f730be6e7196667925f5a9bfa153262e9"

LLVM_SHA256 = "2c8b76b370dca2a70dac1036244598d357867071217074c5cdf15c43295b0042"
LLVM_SHA256 = "fcf77da395cd5097eac5951471b04aa887f565c3447545239421a0eb7089da7c"

http_archive(
name = "llvm-raw",
Expand Down
2 changes: 1 addition & 1 deletion build_tools/llvm_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
faa3f752896903c2d09d389970d3d0ebf50a1073
b270525f730be6e7196667925f5a9bfa153262e9
5 changes: 3 additions & 2 deletions docs/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -5592,9 +5592,9 @@ undefined.

#### Constraints

<!-- markdownlint-disable line-length -->
* (C1) `same(shape(inputs...))`.
* (C2) `rank(inputs[0]) = size(update_window_dims) + size(inserted_window_dims)
+ size(input_batching_dims)`.
* (C2) `rank(inputs[0]) = size(update_window_dims) + size(inserted_window_dims) + size(input_batching_dims)`.
* (C3) `same(shape(updates...))`.
* (C4) `shape(updates[0]) = combine(update_scatter_dim_sizes,
update_window_dim_sizes)` where:
Expand Down Expand Up @@ -5634,6 +5634,7 @@ undefined.
where `is_promotable(element_type(inputs[i]), Ei)`.
* (C24) `shape(inputs...) = shape(results...)`.
* (C25) `element_type(results[i]) = Ei` for all `i` in `[0,N)`.
<!-- markdownlint-enable line-length -->

#### Examples

Expand Down

0 comments on commit 459e481

Please sign in to comment.