Skip to content

Commit 98945f6

Browse files
committed
fix script
1 parent 163656b commit 98945f6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,3 @@ jobs:
5858
- name: Correctness Test
5959
run: |
6060
scripts/correctness.sh
61-
env:
62-
MLIR_DIR: build/lib/cmake/mlir

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=install/llvm/lib/libmlir_runner_utils.so
7-
export MLIR_C_RUNNER_UTILS=install/llvm/lib/libmlir_c_runner_utils.so
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
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)