-
Notifications
You must be signed in to change notification settings - Fork 769
[SYCL][ESIMD] Explicit SIMD math APIs. #1855
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
Conversation
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
Contributor
DenisBakhvalov
commented
Jun 10, 2020
Review only 3rd commit: |
f541b48
to
365aa8a
Compare
Pennycook
requested changes
Jun 11, 2020
rbegam
reviewed
Jun 11, 2020
rbegam
reviewed
Jun 11, 2020
rbegam
reviewed
Jun 11, 2020
rbegam
reviewed
Jun 11, 2020
rbegam
reviewed
Jun 11, 2020
keryell
reviewed
Jun 16, 2020
368c108
to
05cb7a8
Compare
keryell
reviewed
Jun 23, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quite clearer!
a1bf39f
to
de85d38
Compare
Pennycook
previously approved these changes
Jun 24, 2020
This patch adds basic headers used to implement Explicit SIMD APIs and integrates them into deployment. Signed-off-by: Denis Bakhvalov <[email protected]> Author: Wei Pan Co-authored-by: Chen, Kai Yu <[email protected]> Co-authored-by: Chen, Gang Y <[email protected]> Co-authored-by: Bobrovsky, Konstantin S <[email protected]> Signed-off-by: Denis Bakhvalov <[email protected]>
This patch adds simd and simd_view class implementation used to implement Explicit SIMD vector APIs. Author: Wei Pan Co-authored-by: Chen, Gang Y <[email protected]> Co-authored-by: Bobrovsky, Konstantin S <[email protected]> Co-authored-by: Ashar, Pratik J <[email protected]> Signed-off-by: Denis Bakhvalov <[email protected]>
de85d38
to
017a461
Compare
This commit adds implementation of Explicit SIMD math APIs along with math intrinsics used to implement operations with SIMD classes. Author: Chen, Gang Y <[email protected]> Co-authored-by: Chen, Kai Yu <[email protected]> Signed-off-by: Denis Bakhvalov <[email protected]>
017a461
to
0519707
Compare
@DenisBakhvalov, please, resolve merge conflicts. |
rbegam
approved these changes
Jul 7, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
FreddyLeaf
pushed a commit
to FreddyLeaf/llvm
that referenced
this pull request
Mar 22, 2023
Under this option this extended instruction set will be implemented Spec: https://github.com/KhronosGroup/SPIRV-Registry/blob/main/nonsemantic/NonSemantic.Shader.DebugInfo.100.asciidoc TODO: to rename NonSemantic.Kernel.DebugInfo.100 to NonSemantic.Shader.DebugInfo.200 when the name is stable Signed-off-by: Sidorov, Dmitry <[email protected]> Original commit: KhronosGroup/SPIRV-LLVM-Translator@a8c3ba2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.