[SYCL] Split read/write lockings#2292
Merged
vladimirlaz merged 26 commits intoJun 16, 2021
Merged
Conversation
Signed-off-by: Sergey Kanaev <sergey.kanaev@intel.com>
Contributor
Author
|
Need to eliminate event leak. |
added 3 commits
August 11, 2020 16:41
Signed-off-by: Sergey Kanaev <sergey.kanaev@intel.com>
Contributor
|
@s-kanaev, do you plan to merge this PR? |
Contributor
Author
Yes. I need some time for it. |
added 3 commits
October 14, 2020 17:30
Signed-off-by: Sergey Kanaev <sergey.kanaev@intel.com>
Signed-off-by: Sergey Kanaev <sergey.kanaev@intel.com>
Contributor
Just an observation - half a year has passed... |
added 6 commits
May 11, 2021 19:58
…-write-lock-split
Signed-off-by: Sergey Kanaev <sergey.kanaev@intel.com>
Signed-off-by: Sergey Kanaev <sergey.kanaev@intel.com>
Signed-off-by: Sergey Kanaev <sergey.kanaev@intel.com>
Signed-off-by: Sergey Kanaev <sergey.kanaev@intel.com>
added 5 commits
May 20, 2021 12:25
…-write-lock-split
Signed-off-by: Sergey Kanaev <sergey.kanaev@intel.com>
Signed-off-by: Sergey Kanaev <sergey.kanaev@intel.com>
Signed-off-by: Sergey Kanaev <sergey.kanaev@intel.com>
Signed-off-by: Sergey Kanaev <sergey.kanaev@intel.com>
Contributor
Author
|
/summary:run |
Contributor
|
Is this pull request going to enable simultaneous read access to common buffers from different devices? |
Contributor
Author
|
@mfbalin , could you, please post an issue to intel/llvm? |
Contributor
Author
|
@sergey-semenov , @v-klochkov , @alexanderfle , a friendly ping. |
v-klochkov
reviewed
Jun 10, 2021
v-klochkov
reviewed
Jun 10, 2021
v-klochkov
reviewed
Jun 10, 2021
v-klochkov
reviewed
Jun 10, 2021
v-klochkov
reviewed
Jun 10, 2021
s-kanaev
commented
Jun 10, 2021
Signed-off-by: Sergey Kanaev <sergey.kanaev@intel.com>
Contributor
|
Thank you for the additional fixes! Please address the new build fails. |
added 6 commits
June 11, 2021 10:32
Signed-off-by: Sergey Kanaev <sergey.kanaev@intel.com>
Signed-off-by: Sergey Kanaev <sergey.kanaev@intel.com>
Signed-off-by: Sergey Kanaev <sergey.kanaev@intel.com>
…-write-lock-split
Signed-off-by: Sergey Kanaev <sergey.kanaev@intel.com>
Signed-off-by: Sergey Kanaev <sergey.kanaev@intel.com>
Signed-off-by: Sergey Kanaev <sergey.kanaev@intel.com>
v-klochkov
approved these changes
Jun 11, 2021
Contributor
|
@s-kanaev, please, take a look at pre-commit check fails. |
alexbatashev
pushed a commit
to alexbatashev/llvm
that referenced
this pull request
Jun 18, 2021
* upstream/sycl: (776 commits) Align CMake requirements with upstream. (intel#3928) [SYCL] Deprecate [[intel::reqd_work_group_size]] attribute spelling (intel#3927) [SYCL] Fix post commit after PR 2292 (intel#3939) {SYCL][PI][L0] - Eliminate std::string construction/destruction overhead. (intel#3931) [ESIMD] Overloading sycl sin,cos,exp,log functions for ESIMD arguments (intel#3717) [sycl-post-link] Add device image property for assert feature (intel#3881) [SYCL] Split read/write lockings (intel#2292) Handle OpSpecConstantOp with Select Handle OpSpecConstantOp with SMod Add tests for SConvert, UConvert, BitCast OpSpecConstantOp Fix attachment of decoration to spec constants Implement support for dynamic memmove Align clang-tidy/format versions to LLVM version Handle OpSpecConstantOp for integer comparisons Handle OpSpecConstantOp for SNegate, Not, and LogicalNot Extend OpSpecConstantOp testing for initializers Use IRBuilder for folding Fix translating of compile unit Support buffers in LinalgFoldUnitExtentDims [gn build] Port d0a5d86 ...
jsji
pushed a commit
that referenced
this pull request
Jan 11, 2024
Use target triple's subarch component, if present, for setting exact SPIR-V version for the SPIR-V emission. Resolves #1509. Original commit: KhronosGroup/SPIRV-LLVM-Translator@9f29f97
Chenyang-L
pushed a commit
that referenced
this pull request
Feb 18, 2025
…error [DeviceASAN] Disable memory leak detection when asan exit with errors
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
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.
No description provided.