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

Cleanup detection of ARM BF16 extension #98

Merged
merged 1 commit into from
Jul 12, 2022
Merged

Cleanup detection of ARM BF16 extension #98

merged 1 commit into from
Jul 12, 2022

Conversation

Maratyszcza
Copy link
Collaborator

  • Remove unneeded svebf16 extension flag, instead use the Linux feature flag to detect bf16 extension
  • Group "fp16 arith" and "bf16" together with other floating-point extensions
  • Rename cpuinfo_has_arm_svebf16 to cpuinfo_has_arm_sve_bf16
  • Add cpuinfo_has_arm_neon_bf16 API

- Remove unneeded svebf16 extension flag, instead use the Linux feature flag to detect bf16 extension
- Group fp16 arith and bf16 together with other floating-point extensions
- Rename cpuinfo_has_arm_svebf16 to cpuinfo_has_arm_sve_bf16
- Add cpuinfo_has_arm_neon_bf16 API
@malfet malfet merged commit 53298db into pytorch:master Jul 12, 2022
megengine-bot pushed a commit to MegEngine/cpuinfo that referenced this pull request Sep 5, 2022
- Remove unneeded svebf16 extension flag, instead use the Linux feature flag to detect bf16 extension
- Group fp16 arith and bf16 together with other floating-point extensions
- Rename cpuinfo_has_arm_svebf16 to cpuinfo_has_arm_sve_bf16
- Add cpuinfo_has_arm_neon_bf16 API

GitOrigin-RevId: 53298db
@Maratyszcza Maratyszcza mentioned this pull request Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants