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

Improve generation of vector instructions #232

Open
boomanaiden154 opened this issue Sep 28, 2024 · 1 comment
Open

Improve generation of vector instructions #232

boomanaiden154 opened this issue Sep 28, 2024 · 1 comment
Assignees

Comments

@boomanaiden154
Copy link
Collaborator

Currently, we only compile for base X86. It would be good to also have instructions from newer ISA extensions like AVX512 in the corpus. This will require some changes in the data collection methodology. Particularly, we need to add additional lowerings enabling specific target features so that we can enable the creation of blocks containing these instructions.

@boomanaiden154 boomanaiden154 self-assigned this Sep 28, 2024
@boomanaiden154
Copy link
Collaborator Author

We also need additional opt runs as the middle end optimization pipeline can call into target transform info to decide on things like vector widths, which will vary depending upon the architecture that we enable.

We'll need to figure out how to limit the number of potential combinations (perhaps only running specific -marches with -O3 to prevent an explosion of the total number of combinations.

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

No branches or pull requests

1 participant