From 9eeb48addb1e87fbd45e7601f91e146191152107 Mon Sep 17 00:00:00 2001 From: Tian Jin Date: Tue, 24 Dec 2019 03:25:07 -0500 Subject: [PATCH] more debug --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index bc2a391..918045f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -53,6 +53,9 @@ jobs: command: | mkdir build && cd build 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 - run: name: Print the Current Time