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

Remove explicit AIENGINE and AIEARCH defines from compiler driver #1983

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

Conversation

jgmelber
Copy link
Collaborator

@jgmelber jgmelber commented Dec 16, 2024

AIENGINE and AIEARCH do not need to be explicitly defined by the compiler, the compiler flags for the architecture (ie. --aiearch aie_ml) handle the architecture selection expression.

This is a step towards using the general open source aie_api rather than my fork that comments out the include for adf headers.

This PR builds off of #1982: diff

Copy link
Collaborator

@stephenneuendorffer stephenneuendorffer left a comment

Choose a reason for hiding this comment

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

Thanks for doing this! Can you add a note that older Vitis versions will no longer work? I assume we're only testing with 2024.2 at this point?

@fifield
Copy link
Collaborator

fifield commented Dec 17, 2024

Thanks for doing this! Can you add a note that older Vitis versions will no longer work? I assume we're only testing with 2024.2 at this point?

We currently testing with vitis 2023.2 and with the vitis essentials from ryzen ai sw 1.3 (out of date ea version).

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