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

request 8-byte buffer alignment on macos #80

Merged
merged 2 commits into from
Sep 20, 2023
Merged

request 8-byte buffer alignment on macos #80

merged 2 commits into from
Sep 20, 2023

Conversation

bluss
Copy link
Owner

@bluss bluss commented Sep 20, 2023

A user showed that in certain configurations, the TLS allocation can even be 8-byte aligned.

Fixes rust-ndarray/ndarray#1327

A user showed that in certain configurations on macos, the TLS allocation can
even be 8-byte aligned.
@bluss bluss changed the title request no mask buffer alignment on macos request 8-byte buffer alignment on macos Sep 20, 2023
Cargo cross does not support this old rust version anymore, increase
cross versions.
@bluss bluss merged commit 86f4432 into master Sep 20, 2023
11 checks passed
@bluss bluss deleted the gemm-align branch September 20, 2023 20:39
@bluss
Copy link
Owner Author

bluss commented Sep 21, 2023

I revised it further to remove even the align(8) and just let it have default alignment. It seems like the only way to do it, when it ignores the alignment request.

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

Successfully merging this pull request may close these issues.

Panic in linear algebra with rustc 1.70
1 participant