You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
trim trailing whitespace across branch (pre-commit auto-fix)
pre-commit's trailing-whitespace hook flagged 16 files on this branch
with stray trailing whitespace (mostly Makefiles, MLIR repeat_count
tests, and a couple of workflows + docs). Letting the hook fix them
so future pre-push runs are quiet.
No functional changes — whitespace only.
Co-Authored-By: Claude Opus 4 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/Building.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Building the MLIR-AIE Codebase on Linux
2
2
3
-
These instructions will guide you through everything required for building and executing a program on the Ryzen™ AI NPU, starting from a fresh bare-bones **Ubuntu 24.04** or **Ubuntu 24.10** install. It is possible to use **Ubuntu 22.04** however you must follow the documentation on the [xdna-driver](https://github.com/amd/xdna-driver) repository to configure the Linux kernel, driver and runtime for deployment.
3
+
These instructions will guide you through everything required for building and executing a program on the Ryzen™ AI NPU, starting from a fresh bare-bones **Ubuntu 24.04** or **Ubuntu 24.10** install. It is possible to use **Ubuntu 22.04** however you must follow the documentation on the [xdna-driver](https://github.com/amd/xdna-driver) repository to configure the Linux kernel, driver and runtime for deployment.
4
4
5
5
## Initial Setup
6
6
@@ -9,7 +9,7 @@ These instructions will guide you through everything required for building and e
9
9
If starting from `Ubuntu 24.04` you may need to update the Linux kernel to 6.11+ by installing the Hardware Enablement (HWE) stack:
@@ -204,7 +204,7 @@ If the [upstream packages](#install-from-upstream-packages-ubuntu-2404) do not s
204
204
### Update BIOS:
205
205
206
206
Be sure you have the latest BIOS foryour laptop or mini PC, this will ensure the NPU (sometimes referred to as IPU) is enabledin the system. You may need to manually enable the NPU:
207
-
```Advanced → CPU Configuration → IPU```
207
+
```Advanced → CPU Configuration → IPU```
208
208
209
209
>**NOTE:** Some manufacturers only provide Windows executables to update the BIOS, please do this before installing Ubuntu.
0 commit comments