-
Notifications
You must be signed in to change notification settings - Fork 769
[SYCL][ESIMD][EMU] Handle intrinsic operations promoted to 4-byte element type #5727
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
kbobrovs
merged 18 commits into
intel:sycl
from
dongkyunahn-intel:esimd_emu_promot_memory_intrinsic
Mar 25, 2022
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
4bd07fe
[SYCL][ESIMD][EMU] Handling intrinsic operations promoted to 4-byte e…
dongkyunahn-intel 858c5c6
__SYCL_DEVICE_ONLY__ is removed from memory.hpp
dongkyunahn-intel 35ee39f
ElemsPerAddrDecoding(), instead of using TySizeLog2 directly
dongkyunahn-intel 1036f5d
Update sycl/include/sycl/ext/intel/experimental/esimd/detail/memory_i…
dongkyunahn-intel c158b84
Update sycl/include/sycl/ext/intel/experimental/esimd/detail/memory_i…
dongkyunahn-intel d1a8919
Missing changes
dongkyunahn-intel 5391f0b
Debugging floating type errors
dongkyunahn-intel d72078d
Preparing pulling origin/sycl branch
dongkyunahn-intel 33d8bba
Merge branch 'sycl' of https://github.com/intel/llvm into esimd_emu_p…
dongkyunahn-intel f37583f
Re-applying changes to relocated header files
dongkyunahn-intel 421bd78
Bug fix in __esimd_pack/unpack_mask()
dongkyunahn-intel 91aa18b
Merge branch 'sycl' of https://github.com/intel/llvm into esimd_emu_p…
dongkyunahn-intel a339d71
Removing 'conditional_t' in handling 4-byte promoted vector argument
dongkyunahn-intel e374a07
Merge branch 'sycl' of https://github.com/intel/llvm into esimd_emu_p…
dongkyunahn-intel 5913d06
Recovering FP-working version for test using CI
dongkyunahn-intel e4b0c21
Revert "Recovering FP-working version for test using CI"
dongkyunahn-intel 3ef244f
Working version - no regression
dongkyunahn-intel 09e17a4
convert_vector<>() for Type-adjustved vectors
dongkyunahn-intel 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
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.
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.
For later: please check with CM library devs that acquiring a mutex is really needed when accessing through a cm buffer. That seems really strange requirement. It is also strange that no mutex is needed when accessing SLM.
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.
Will check with CM Lib devs.
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.
Issue ticket : #5863