see what onnx-opt output is

This commit is contained in:
Tian Jin 2019-12-24 02:24:09 -05:00
parent 37853cb61b
commit b55387ae72
1 changed files with 3 additions and 2 deletions

View File

@ -54,8 +54,9 @@ jobs:
mkdir build && cd build mkdir build && cd build
LLVM_SRC=$(pwd)/../llvm-project/llvm LLVM_BUILD=$(pwd)/../llvm-project/build cmake .. LLVM_SRC=$(pwd)/../llvm-project/llvm LLVM_BUILD=$(pwd)/../llvm-project/build cmake ..
make all make all
VERBOSE=1 LIT_OPTS=-v make check-mlir-lit ./bin/onnf-opt --shape-inference --lower-frontend ../test-tanh.mlir
cd /home/circleci/project/build/test/mlir && /usr/local/bin/python /home/circleci/project/build/../llvm-project/build/bin/llvm-lit -v /home/circleci/project/build/test/mlir # VERBOSE=1 LIT_OPTS=-v make check-mlir-lit
# cd /home/circleci/project/build/test/mlir && /usr/local/bin/python /home/circleci/project/build/../llvm-project/build/bin/llvm-lit -v /home/circleci/project/build/test/mlir
- run: - run:
name: Print the Current Time name: Print the Current Time
command: date command: date