-
Notifications
You must be signed in to change notification settings - Fork 374
Open
Description
Our default build listed in the README.txt (https://github.com/onnx/onnx-mlir#installation-on-unix) is as follows:
cmake --build .
and this attempts to build stuff for running the check-onnx-backend, which requires onnx. To the best of my understanding, building onnx requires the procedure listed here (https://github.com/onnx/onnx-mlir#installing-third_party-onnx-for-backend-tests-or-rebuilding-onnx-operations).
I don't understand why our CIs don't appear to install onnx from our third_party submodule.
From our discussions today, our default make (listed in the README instructions) should build whatever is needed for an end to end test, namely onnx-mlir. Building also onnx-mlir-opt and running the simple lit tests are probably fine (I am for it)
Metadata
Metadata
Assignees
Labels
No labels