We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6e3ce0 commit 7adb0ecCopy full SHA for 7adb0ec
README.md
@@ -22,7 +22,7 @@ changed for different paths.
22
Preparing repository:
23
24
```
25
-git submodule update --init
+git submodule update --init --recursive
26
27
28
## Building (along with IREE)
@@ -40,14 +40,7 @@ cmake -B $WHERE_YOU_WOULD_LIKE_TO_BUILD -S $IREE_REPO_SRC_DIR \
40
41
### Instructions
42
43
-To pin IREE and its submodules (LLVM, etc) to commits which are compatible
44
-with this plugin, run
45
-
46
-```
47
-python3 sync_deps.py
48
49
50
-from within the iree-amd-aie root directory. Then the bare minimum CMake configure command is
+The bare minimum CMake configure command is
51
52
53
cd ../iree-build
0 commit comments