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

abi: Solidify arch-agnostic APIs. #606

Open
1 of 4 tasks
lkorenc opened this issue Jun 3, 2024 · 0 comments
Open
1 of 4 tasks

abi: Solidify arch-agnostic APIs. #606

lkorenc opened this issue Jun 3, 2024 · 0 comments

Comments

@lkorenc
Copy link
Contributor

lkorenc commented Jun 3, 2024

Prerequisites

  • I have read the documentation and the proposed feature is not implemented.

Description

Classification algorithm is currently designed in a way that splits between data (and apis) presented back to the user and internal classification. However, only x86_64 is really supported. Add stub of Aarch64 classification and by doing that solidify the user facing apis.

  • Add api to choose architecture
  • Make sure we are not leaking any internal abstraction (even by accident - hide with class access)
  • Adapt emit/lower conversion passes to account for multiple architectures and if needed provide hook points.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant