more debug

This commit is contained in:
Tian Jin 2019-12-24 03:25:07 -05:00
parent 9281f82181
commit 9eeb48addb
1 changed files with 3 additions and 0 deletions

View File

@ -53,6 +53,9 @@ jobs:
command: | command: |
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
./bin/onnf-opt --shape-inference --lower-frontend ../test/mlir/onnx/onnx_lowering.mlir
./bin/onnf-opt --shape-inference --lower-frontend ../test-tanh.mlir
LIT_OPTS=-v make check-mlir-lit LIT_OPTS=-v make check-mlir-lit
- run: - run:
name: Print the Current Time name: Print the Current Time