-
Notifications
You must be signed in to change notification settings - Fork 769
[SYCL] Unroll several loops in __init method accessor class #2449
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
romanovvlad
merged 3 commits into
intel:sycl
from
MrSidims:private/MrSidims/AccessorUnroll
Sep 15, 2020
Merged
[SYCL] Unroll several loops in __init method accessor class #2449
romanovvlad
merged 3 commits into
intel:sycl
from
MrSidims:private/MrSidims/AccessorUnroll
Sep 15, 2020
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
/summary:run |
6c2e15b
to
1d981dc
Compare
/summary:run |
This clang-format suggestion is weird. |
s-kanaev
previously approved these changes
Sep 10, 2020
bader
reviewed
Sep 10, 2020
It might improve performance on several platforms. Co-author: Mark Mendell <[email protected]> Signed-off-by: Dmitry Sidorov <[email protected]>
Signed-off-by: Dmitry Sidorov <[email protected]>
1d981dc
to
80006f3
Compare
Signed-off-by: Dmitry Sidorov <[email protected]>
/summary:run |
@s-kanaev ping |
s-kanaev
approved these changes
Sep 15, 2020
alexbatashev
pushed a commit
to alexbatashev/llvm
that referenced
this pull request
Sep 17, 2020
* upstream/sycl: (405 commits) [SYCL] Implement new env var SYCL_DEVICE_FILTER (intel#2239) [Driver][SYCL] Make /MD the default for -fsycl (intel#2478) [SYCL]: basic support of contexts with multiple devices in Level-Zero (intel#2440) [SYCL] Fix LIT regression after 9dd18ca (intel#2481) [SYCL][L0] Kernel Destroy in piKernelRelease (intel#2475) [SYCL] Emit an aliased function only if it is used (intel#2430) [Driver][SYCL] Add defaultlib directive for sycl lib (intel#2464) [Driver][SYCL] Improve situations where .exe is added for AOT tools (intel#2467) [SYCL][L0]: Check Queue refcnt prior to using members in event wait/release (intel#2471) [SYCL] Unroll several loops in __init method accessor class (intel#2449) [SYCL][Doc] Add link to use pinned memory spec (intel#2463) [SYCL] Link SYCL device libraries by default. (intel#2400) Revert "[SYCL] XFAIL test blcoking pulldown" Avoid usage of deprecated "VectorType::getNumElements" (intel#737) Fix nullptr dereference (intel#741) Do not translate arbitrary precision operations without corresponding extensions (intel#714) Add Constrained Floating-Point Intrinsics support [SYCL] Take into account auxiliary cmake options for Level Zero loader [InstCombine] improve fold of pointer differences [InstCombine] add ptr difference tests; NFC ...
jsji
pushed a commit
that referenced
this pull request
Mar 26, 2024
Although `OpPhi` and `OpVariable` instructions should not be in the same SPIR-V block in a valid module, take into account this case when inserting new `OpVariable` operations. Signed-off-by: Victor Perez <[email protected]> Original commit: KhronosGroup/SPIRV-LLVM-Translator@af06f03bb85c1f4
Chenyang-L
pushed a commit
that referenced
this pull request
Feb 18, 2025
[L0] Update L0 Init checking to print details in error log
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.
It might improve performance on several platforms.
Co-author: Mark Mendell [email protected]
Signed-off-by: Dmitry Sidorov [email protected]