In-tree build only builds torch-mlir.

pt2_phase1
Stella Laurenzo 2023-11-01 19:26:00 -07:00
parent 66bba85d38
commit 45c6ee1090
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ function build_in_tree() {
-DTM_PYTORCH_INSTALL_WITHOUT_REBUILD=${TM_PYTORCH_INSTALL_WITHOUT_REBUILD} \
-DPython3_EXECUTABLE="$(which python3)" \
/main_checkout/torch-mlir/externals/llvm-project/llvm
cmake --build /main_checkout/torch-mlir/build
cmake --build /main_checkout/torch-mlir/build --target tools/torch-mlir/all
ccache -s
}