Skip to content

Commit

Permalink
Re-enable LTC Build (#3261)
Browse files Browse the repository at this point in the history
The LTC Build was disabled in
#3210 due to a regression in the
packaging of the torch nightly wheels
(pytorch/pytorch#124941) which is now
resolved.

So, re-enabling LTC build in this PR
  • Loading branch information
antoniojkim authored Apr 29, 2024
1 parent db67210 commit 122cf22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_tools/ci/build_posix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 122cf22

Please sign in to comment.