Skip to content

Commit

Permalink
Test O0
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 24, 2024
1 parent 65043c0 commit b39c35a
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 @@ -63,9 +63,9 @@ RUN LLVM_PROJECT_ROOT=${WORK_DIR}/llvm-project \
TEST_MCPU=${TEST_MCPU} \
TEST_ARGS="${TEST_ARGS}" \
TEST_CASE_BY_USER="test_min_float16_cpu test_max_float16_cpu" \
ONNX_MLIR_TEST_OPTLEVEL=0 \
TEST_OPTLEVEL=0 \
-j${NPROC} \
check-onnx-backend-numerical \
check-onnx-backend-dynamic \
&& 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 @@ -63,9 +63,9 @@ RUN LLVM_PROJECT_ROOT=${WORK_DIR}/llvm-project \
TEST_ARGS="${TEST_ARGS}" \
TEST_OPTLEVEL=${TEST_OPTLEVEL} \
TEST_CASE_BY_USER="test_min_float16_cpu test_max_float16_cpu" \
ONNX_MLIR_TEST_OPTLEVEL=0 \
TEST_OPTLEVEL=0 \
-j${NPROC} \
check-onnx-backend-numerical \
check-onnx-backend-dynamic \
&& 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 b39c35a

Please sign in to comment.