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

Correct AMX ABI Implementation #824

Open
alheinecke opened this issue Oct 7, 2023 · 0 comments
Open

Correct AMX ABI Implementation #824

alheinecke opened this issue Oct 7, 2023 · 0 comments
Assignees

Comments

@alheinecke
Copy link
Collaborator

With the release of SPR the AMX ABI was slightly revised: tileconfig is neither callee-save nor caller-save. It has to be saved in the call stack, when it's changed. Right now the LIBXSMM assumes now other library/code in the current thread is using AMX. We need to adopt the it "has to be saved" strategy, potentially even introducing a flag the maintain the current behavior, to allow users to optimize tileconfig load/store.

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

2 participants