torch-mlir icon indicating copy to clipboard operation
torch-mlir copied to clipboard

[Docker version of] Iteratively run the main simplification pipeline.

Open sjain-stanford opened this issue 3 years ago • 0 comments

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

sjain-stanford avatar Aug 17 '22 00:08 sjain-stanford