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 1f8eabd commit 3953d47Copy full SHA for 3953d47
scripts/correctness.sh
@@ -7,4 +7,8 @@ export MLIR_RUNNER_UTILS=${MLIR_DIR}/../../libmlir_runner_utils.so
7
export MLIR_C_RUNNER_UTILS=${MLIR_DIR}/../../libmlir_c_runner_utils.so
8
export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libgomp.so.1
9
10
+ls -al ${MLIR_DIR}/../../
11
+file $MLIR_RUNNER_UTILS
12
+file $MLIR_C_RUNNER_UTILS
13
+
14
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