Skip to content

Commit b8c7874

Browse files
committed
Test all backend tests.
Signed-off-by: Haruki Imai <[email protected]>
1 parent 42f045f commit b8c7874

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docker/Dockerfile.onnx-mlir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ RUN LLVM_PROJECT_ROOT=${WORK_DIR}/llvm-project \
6262
TEST_NOFLOAT16=${TEST_NOFLOAT16} \
6363
TEST_MCPU=${TEST_MCPU} \
6464
TEST_ARGS="${TEST_ARGS}" \
65-
TEST_CASE_BY_USER="test_min_float16_cpu test_max_float16_cpu" \
65+
# TEST_CASE_BY_USER="test_min_float16_cpu test_max_float16_cpu" \
6666
-j${NPROC} \
67-
check-onnx-backend-dynamic \
67+
check-onnx-backend-numerical \
6868
&& make -j${NPROC} install && ldconfig \
6969
# Clean up
7070
&& cd ${WORK_DIR} \

docker/Dockerfile.onnx-mlir-dev

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ RUN LLVM_PROJECT_ROOT=${WORK_DIR}/llvm-project \
6262
TEST_MCPU=${TEST_MCPU} \
6363
TEST_ARGS="${TEST_ARGS}" \
6464
TEST_OPTLEVEL=${TEST_OPTLEVEL} \
65-
TEST_CASE_BY_USER="test_min_float16_cpu test_max_float16_cpu" \
65+
# TEST_CASE_BY_USER="test_min_float16_cpu test_max_float16_cpu" \
6666
-j${NPROC} \
67-
check-onnx-backend-dynamic \
67+
check-onnx-backend-numerical \
6868
&& rm -f Debug/bin/*Test Debug/bin/Perf* Debug/bin/Test* \
6969
# When building for push event to publish the image, unshallow and
7070
# rename origin to upstream to make the repo a bit more dev friendly.

0 commit comments

Comments
 (0)