Skip to content

Commit

Permalink
Integrate LLVM at llvm/llvm-project@b270525f730b
Browse files Browse the repository at this point in the history
  • Loading branch information
sdasgup3 committed Jan 14, 2025
1 parent 7c151f5 commit fd1d59c
Show file tree
Hide file tree
Showing 3 changed files with 4 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
3 changes: 1 addition & 2 deletions docs/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -5593,8 +5593,7 @@ undefined.
#### Constraints

* (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

0 comments on commit fd1d59c

Please sign in to comment.