remove uncessary checks
This commit is contained in:
parent
2ef0f67859
commit
d7a85cd7fa
|
@ -54,8 +54,6 @@ 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
|
||||||
./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
|
||||||
|
|
Loading…
Reference in New Issue