Skip to content

Commit

Permalink
[Benchmark] Fix conv-opt lowering flops benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
meshtag committed Jan 20, 2024
1 parent 422ec20 commit 0d38057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ all:$(OUT)
$(shell rm -rf tempFile)

BUDDY_OPT_OPTIONS := -conv-vectorization="strip-mining=${STRIP}" -lower-affine -convert-scf-to-cf -convert-vector-to-llvm -finalize-memref-to-llvm -convert-arith-to-llvm -convert-func-to-llvm -reconcile-unrealized-casts
MLIR_OPT_OPTIONS := -convert-linalg-to-loops -convert-linalg-to-llvm -lower-affine -convert-scf-to-cf -convert-scf-to-cf -convert-vector-to-llvm --finalize-memref-to-llvm -convert-func-to-llvm -reconcile-unrealized-casts
MLIR_OPT_OPTIONS := -convert-linalg-to-loops -lower-affine -convert-scf-to-cf -convert-scf-to-cf -convert-vector-to-llvm --finalize-memref-to-llvm -convert-func-to-llvm -reconcile-unrealized-casts

$(OUT):$(SOURCE)
@echo $*
Expand Down

0 comments on commit 0d38057

Please sign in to comment.