-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into aievec_copy_from_mlir_aie
- Loading branch information
Showing
20 changed files
with
360 additions
and
269 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,6 +37,22 @@ git \ | |
The above avoids cloning entire repo histories for submodules, and skips a few, currently, unused, | ||
submodules that are nested in IREE. | ||
|
||
### Dependencies | ||
|
||
#### For Linux | ||
|
||
Build and install `xdna-driver`, use commit `59f1d62`: | ||
|
||
``` | ||
git clone [email protected]:amd/xdna-driver.git | ||
cd <root-of-source-tree> | ||
# get code for submodules | ||
git checkout 59f1d62 | ||
git submodule update --init --recursive | ||
``` | ||
|
||
Follow the instructions to build and install the driver module: https://github.com/amd/xdna-driver. | ||
|
||
## Building (along with IREE) | ||
|
||
### Just show me the CMake | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.