Skip to content

Commit

Permalink
[examples] Fix LeNet E2E pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghb97 committed Aug 16, 2024
1 parent 0424893 commit 802cefe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/BuddyLeNet/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ add_custom_command(
${BUDDY_BINARY_DIR}/buddy-opt
-eliminate-empty-tensors
-convert-tensor-to-linalg
-batchmatmul-optimize
-linalg-bufferize
-batchmatmul-optimize
-convert-linalg-to-affine-loops
-lower-affine
-func-bufferize-dynamic-offset
Expand Down

0 comments on commit 802cefe

Please sign in to comment.