Skip to content

Commit b39c35a

Browse files
committed
Test O0
Signed-off-by: Haruki Imai <[email protected]>
1 parent 65043c0 commit b39c35a

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
@@ -63,9 +63,9 @@ RUN LLVM_PROJECT_ROOT=${WORK_DIR}/llvm-project \
6363
TEST_MCPU=${TEST_MCPU} \
6464
TEST_ARGS="${TEST_ARGS}" \
6565
TEST_CASE_BY_USER="test_min_float16_cpu test_max_float16_cpu" \
66-
ONNX_MLIR_TEST_OPTLEVEL=0 \
66+
TEST_OPTLEVEL=0 \
6767
-j${NPROC} \
68-
check-onnx-backend-numerical \
68+
check-onnx-backend-dynamic \
6969
&& make -j${NPROC} install && ldconfig \
7070
# Clean up
7171
&& cd ${WORK_DIR} \

docker/Dockerfile.onnx-mlir-dev

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

0 commit comments

Comments
 (0)