Skip to content

Commit

Permalink
Test O3
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 b39c35a commit cc96b4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.onnx-mlir
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ 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" \
TEST_OPTLEVEL=0 \
# TEST_OPTLEVEL=0 \
-j${NPROC} \
check-onnx-backend-dynamic \
&& make -j${NPROC} install && ldconfig \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.onnx-mlir-dev
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ 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" \
TEST_OPTLEVEL=0 \
# TEST_OPTLEVEL=0 \
-j${NPROC} \
check-onnx-backend-dynamic \
&& rm -f Debug/bin/*Test Debug/bin/Perf* Debug/bin/Test* \
Expand Down

0 comments on commit cc96b4f

Please sign in to comment.