From 66cf2971d199dd7233229c9427643c1871a3f8f8 Mon Sep 17 00:00:00 2001 From: Maksim Levental Date: Mon, 2 Sep 2024 16:36:09 -0500 Subject: [PATCH] Update README.md Co-authored-by: Jorn Tuyls --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3d5329975..330f1657d 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ which has the effect of not cloning entire repo histories and skipping nested su From the checkout of the repo: ``` +cd iree-amd-aie cmake -B $WHERE_YOU_WOULD_LIKE_TO_BUILD -S third_party/iree \ -DIREE_CMAKE_PLUGIN_PATHS=$PWD -DIREE_BUILD_PYTHON_BINDINGS=ON \ -DIREE_INPUT_STABLEHLO=OFF -DIREE_INPUT_TORCH=OFF -DIREE_INPUT_TOSA=OFF \