From 122cf22cc2b1d2006607dc18e8d2309a94172321 Mon Sep 17 00:00:00 2001 From: "Jae Hoon (Antonio) Kim" <17433012+antoniojkim@users.noreply.github.com> Date: Mon, 29 Apr 2024 15:02:12 -0400 Subject: [PATCH] Re-enable LTC Build (#3261) The LTC Build was disabled in https://github.com/llvm/torch-mlir/pull/3210 due to a regression in the packaging of the torch nightly wheels (https://github.com/pytorch/pytorch/issues/124941) which is now resolved. So, re-enabling LTC build in this PR --- build_tools/ci/build_posix.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_tools/ci/build_posix.sh b/build_tools/ci/build_posix.sh index bacb736ba1f2..fec5e252e8d7 100755 --- a/build_tools/ci/build_posix.sh +++ b/build_tools/ci/build_posix.sh @@ -50,6 +50,7 @@ cmake -S "$repo_root/externals/llvm-project/llvm" -B "$build_dir" \ -DLLVM_EXTERNAL_TORCH_MLIR_SOURCE_DIR="$repo_root" \ -DLLVM_TARGETS_TO_BUILD=host \ -DMLIR_ENABLE_BINDINGS_PYTHON=ON \ + -DTORCH_MLIR_ENABLE_LTC=ON echo "::endgroup::" echo "::group::Build"