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

[BUG] No specification for __ARM_FEATURE_BF16 #285

Open
rearnsha opened this issue Jan 9, 2024 · 1 comment
Open

[BUG] No specification for __ARM_FEATURE_BF16 #285

rearnsha opened this issue Jan 9, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@rearnsha
Copy link

rearnsha commented Jan 9, 2024

The macro __ARM_FEATURE_BF16 is referenced a couple of times in the ACLE specification, but there is no specification of exactly when this macro should be defined by the compiler. That leaves implementers to infer this. Given the text, a possible inference (though probably wrong) is that the compiler supplies the header arm_bf16.h.

There is a similar issue for __ARM_FEATURE_BF16_SCALAR_ARITHMETIC, which is referenced, but not defined (unlike the vector variant).

@rearnsha rearnsha added the bug Something isn't working label Jan 9, 2024
@vhscampos
Copy link
Member

Hi, thanks for your issue report.

If possible, we encourage you to contribute with a Pull Request that addresses this issue. We will be happy to review it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants