Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental committed Sep 2, 2024
1 parent b6e3ce0 commit 7adb0ec
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ changed for different paths.
Preparing repository:

```
git submodule update --init
git submodule update --init --recursive
```

## Building (along with IREE)
Expand All @@ -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
Expand Down

0 comments on commit 7adb0ec

Please sign in to comment.