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 @@ -62,9 +62,9 @@ RUN LLVM_PROJECT_ROOT=${WORK_DIR}/llvm-project \
62
62
TEST_NOFLOAT16=${TEST_NOFLOAT16} \
63
63
TEST_MCPU=${TEST_MCPU} \
64
64
TEST_ARGS="${TEST_ARGS}" \
65
- TEST_CASE_BY_USER="test_min_float16_cpu test_max_float16_cpu" \
65
+ # TEST_CASE_BY_USER="test_min_float16_cpu test_max_float16_cpu" \
66
66
-j${NPROC} \
67
- check-onnx-backend-dynamic \
67
+ check-onnx-backend-numerical \
68
68
&& make -j${NPROC} install && ldconfig \
69
69
# Clean up
70
70
&& cd ${WORK_DIR} \
Original file line number Diff line number Diff line change @@ -62,9 +62,9 @@ RUN LLVM_PROJECT_ROOT=${WORK_DIR}/llvm-project \
62
62
TEST_MCPU=${TEST_MCPU} \
63
63
TEST_ARGS="${TEST_ARGS}" \
64
64
TEST_OPTLEVEL=${TEST_OPTLEVEL} \
65
- TEST_CASE_BY_USER="test_min_float16_cpu test_max_float16_cpu" \
65
+ # TEST_CASE_BY_USER="test_min_float16_cpu test_max_float16_cpu" \
66
66
-j${NPROC} \
67
- check-onnx-backend-dynamic \
67
+ check-onnx-backend-numerical \
68
68
&& rm -f Debug/bin/*Test Debug/bin/Perf* Debug/bin/Test* \
69
69
# When building for push event to publish the image, unshallow and
70
70
# 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