We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dedb73 commit c2cd79fCopy full SHA for c2cd79f
build_tools/ci/build_posix.sh
@@ -50,7 +50,7 @@ cmake -S "$repo_root/externals/llvm-project/llvm" -B "$build_dir" \
50
-DLLVM_EXTERNAL_TORCH_MLIR_SOURCE_DIR="$repo_root" \
51
-DLLVM_TARGETS_TO_BUILD=host \
52
-DMLIR_ENABLE_BINDINGS_PYTHON=ON \
53
- -DTORCH_MLIR_ENABLE_LTC=OFF \
+ -DTORCH_MLIR_ENABLE_LTC=ON \
54
-DTORCH_MLIR_ENABLE_PYTORCH_EXTENSIONS=ON
55
echo "::endgroup::"
56
0 commit comments