Skip to content

Commit

Permalink
Integrate LLVM at llvm/llvm-project@c8b5d30
Browse files Browse the repository at this point in the history
Updates LLVM usage.
Further updates the StableHLO submodule to openxla/stablehlo@d1b9d1e and sets the tensorflow version to the stable 2.17.0 relases.
  • Loading branch information
simon-camp committed Aug 20, 2024
1 parent f940cbc commit 9d5705c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build_tools/llvm_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3cf169ca160eaf5464503fbd93d73ee1d8597936
c8b5d30f707757a4fe4d9d0bb01f762665f6942f
3 changes: 1 addition & 2 deletions lib/Conversion/TosaToEmitC/TosaToEmitC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,7 @@ createBroadcastOpIfNeeded(SrcOp &srcOp, Adaptor adaptor,
SmallVector<Value> broadcastedOperands;

for (auto operand : adaptor.getOperands()) {
RankedTensorType operandTensor =
operand.getType().template cast<RankedTensorType>();
RankedTensorType operandTensor = cast<RankedTensorType>(operand.getType());
auto operandShape = operandTensor.getShape();
auto operandRank = operandTensor.getRank();

Expand Down
4 changes: 1 addition & 3 deletions scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
tf-nightly==2.16.0.dev20240207
ml_dtypes==0.3.1
wrapt==1.14.1
tensorflow==2.17.0
2 changes: 1 addition & 1 deletion third_party/stablehlo
Submodule stablehlo updated 414 files

0 comments on commit 9d5705c

Please sign in to comment.