-
Notifications
You must be signed in to change notification settings - Fork 5k
Optimize scalar conversions with AVX512 #84384
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
tannergooding
merged 41 commits into
dotnet:main
from
khushal1996:avx512-scalar-convert-rebased
Jul 16, 2023
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
7d764be
fixing the JITDbl2Ulng helper function. The new AVX512 instruction vc…
khushal1996 f50408b
Making changes to the library test case expected output based on the …
khushal1996 f018095
Fixing the JITDbl2Ulng helper function. Also making sure that we are …
khushal1996 ffe97cd
reverting jitformat
khushal1996 a8ee861
Adding a truncate function to the Dbl2Ulng helper to make sure we avo…
khushal1996 bbd8a8b
Adding code to handle vectorized conversion for float/double to/from …
khushal1996 a21a077
reverting changes for float to ulong
khushal1996 1e3415a
enabling float to ulong conversion
khushal1996 c788c67
Making change to set w1 bit for evex
khushal1996 fbb2a90
merging with main. Picking up hwintrinsiclistxarh from main
khushal1996 9fece01
jit format
khushal1996 b40cd8e
Splitting vcvttss2usi to vcvttss2usi32 and vcvttss2usi64. Also adding…
khushal1996 710026e
undoing jitformat changes due to merge error
khushal1996 75e6acf
removing unused code and correcting throughput and latency informatio…
khushal1996 e15be4b
correcting throughput and latency for vcvttss2usi32 and placing it wi…
khushal1996 10e2876
formatting
khushal1996 9463173
formatting
khushal1996 4f7bb67
updating comments
khushal1996 a99725c
updating code for github comments. Using compIsaSupportedDebugOnly fo…
khushal1996 44390b2
reverting to original checks for ISA supported Debug only because the…
khushal1996 2f20ef3
running jitformat
khushal1996 b7dff8a
running jitformat
khushal1996 9622f78
combine the 2 nodes GT_CAST(GT_CAST(TYP_ULONG, TYP_DOUBLE), TYP_FLOAT…
khushal1996 d3b542f
merging with main and updating hwintrinsiclistxarch to take into cons…
khushal1996 8343e18
Changing noway_assert to assert to make sure compOpportunisticallyDep…
khushal1996 e456763
running jitformat
khushal1996 fdb28c6
Changing compOpportunisticallyDependsOn to compIsaSupportedDebugOnly …
khushal1996 e9ff179
Making code review changes. Moving around the comOpportunisticallyDep…
khushal1996 db2a0cb
FCALL_CONTRACT should be only used on FCalls itself
khushal1996 167b563
Making paralle changes to JITHelper in MathHelper for native AOT
khushal1996 b02a96c
resolving regression issues
khushal1996 fc0d127
Rolling back changes for double/float -> ulong
khushal1996 9b56b86
Rolling back changes for double/float -> ulong
khushal1996 930c473
Reverting ouf_or_range_fp_conversion to original version
khushal1996 b2ae110
Reverting ouf_or_range_fp_conversion to original version
khushal1996 0439e28
Reverting jithelpers.cpp to original versino
khushal1996 2166ae5
Reverting jithelpers.cpp to original version
khushal1996 e2a6029
Changind comments, reverting asserts, skipping to change node for cast
khushal1996 715fc7e
addressing review comments
khushal1996 dc6e41a
Update src/coreclr/jit/morph.cpp
tannergooding b1a31aa
Merge remote-tracking branch 'dotnet/main' into avx512-scalar-convert…
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
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.