Skip to content

Commit 3953d47

Browse files
committed
add debug info
1 parent 1f8eabd commit 3953d47

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/correctness.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@ export MLIR_RUNNER_UTILS=${MLIR_DIR}/../../libmlir_runner_utils.so
77
export MLIR_C_RUNNER_UTILS=${MLIR_DIR}/../../libmlir_c_runner_utils.so
88
export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libgomp.so.1
99

10+
ls -al ${MLIR_DIR}/../../
11+
file $MLIR_RUNNER_UTILS
12+
file $MLIR_C_RUNNER_UTILS
13+
1014
python3 -m benchgc --verbose 0 --driver linalg --case matmul_transpose_b -i 1024x512xf32:D -i 1024x512xf32:D -o 1024x1024xf32:D --cast cast_signed

0 commit comments

Comments
 (0)