From b55387ae72b897c397e200aab6af2fd3bf3e9fd8 Mon Sep 17 00:00:00 2001 From: Tian Jin Date: Tue, 24 Dec 2019 02:24:09 -0500 Subject: [PATCH] see what onnx-opt output is --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 130cbce..feaaf91 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -54,8 +54,9 @@ jobs: mkdir build && cd build LLVM_SRC=$(pwd)/../llvm-project/llvm LLVM_BUILD=$(pwd)/../llvm-project/build cmake .. make all - 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 + ./bin/onnf-opt --shape-inference --lower-frontend ../test-tanh.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: name: Print the Current Time command: date