Skip to content

Commit

Permalink
[examples] Reorder llama pass pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghb97 committed Jan 2, 2025
1 parent 8541a5e commit 3e7ba50
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/BuddyLlama/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,18 @@ add_custom_command(
-eliminate-empty-tensors
-empty-tensor-to-alloc-tensor
-one-shot-bufferize
-func-bufferize-dynamic-offset
-tensor-bufferize
-arith-bufferize
-buffer-deallocation
-finalizing-bufferize
-matmul-parallel-vectorization-optimize
-batchmatmul-optimize
-convert-linalg-to-affine-loops
-affine-loop-fusion
-affine-parallelize
-lower-affine
-convert-scf-to-openmp
-func-bufferize-dynamic-offset
-tensor-bufferize
-arith-bufferize
-buffer-deallocation
-finalizing-bufferize
-convert-vector-to-scf
-expand-strided-metadata
-cse
Expand Down

0 comments on commit 3e7ba50

Please sign in to comment.