File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 58
58
- name : Correctness Test
59
59
run : |
60
60
scripts/correctness.sh
61
- env :
62
- MLIR_DIR : build/lib/cmake/mlir
Original file line number Diff line number Diff line change 3
3
4
4
# need to import tools as a package
5
5
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
8
8
export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libgomp.so.1
9
9
10
10
python3 -m benchgc --verbose 0 --driver linalg --case matmul_transpose_b -i 1024x512xf32:D -i 1024x512xf32:D -o 1024x1024xf32:D --cast cast_signed
You can’t perform that action at this time.
0 commit comments