Skip to content

Commit

Permalink
remove lit tests.
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 15, 2024
1 parent 25d1bf8 commit 6eff47c
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 @@ -47,7 +47,7 @@ RUN LLVM_PROJECT_ROOT=${WORK_DIR}/llvm-project \
-DCMAKE_INSTALL_MESSAGE=NEVER \
-DONNX_MLIR_ACCELERATORS=${ACCEL} .. \
&& make -j${NPROC} \
&& make -j${NPROC} LIT_OPTS=-v check-onnx-lit \
# && make -j${NPROC} LIT_OPTS=-v check-onnx-lit \
# FLOAT16 backend tests only work on ppc64le platform at the moment
&& TEST_NOFLOAT16=${TEST_NOFLOAT16:-$([ "$(uname -m)" = "s390x" ] && echo true || \
([ "$(uname -m)" = "x86_64" ] && echo true || \
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 @@ -45,7 +45,7 @@ RUN LLVM_PROJECT_ROOT=${WORK_DIR}/llvm-project \
${ONNX_MLIR_ROOT}/utils/cppcheck_scan/cppcheck-scan.py; \
fi \
&& make -j${NPROC} \
&& make -j${NPROC} LIT_OPTS=-v check-onnx-lit \
# && make -j${NPROC} LIT_OPTS=-v check-onnx-lit \
# FLOAT16 backend tests only work on ppc64le platform at the moment
&& TEST_NOFLOAT16=${TEST_NOFLOAT16:-$([ "$(uname -m)" = "s390x" ] && echo true || \
([ "$(uname -m)" = "x86_64" ] && echo true || \
Expand Down

0 comments on commit 6eff47c

Please sign in to comment.