torch-mlir
torch-mlir copied to clipboard
[Docker version of] Iteratively run the main simplification pipeline.
To run locally:
# Build an image and launch an interactive docker container
./build_tools/docker/run_docker.sh
# Run cmake build (either in-tree or out-of-tree)
./build_tools/docker/run_cmake_build{_oot}.sh
# Run torch-mlir unit tests (+ python + dialect LIT tests)
./build_tools/docker/run_unit_tests.sh
# Run torch-mlir integration tests
./build_tools/docker/run_integration_tests.sh