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

AVX_VNNI support? #263

Closed
amitdo opened this issue Aug 4, 2022 · 4 comments
Closed

AVX_VNNI support? #263

amitdo opened this issue Aug 4, 2022 · 4 comments
Labels
enhancement New feature or request
Milestone

Comments

@amitdo
Copy link

amitdo commented Aug 4, 2022

It seem you don't support it.

Alder Lake has AVX_VNNI. The next desktop and server CPUs from Intel will have it.

@Mizux Mizux added the enhancement New feature or request label Aug 4, 2022
@toor1245
Copy link
Contributor

toor1245 commented Aug 4, 2022

@amitdo, thanks for the issue. According to documentation, intel-architecture-instruction-set-extensions-programming-reference 27 page we can add it
image

To add it we need to features->avx_vnni = IsBitSet(leaf_7_1.eax, 4);

Processors that support this feature:
https://wiki.alquds.edu/?query=Advanced_Vector_Extensions#AVX-VNNI

@Mizux
Copy link
Collaborator

Mizux commented Aug 4, 2022

closed by #264

@Mizux Mizux closed this as completed Aug 4, 2022
@amitdo
Copy link
Author

amitdo commented Aug 5, 2022

@toor1245, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants