We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caeeea4 commit 8999233Copy full SHA for 8999233
scripts/correctness.sh
@@ -3,8 +3,8 @@
3
4
# need to import tools as a package
5
export PYTHONPATH=$(pwd)
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
8
-export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libgomp.so.1
+export MLIR_RUNNER_UTILS=../install/llvm/lib/libmlir_runner_utils.so
+export MLIR_C_RUNNER_UTILS=../install/llvm/lib/libmlir_c_runner_utils.so
+export LD_PRELOAD=/lib/x86_64-linux-gnu/libomp5.so
9
10
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