Skip to content

Commit 163656b

Browse files
committed
fix script
1 parent 3953d47 commit 163656b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

scripts/correctness.sh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,8 @@
33

44
# need to import tools as a package
55
export PYTHONPATH=$(pwd)
6-
export MLIR_RUNNER_UTILS=${MLIR_DIR}/../../libmlir_runner_utils.so
7-
export MLIR_C_RUNNER_UTILS=${MLIR_DIR}/../../libmlir_c_runner_utils.so
6+
export MLIR_RUNNER_UTILS=install/llvm/lib/libmlir_runner_utils.so
7+
export MLIR_C_RUNNER_UTILS=install/llvm/lib/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-
1410
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)