File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 46
46
run : |
47
47
cmake --build build --target gc-check
48
48
49
+
50
+ - name : Build and install benchgc
51
+ working-directory : build
52
+ run : |
53
+ ninja benchgc
54
+ pip uninstall -y benchgc || true
55
+ pip install test/benchgc/dist/benchgc-*.whl
56
+
49
57
- name : Correctness Test
50
58
run : |
51
59
scripts/correctness.sh
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- pip uninstall -y benchgc || true
4
- pip install build/test/benchgc/dist/benchgc-* .whl
5
3
6
4
# need to import tools as a package
7
5
export PYTHONPATH=$( pwd)
8
6
export MLIR_RUNNER_UTILS=${MLIR_DIR} /../../libmlir_runner_utils.so
9
7
export MLIR_C_RUNNER_UTILS=${MLIR_DIR} /../../libmlir_c_runner_utils.so
10
- export LD_PRELOAD=/lib/x86_64-linux-gnu/libomp .so.5
8
+ export LD_PRELOAD=/usr/ lib/x86_64-linux-gnu/libgomp .so.1
11
9
12
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