-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Add CPUID for AvxVnniInt8 and AvxVnniInt16 #113956
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
Merged
Merged
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
5bc2b34
Add CPUID for AvxVnniInt8 and AvxVnniInt16
khushal1996 5372b24
AVXVNNIINT* API surface and template tests
khushal1996 3fcd674
Run formatting
khushal1996 f07b326
Remove new keyword where not required
khushal1996 14e224b
Move AvxVnniInt* with other Vex instruction sets
khushal1996 64e1f7d
Add smoke test for Avx10.2 and add AvxvnniInt* Isas to those tests
khushal1996 93f2eb5
Correct smoke tests for avx2
khushal1996 4fb7b25
Add AvxVnniInt* implications
khushal1996 2326663
correct smoke test for AVX2
khushal1996 73f4fbe
Enable Vex encoding of AvxVnniInt* instructions when Avx10.2 is not a…
khushal1996 7056dba
Avx10.2 will support VEX versions of AvxVnniInt*
khushal1996 2a3a10a
Run formatting
khushal1996 12d90eb
Disable Avx10.2 smoketest
khushal1996 0863c8d
Fix the Avx10.2 smoketest
khushal1996 93ac5b9
Merge branch 'main' into kcm-avxvnniint8-cpuid
khushal1996 08f256a
Fix the smoketest
khushal1996 1bb97e7
Merge branch 'main' into kcm-avxvnniint8-cpuid
khushal1996 056b4e4
Merge branch 'main' into kcm-avxvnniint8-cpuid
khushal1996 41faba6
Merge branch 'main' into kcm-avxvnniint8-cpuid
khushal1996 266a1a4
Merge branch 'main' into kcm-avxvnniint8-cpuid
khushal1996 70846a7
Merge branch 'main' into kcm-avxvnniint8-cpuid
khushal1996 0ed5793
Merge remote-tracking branch 'origin' into kcm-avxvnniint8-cpuid
khushal1996 31246e5
Fix assert and instruction definition to merge with main
khushal1996 caccae4
Update src/coreclr/inc/clrconfigvalues.h
khushal1996 bceabb2
Merge branch 'main' into kcm-avxvnniint8-cpuid
khushal1996 39c5296
Merge branch 'main' into kcm-avxvnniint8-cpuid
khushal1996 5a42eb2
Fix nativeAOT smoketests and address review comments
khushal1996 e90dbe6
Merge remote-tracking branch 'origin' into kcm-avxvnniint8-cpuid
khushal1996 601a967
Resolve conflicts after merge
khushal1996 6a65a8b
Use 2 bits / ISA to track 3 scenarios 1. AVXVNNIINT8 + AVXVNNIINT16 (…
khushal1996 6d28fce
Merge remote-tracking branch 'origin/main' into kcm-avxvnniint8-cpuid
khushal1996 8cf1d5f
Enable APIs for AVXVNNIINT and AVXVNNIINT_V512 in JIT
khushal1996 eefcb24
Merge branch 'main' into kcm-avxvnniint8-cpuid
khushal1996 04c586a
Resolve CI errors
khushal1996 b31eb9c
Merge branch 'kcm-avxvnniint8-cpuid' of https://github.com/khushal199…
khushal1996 08393c4
Refactor code for better perf and nit reviews
khushal1996 44e47a1
Merge branch 'main' into kcm-avxvnniint8-cpuid
khushal1996 58699a6
update jiteeversionguid
khushal1996 1eba64d
Use AuxiliaryJitType to track args types for AVX VNNI INT
khushal1996 039feca
Remove x64 IS for AVXVNNIINT and refactor code
khushal1996 e480bdc
Remove X64 ISas for AVXVNNIINT
khushal1996 417fca0
Update src/native/minipal/cpufeatures.c
khushal1996 6f74a41
Merge branch 'main' into kcm-avxvnniint8-cpuid
khushal1996 4038993
Refactoring
khushal1996 edf20a8
Merge remote-tracking branch 'dotnet/main' into kcm-avxvnniint8-cpuid
tannergooding 60fb9eb
Ensure we check compSupportsHWIntrinsic so that NAOT works
tannergooding 6d0778f
Add the missing instruction latencies
tannergooding cbadb1d
Fixing the naot test and InstructionSet query
tannergooding File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.