File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -63,9 +63,9 @@ RUN LLVM_PROJECT_ROOT=${WORK_DIR}/llvm-project \
63
63
TEST_MCPU=${TEST_MCPU} \
64
64
TEST_ARGS="${TEST_ARGS}" \
65
65
TEST_CASE_BY_USER="test_min_float16_cpu test_max_float16_cpu" \
66
- ONNX_MLIR_TEST_OPTLEVEL =0 \
66
+ TEST_OPTLEVEL =0 \
67
67
-j${NPROC} \
68
- check-onnx-backend-numerical \
68
+ check-onnx-backend-dynamic \
69
69
&& make -j${NPROC} install && ldconfig \
70
70
# Clean up
71
71
&& cd ${WORK_DIR} \
Original file line number Diff line number Diff line change @@ -63,9 +63,9 @@ RUN LLVM_PROJECT_ROOT=${WORK_DIR}/llvm-project \
63
63
TEST_ARGS="${TEST_ARGS}" \
64
64
TEST_OPTLEVEL=${TEST_OPTLEVEL} \
65
65
TEST_CASE_BY_USER="test_min_float16_cpu test_max_float16_cpu" \
66
- ONNX_MLIR_TEST_OPTLEVEL =0 \
66
+ TEST_OPTLEVEL =0 \
67
67
-j${NPROC} \
68
- check-onnx-backend-numerical \
68
+ check-onnx-backend-dynamic \
69
69
&& rm -f Debug/bin/*Test Debug/bin/Perf* Debug/bin/Test* \
70
70
# When building for push event to publish the image, unshallow and
71
71
# rename origin to upstream to make the repo a bit more dev friendly.
You can’t perform that action at this time.
0 commit comments