Skip to content

Commit 900934c

Browse files
committed
chore: run formatter
1 parent 106149f commit 900934c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.bazelrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ build --define tsl_protobuf_header_only=true
1313
build --define=use_fast_cpp_protos=true
1414
build --define=allow_oversize_protos=true
1515

16-
build -c opt
16+
build -c dbg
1717

src/enzyme_ad/jax/Passes/EnzymeHLOOpt.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -2781,7 +2781,8 @@ struct ScatterToDynamicUpdateSlice final
27812781

27822782
auto input = op.getInputs()[0];
27832783
auto scatter = op.getScatterIndices();
2784-
auto updateShape = op.getUpdates()[0].getType().cast<ShapedType>().getShape();
2784+
auto updateShape =
2785+
op.getUpdates()[0].getType().cast<ShapedType>().getShape();
27852786

27862787
if (dims.getInsertedWindowDims().size() == 0 &&
27872788
dims.getUpdateWindowDims().size() == updateShape.size()) {

0 commit comments

Comments
 (0)