Skip to content

Commit caeeea4

Browse files
committed
fix script
1 parent 98945f6 commit caeeea4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/correctness.sh

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

44
# need to import tools as a package
55
export PYTHONPATH=$(pwd)
6-
export MLIR_RUNNER_UTILS=$(pwd)/install/llvm/lib/libmlir_runner_utils.so
7-
export MLIR_C_RUNNER_UTILS=$(pwd)/install/llvm/lib/libmlir_c_runner_utils.so
6+
export MLIR_RUNNER_UTILS=/runner/_work/graph-compiler/install/llvm/lib/libmlir_runner_utils.so
7+
export MLIR_C_RUNNER_UTILS=/runner/_work/graph-compiler/install/llvm/lib/libmlir_c_runner_utils.so
88
export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libgomp.so.1
99

1010
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)