From c5ee454b74d66d1ac5a6fc99b11ed8f04da08df7 Mon Sep 17 00:00:00 2001 From: Lewis Panos Date: Wed, 2 Oct 2024 21:41:38 +0000 Subject: [PATCH] Remove stablehlo separate build section --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 118c12eb..77eadc1b 100644 --- a/README.md +++ b/README.md @@ -10,15 +10,6 @@ tt-xla and stableHLO integration with tt-mlir compiler is still under progress. - clone tt-mlir [repo](https://github.com/tenstorrent/tt-mlir). - Follow tt-mlir build [instructions](https://docs.tenstorrent.com/tt-mlir/build.html) to build tt-mlir environment and install all dependencies. -### StableHLO -Please make sure that you are running the following commands with in tt-mlir `virtual environment` (execute `source env/activate` in `tt-mlir` directory). -``` -cd $TTMLIR_TOOLCHAIN_DIR/src/stablehlo-build/ -cmake ../stablehlo -G Ninja -DMLIR_DIR=${PWD}/../llvm-build/lib/cmake/mlir -cmake --build . -cp $TTMLIR_TOOLCHAIN_DIR/src/stablehlo-build/lib/lib* $TTMLIR_TOOLCHAIN_DIR/lib/ -``` - ### tt-xla This `tt-xla` repo is updated to use cmake instead of bazel and made compatiable with tt-mlir compiler. ```