-
Notifications
You must be signed in to change notification settings - Fork 658
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
[CPU] Add support for parsing AArch64 cpu features. #19881
Conversation
Signed-off-by: hanhanW <hanhan0912@gmail.com>
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.
The logic is inspired from the AArch64AsmParser. I honestly dont know if it is a proper fix or not, and I don't know how if we need a test or not.
I can reproduce the issue (using mnist12) on my mac, and the PR does address the issue.
Signed-off-by: hanhanW <hanhan0912@gmail.com>
Actually, I only verified that it fixes the compilation. For runtime, it crashes with |
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.
Nice!
Yeah, the runtime error is definitely something else. |
I see, thanks for the review! |
A step towards iree-org#19873 --------- Signed-off-by: hanhanW <hanhan0912@gmail.com> Signed-off-by: Hyunsung Lee <ita9naiwa@gmail.com>
A step towards #19873