From 7adb0ec85bdaab7794a936d9274fcffed2031c37 Mon Sep 17 00:00:00 2001 From: Maksim Levental Date: Sun, 1 Sep 2024 11:03:57 -0500 Subject: [PATCH] Update README.md --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e151aca19..0cfe8042c 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ changed for different paths. Preparing repository: ``` -git submodule update --init +git submodule update --init --recursive ``` ## Building (along with IREE) @@ -40,14 +40,7 @@ cmake -B $WHERE_YOU_WOULD_LIKE_TO_BUILD -S $IREE_REPO_SRC_DIR \ ### Instructions -To pin IREE and its submodules (LLVM, etc) to commits which are compatible -with this plugin, run - -``` -python3 sync_deps.py -``` - -from within the iree-amd-aie root directory. Then the bare minimum CMake configure command is +The bare minimum CMake configure command is ``` cd ../iree-build