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

Expose AVX512F embedded rounding intrinsics. #97415

Merged
merged 28 commits into from
Feb 15, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
f908fc1
Expose embedded rounding related scalar intrinsic APIs
Ruihan-Yin Nov 15, 2023
6b92bd9
Expose embedded rounding related arithmatic intrinsic APIs
Ruihan-Yin Nov 15, 2023
951752e
Ensure the new APIs are properly lowered
Ruihan-Yin Nov 15, 2023
a3cba48
Bug fixes
Ruihan-Yin Nov 27, 2023
5211cda
Expose embedded rounding casting APIs
Ruihan-Yin Nov 28, 2023
633bd55
Expose arithmetic embedded rounding unit tests
Ruihan-Yin Dec 7, 2023
dc38c5a
Add a test template for embedded rounding APIs, this will be enough t…
Ruihan-Yin Dec 9, 2023
aecb935
Add template for unary ops
Ruihan-Yin Dec 11, 2023
4fce5a1
Expose all the embedded rounding unit tests generated by the templates
Ruihan-Yin Dec 12, 2023
8338675
Expose embedded rounding casting APIs unit tests
Ruihan-Yin Dec 13, 2023
1063c92
Expose handwritten unit tests for embedded rounding APIs with special…
Ruihan-Yin Dec 13, 2023
c821956
Bug fixes:
Ruihan-Yin Jan 23, 2024
4e4b524
Bug fix:
Ruihan-Yin Jan 23, 2024
a39f23e
formatting
Ruihan-Yin Jan 23, 2024
7b294dc
Update API documents for embedded rounding APIs.
Ruihan-Yin Jan 24, 2024
c8f279b
resolve conflicts with #97569
Ruihan-Yin Jan 29, 2024
05a93be
formatting
Ruihan-Yin Jan 30, 2024
3cbce2f
bug fix and remove un-needed SAE related intrinsics
Ruihan-Yin Feb 2, 2024
0af68ea
resolve comments:
Ruihan-Yin Feb 2, 2024
73bd36d
resolve comments:
Ruihan-Yin Feb 2, 2024
38191d3
resolve comments:
Ruihan-Yin Feb 2, 2024
061a8dd
Bug fix:
Ruihan-Yin Feb 5, 2024
1367a9a
formatting
Ruihan-Yin Feb 5, 2024
7de90b2
revert an unexpected change.
Ruihan-Yin Feb 6, 2024
d0c805c
1.Resolve comments:
Ruihan-Yin Feb 13, 2024
fd5a2d5
Expose the rest of embedded rounding APIs
Ruihan-Yin Feb 13, 2024
aa13249
formatting
Ruihan-Yin Feb 14, 2024
7ee7749
Ensure the control byte local is assigned to the correct register.
Ruihan-Yin Feb 14, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update API documents for embedded rounding APIs.
  • Loading branch information
Ruihan-Yin committed Feb 13, 2024
commit 7b294dc218fd119a48aab73b73af17b38ab88b51
Loading