Skip to content

Commit

Permalink
Test all backend tests.
Browse files Browse the repository at this point in the history
Signed-off-by: Haruki Imai <imaihal@jp.ibm.com>
  • Loading branch information
imaihal committed Sep 20, 2024
1 parent 42f045f commit b8c7874
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile.onnx-mlir
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ RUN LLVM_PROJECT_ROOT=${WORK_DIR}/llvm-project \
TEST_NOFLOAT16=${TEST_NOFLOAT16} \
TEST_MCPU=${TEST_MCPU} \
TEST_ARGS="${TEST_ARGS}" \
TEST_CASE_BY_USER="test_min_float16_cpu test_max_float16_cpu" \
# TEST_CASE_BY_USER="test_min_float16_cpu test_max_float16_cpu" \
-j${NPROC} \
check-onnx-backend-dynamic \
check-onnx-backend-numerical \
&& make -j${NPROC} install && ldconfig \
# Clean up
&& cd ${WORK_DIR} \
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.onnx-mlir-dev
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ RUN LLVM_PROJECT_ROOT=${WORK_DIR}/llvm-project \
TEST_MCPU=${TEST_MCPU} \
TEST_ARGS="${TEST_ARGS}" \
TEST_OPTLEVEL=${TEST_OPTLEVEL} \
TEST_CASE_BY_USER="test_min_float16_cpu test_max_float16_cpu" \
# TEST_CASE_BY_USER="test_min_float16_cpu test_max_float16_cpu" \
-j${NPROC} \
check-onnx-backend-dynamic \
check-onnx-backend-numerical \
&& rm -f Debug/bin/*Test Debug/bin/Perf* Debug/bin/Test* \
# When building for push event to publish the image, unshallow and
# rename origin to upstream to make the repo a bit more dev friendly.
Expand Down

0 comments on commit b8c7874

Please sign in to comment.