Skip to content

Commit 8a9d41a

Browse files
committed
[examples] Update compilation and excution configuration.
1 parent 973201e commit 8a9d41a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/BuddyDeepSeekR1/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ add_custom_command(
193193
-assume-tight-memref-layout
194194
-matmul-vectorization-decode=vector-size=128
195195
-batch-matmul-vectorization-decode=vector-size=128
196-
-batchmatmul-transpose-b-vectorization
196+
-batchmatmul-transpose-b-vectorization=vector-size=16
197197
-convert-linalg-to-affine-loops
198198
-affine-loop-fusion
199199
-affine-parallelize

examples/BuddyDeepSeekR1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ $ ninja buddy-deepseek-r1-run
8383
$ ./bin/buddy-deepseek-r1-run
8484

8585
// NUMA node binding
86-
numactl --cpunodebind=0,1 --membind=0,1 taskset -c 0-47 ./bin/buddy-deepseek-r1-run
86+
numactl --cpunodebind=0,1,2,3 --interleave=0,1,2,3 taskset -c 0-47 ./bin/buddy-deepseek-r1-run
8787

8888
//f16
8989
$ ninja buddy-deepseek-r1-f16-run

0 commit comments

Comments
 (0)