Skip to content

Commit

Permalink
Reduce 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 18, 2024
1 parent 4f2d7a1 commit 1938e5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile.onnx-mlir
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ 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" \
-j${NPROC} \
check-onnx-backend-dynamic \
&& make -j${NPROC} install && ldconfig \
Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile.onnx-mlir-dev
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ 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" \
-j${NPROC} \
check-onnx-backend-dynamic \
&& rm -f Debug/bin/*Test Debug/bin/Perf* Debug/bin/Test* \
Expand Down

0 comments on commit 1938e5f

Please sign in to comment.