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

Deprecate libxsmm_x86_instruction_full_vec_load_of_constants #870

Open
FreddieWitherden opened this issue Mar 8, 2024 · 0 comments
Open

Comments

@FreddieWitherden
Copy link
Contributor

It looks as if several parts of libxsmm still use the libxsmm_x86_instruction_full_vec_load_of_constants method. This is a bit of an awkward function and should probably be replaced by the constant data support. (I added this a while back for the asparse_reg code and used it to migrated away from the constant loading; It has several advantages including avoiding a jump, reduced LI$ usage, and deduplication.)

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