-
Notifications
You must be signed in to change notification settings - Fork 26
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
updating documentation with new mlir-aie build script #257
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make sense to me. I guess a related question might be when an open source user tries to clone a libxaie from the github-clone-build-libxaie.sh
, then it might not necessarily be in /opt. I wonder if we should add some comment in the doc to explain that you can build libxaie yourself, and replace the /opt/xaiengine with something like /path/to/libxaie/install?
Good point. Do we want users running the |
I think in some server settings, a user without sudo would not have access to /opt. I think it might be useful to clarify that /opt write access is not a requirement in order to build our tool. |
…ng more information to users on where the aienginev2 library can be installed, and how to point to it.
c98970c
to
437919f
Compare
I still have this Xilinx/mlir-aie#395 |
Great point. In 437919f added some additional commentary on where the library should be installed. Let me know what you think and feel free to add anything else. |
Looks great to me. Thanks. |
The |
At the same time we have a lot of scripts with a lot of copy-paste difficult to handle and keep in sync. |
My preference would be to not have scripts as documentation at all and only have the CI infra scripts (which are tested by design). Instead we should have docs that actually teach people how to set the cmake parameters for their situation (example). The problem with the scripts is they rarely work for more that one person's environment resulting in a set of PRs each time a new developer tries to "fix" them. |
Having such docs would be helpful. People like me may try to "fix" the scripts in a hope to make more people's envs work with this project. Open source users tend to say that the project doesn't work and just walk away. |
Updating the documentation to be consistent with the new build-mlir-aie-local.sh script.