show all test results
This commit is contained in:
parent
7e72bd3885
commit
e4f95e2540
|
@ -53,9 +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
|
make all
|
||||||
# ./bin/onnf-opt --shape-inference --lower-frontend ../test-tanh.mlir
|
./bin/onnf-opt --shape-inference --lower-frontend ../test/mlir/onnx/onnx_lowering.mlir
|
||||||
VERBOSE=1 LIT_OPTS=-v make check-mlir-lit
|
# 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
|
# 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
|
||||||
|
|
Loading…
Reference in New Issue