Skip to content

Commit 3b32a9e

Browse files
committed
[examples] Rename next-linalg-matmul-perf to next-linalg-matmul-vec-perf
1 parent b433519 commit 3b32a9e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/BuddyNext/makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2189,9 +2189,9 @@ next-linalg-matmul-decode-perf:
21892189
taskset -c 0-47 \
21902190
./next-linalg-matmul.out || true
21912191

2192-
next-linalg-matmul-perf-run:
2193-
@${BUDDY_OPT} ./next-linalg-matmul-perf.mlir \
2194-
-matmul-vectorization-blis \
2192+
next-linalg-matmul-vec-perf-run:
2193+
@${BUDDY_OPT} ./next-linalg-matmul-vec-perf.mlir \
2194+
-matmul-parallel-vectorization-optimize \
21952195
-convert-linalg-to-affine-loops \
21962196
-affine-parallelize \
21972197
-lower-affine \

0 commit comments

Comments
 (0)