Skip to content

Commit 1938e5f

Browse files
committed
Reduce tests.
Signed-off-by: Haruki Imai <[email protected]>
1 parent 4f2d7a1 commit 1938e5f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docker/Dockerfile.onnx-mlir

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ RUN LLVM_PROJECT_ROOT=${WORK_DIR}/llvm-project \
6262
TEST_NOFLOAT16=${TEST_NOFLOAT16} \
6363
TEST_MCPU=${TEST_MCPU} \
6464
TEST_ARGS="${TEST_ARGS}" \
65+
TEST_CASE_BY_USER="test_min_float16_cpu test_max_float16_cpu" \
6566
-j${NPROC} \
6667
check-onnx-backend-dynamic \
6768
&& make -j${NPROC} install && ldconfig \

docker/Dockerfile.onnx-mlir-dev

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ RUN LLVM_PROJECT_ROOT=${WORK_DIR}/llvm-project \
6262
TEST_MCPU=${TEST_MCPU} \
6363
TEST_ARGS="${TEST_ARGS}" \
6464
TEST_OPTLEVEL=${TEST_OPTLEVEL} \
65+
TEST_CASE_BY_USER="test_min_float16_cpu test_max_float16_cpu" \
6566
-j${NPROC} \
6667
check-onnx-backend-dynamic \
6768
&& rm -f Debug/bin/*Test Debug/bin/Perf* Debug/bin/Test* \

0 commit comments

Comments
 (0)