diff --git a/examples/BuddyLlama/CMakeLists.txt b/examples/BuddyLlama/CMakeLists.txt index 6953b7de7d..b7d720685c 100644 --- a/examples/BuddyLlama/CMakeLists.txt +++ b/examples/BuddyLlama/CMakeLists.txt @@ -58,6 +58,11 @@ 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 @@ -65,11 +70,6 @@ add_custom_command( -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