-
Notifications
You must be signed in to change notification settings - Fork 246
add support for split barriers extension SPV_INTEL_split_barrier #1424
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
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
This was referenced Feb 25, 2022
haonanya
pushed a commit
to haonanya/opencl-clang
that referenced
this pull request
Feb 28, 2022
This backports KhronosGroup/SPIRV-LLVM-Translator#1424 Signed-off-by: haonanya <[email protected]>
haonanya
pushed a commit
to haonanya/opencl-clang
that referenced
this pull request
Feb 28, 2022
This backports KhronosGroup/SPIRV-LLVM-Translator#1424 Signed-off-by: Haonan Yang <[email protected]>
haonanya
pushed a commit
to haonanya/opencl-clang
that referenced
this pull request
Feb 28, 2022
This backports KhronosGroup/SPIRV-LLVM-Translator#1424 Signed-off-by: haonanya <[email protected]>
haonanya
pushed a commit
to haonanya/opencl-clang
that referenced
this pull request
Mar 1, 2022
This backports KhronosGroup/SPIRV-LLVM-Translator#1424 Signed-off-by: haonanya <[email protected]>
fzou1
pushed a commit
to intel/opencl-clang
that referenced
this pull request
Mar 1, 2022
This backports KhronosGroup/SPIRV-LLVM-Translator#1424 Signed-off-by: haonanya <[email protected]>
fzou1
pushed a commit
to intel/opencl-clang
that referenced
this pull request
Mar 1, 2022
This backports KhronosGroup/SPIRV-LLVM-Translator#1424 Signed-off-by: Haonan Yang <[email protected]>
fzou1
pushed a commit
to intel/opencl-clang
that referenced
this pull request
Mar 1, 2022
This backports KhronosGroup/SPIRV-LLVM-Translator#1424 Signed-off-by: haonanya <[email protected]>
MrSidims
reviewed
Mar 11, 2022
Contributor
MrSidims
left a comment
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, just few nits
test/transcoding/SPV_INTEL_split_barrier/split_work_group_barrier_12.ll
Outdated
Show resolved
Hide resolved
51f0b59 to
82d693c
Compare
MrSidims
approved these changes
Aug 31, 2022
Contributor
MrSidims
left a comment
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, will merge the patch by EOD
haonanya
pushed a commit
to haonanya/SPIRV-LLVM-Translator
that referenced
this pull request
Oct 14, 2022
…lit_barrier (KhronosGroup#1424) This backports KhronosGroup#1424 This PR adds support for split barriers and the SPV_INTEL_split_barrier extension. The related SPIR-V extension spec can be found here: * KhronosGroup/SPIRV-Registry#136 The related OpenCL C extension spec can be found here: * KhronosGroup/OpenCL-Docs#765
MrSidims
pushed a commit
that referenced
this pull request
Oct 14, 2022
…lit_barrier This backports #1424 This PR adds support for split barriers and the SPV_INTEL_split_barrier extension. The related SPIR-V extension spec can be found here: * KhronosGroup/SPIRV-Registry#136 The related OpenCL C extension spec can be found here: * KhronosGroup/OpenCL-Docs#765
haonanya
pushed a commit
to haonanya/SPIRV-LLVM-Translator
that referenced
this pull request
Oct 19, 2022
…lit_barrier This backports KhronosGroup#1424 This PR adds support for split barriers and the SPV_INTEL_split_barrier extension. The related SPIR-V extension spec can be found here: KhronosGroup/SPIRV-Registry#136 The related OpenCL C extension spec can be found here: KhronosGroup/OpenCL-Docs#765
haonanya
pushed a commit
to haonanya/SPIRV-LLVM-Translator
that referenced
this pull request
Oct 19, 2022
…lit_barrier This backports KhronosGroup#1424 This PR adds support for split barriers and the SPV_INTEL_split_barrier extension. The related SPIR-V extension spec can be found here: KhronosGroup/SPIRV-Registry#136 The related OpenCL C extension spec can be found here: KhronosGroup/OpenCL-Docs#765 Signed-off-by: Haonan Yang <[email protected]>
haonanya
pushed a commit
to haonanya/SPIRV-LLVM-Translator
that referenced
this pull request
Oct 19, 2022
…onosGroup#1424) This PR adds support for split barriers and the SPV_INTEL_split_barrier extension. The related SPIR-V extension spec can be found here: * KhronosGroup/SPIRV-Registry#136 The related OpenCL C extension spec can be found here: * KhronosGroup/OpenCL-Docs#765
haonanya
pushed a commit
to haonanya/SPIRV-LLVM-Translator
that referenced
this pull request
Oct 19, 2022
…onosGroup#1424) This PR adds support for split barriers and the SPV_INTEL_split_barrier extension. The related SPIR-V extension spec can be found here: * KhronosGroup/SPIRV-Registry#136 The related OpenCL C extension spec can be found here: * KhronosGroup/OpenCL-Docs#765
MrSidims
pushed a commit
that referenced
this pull request
Oct 19, 2022
…lit_barrier (#1660) This backports #1424 This PR adds support for split barriers and the SPV_INTEL_split_barrier extension. The related SPIR-V extension spec can be found here: KhronosGroup/SPIRV-Registry#136 The related OpenCL C extension spec can be found here: KhronosGroup/OpenCL-Docs#765
MrSidims
pushed a commit
that referenced
this pull request
Oct 20, 2022
…lit_barrier (#1661) This backports #1424 This PR adds support for split barriers and the SPV_INTEL_split_barrier extension. The related SPIR-V extension spec can be found here: KhronosGroup/SPIRV-Registry#136 The related OpenCL C extension spec can be found here: KhronosGroup/OpenCL-Docs#765 Signed-off-by: Haonan Yang <[email protected]> Signed-off-by: Haonan Yang <[email protected]>
MrSidims
pushed a commit
that referenced
this pull request
Oct 20, 2022
…) (#1662) This PR adds support for split barriers and the SPV_INTEL_split_barrier extension. The related SPIR-V extension spec can be found here: * KhronosGroup/SPIRV-Registry#136 The related OpenCL C extension spec can be found here: * KhronosGroup/OpenCL-Docs#765 Co-authored-by: Ben Ashbaugh <[email protected]>
MrSidims
pushed a commit
that referenced
this pull request
Oct 20, 2022
…) (#1663) This PR adds support for split barriers and the SPV_INTEL_split_barrier extension. The related SPIR-V extension spec can be found here: * KhronosGroup/SPIRV-Registry#136 The related OpenCL C extension spec can be found here: * KhronosGroup/OpenCL-Docs#765 Co-authored-by: Ben Ashbaugh <[email protected]>
stanleygambarin
pushed a commit
to stanleygambarin/SPIRV-LLVM-Translator
that referenced
this pull request
Feb 28, 2023
…plit_barrier This backports KhronosGroup#1424 This PR adds support for split barriers and the SPV_INTEL_split_barrier extension. The related SPIR-V extension spec can be found here: * KhronosGroup/SPIRV-Registry#136 The related OpenCL C extension spec can be found here: * KhronosGroup/OpenCL-Docs#765
stanleygambarin
pushed a commit
to stanleygambarin/SPIRV-LLVM-Translator
that referenced
this pull request
Feb 28, 2023
…lit_barrier This backports KhronosGroup#1424 This PR adds support for split barriers and the SPV_INTEL_split_barrier extension. The related SPIR-V extension spec can be found here: * KhronosGroup/SPIRV-Registry#136 The related OpenCL C extension spec can be found here: * KhronosGroup/OpenCL-Docs#765
MrSidims
pushed a commit
that referenced
this pull request
Mar 1, 2023
…lit_barrier This backports #1424 This PR adds support for split barriers and the SPV_INTEL_split_barrier extension. The related SPIR-V extension spec can be found here: * KhronosGroup/SPIRV-Registry#136 The related OpenCL C extension spec can be found here: * KhronosGroup/OpenCL-Docs#765
MrSidims
pushed a commit
that referenced
this pull request
Mar 1, 2023
…plit_barrier This backports #1424 This PR adds support for split barriers and the SPV_INTEL_split_barrier extension. The related SPIR-V extension spec can be found here: * KhronosGroup/SPIRV-Registry#136 The related OpenCL C extension spec can be found here: * KhronosGroup/OpenCL-Docs#765
stanleygambarin
pushed a commit
to stanleygambarin/SPIRV-LLVM-Translator
that referenced
this pull request
Mar 6, 2023
…lit_barrier This backports KhronosGroup#1424 This PR adds support for split barriers and the SPV_INTEL_split_barrier extension. The related SPIR-V extension spec can be found here: * KhronosGroup/SPIRV-Registry#136 The related OpenCL C extension spec can be found here: * KhronosGroup/OpenCL-Docs#765
MrSidims
pushed a commit
that referenced
this pull request
Mar 11, 2023
…lit_barrier This backports #1424 This PR adds support for split barriers and the SPV_INTEL_split_barrier extension. The related SPIR-V extension spec can be found here: * KhronosGroup/SPIRV-Registry#136 The related OpenCL C extension spec can be found here: * KhronosGroup/OpenCL-Docs#765
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.
This PR adds support for split barriers and the SPV_INTEL_split_barrier extension.
The related SPIR-V extension spec can be found here:
The related OpenCL C extension spec can be found here: