Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation Update #1848

Open
wants to merge 23 commits into
base: main
Choose a base branch
from
Open

Documentation Update #1848

wants to merge 23 commits into from

Conversation

jgmelber
Copy link
Collaborator

@jgmelber jgmelber commented Oct 18, 2024

This adds a simplified setup process for Linux. I am considering adding this to the main README rather than a separate doc in a subdirectory

@jgmelber jgmelber marked this pull request as ready for review October 18, 2024 16:09
docs/quickSetupLin.md Outdated Show resolved Hide resolved
docs/quickSetupLin.md Outdated Show resolved Hide resolved
@AndraBisca
Copy link
Collaborator

AndraBisca commented Oct 18, 2024

I think it would be good to have all build instructions easily available at the main README, or at least a link there pointing to the instructions in a subdirectory (if the README gets too lengthy for example).

@jgmelber
Copy link
Collaborator Author

I think it would be good to have all build instructions easily available at the main README, or at least a link there pointing to the instructions in a subdirectory (if the README gets too lengthy for example).

We have links now but I want to put something on the main page for those interested in getting the programming examples/guide running quickly

docs/quickSetupLin.md Outdated Show resolved Hide resolved
docs/quickSetupLin.md Outdated Show resolved Hide resolved
@jgmelber
Copy link
Collaborator Author

Needs #1852

Comment on lines +47 to +58
1. Download VAIML Installer for Linux based compilation: `ryzen_ai-1.3.0ea1.tgz`

1. Extract the required tools:

``` bash
tar -xzvf ryzen_ai-1.3.0ea1.tgz
cd ryzen_ai-1.3.0
mkdir vitis_aie_essentials
mv vitis_aie_essentials*.whl vitis_aie_essentials
cd vitis_aie_essentials
unzip vitis_aie_essentials*.whl
```
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
1. Download VAIML Installer for Linux based compilation: `ryzen_ai-1.3.0ea1.tgz`
1. Extract the required tools:
``` bash
tar -xzvf ryzen_ai-1.3.0ea1.tgz
cd ryzen_ai-1.3.0
mkdir vitis_aie_essentials
mv vitis_aie_essentials*.whl vitis_aie_essentials
cd vitis_aie_essentials
unzip vitis_aie_essentials*.whl
```
1. Download VAIML Installer for Linux based compilation: `ryzen_ai-1.3.0ea1.tgz`
1. Install the tools:
``` bash
tar -xzvf ryzen_ai-1.3.0ea1.tgz
cd ryzen_ai-1.3.0
./install_ryzen_ai_1_3.sh
```

mlir-aie supports the installer it comes with.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The downside of installing it via the installer or via pip install vitis_aie_essentials is that it pins you to python 3.10

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For that reason I will stick with unzipping. I will investigate a workaround for pinning the Python version later

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants