We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The instructions in https://xilinx.github.io/mlir-air/building.html appear to have a typo:
git clone https://github.com/stephenneuendorffer/aie-rt cd aie-rt git checkout phoenix_v2023.2 cd driver/src make -f Makefile.Linux CFLAGS="-D__AIEAMDAIR__" sudo cp -r ../include /opt/aiengine/ sudo cp libxaiengine.so* /opt/xaiengine/lib/ export LD_LIBRARY_PATH=/opt/xaiengine/lib:${LD_LIBRARY_PATH}
opt/aiengine vs opt/xaiengine ?
opt/aiengine
opt/xaiengine
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The instructions in https://xilinx.github.io/mlir-air/building.html appear to have a typo:
opt/aiengine
vsopt/xaiengine
?The text was updated successfully, but these errors were encountered: