-
Notifications
You must be signed in to change notification settings - Fork 770
[CODEOWNERS] Add code owners for DPC++ tools #2884
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
Assign code owners for file-table-tform, llvm-foreach and llvm-no-spir-kernel tools. Add more comments and co-locate related components.
AlexeySachkov
previously approved these changes
Dec 10, 2020
Fznamznon
reviewed
Dec 10, 2020
Co-authored-by: Mariya Podchishchaeva <[email protected]>
Fznamznon
previously approved these changes
Dec 10, 2020
AGindinson
reviewed
Dec 10, 2020
Co-authored-by: Artem Gindinson <[email protected]>
AGindinson
previously approved these changes
Dec 10, 2020
@kbobrovs @AlexeySachkov @Fznamznon @AGindinson |
Fznamznon
approved these changes
Dec 15, 2020
AlexeySachkov
approved these changes
Dec 15, 2020
AGindinson
approved these changes
Dec 15, 2020
kbobrovs
approved these changes
Dec 15, 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.
I approve lines where I'm the owner. One note:
llvm/tools/llvm-no-spir-kernel/ @AGindinson @AlexeySachkov
we may want to include fpga folks here as well
alexbatashev
pushed a commit
to alexbatashev/llvm
that referenced
this pull request
Dec 21, 2020
* upstream/sycl: (616 commits) [SYCL][L0] Implement robust error handling in level_zero plugin (intel#2870) [SYCL][NFC] Code clean up (phase 5) revealed by self build. (intel#2907) [Driver][NFC] Remove unused variable (intel#2908) [Github Action] Enable automatic sync for main branch from llvm-project to llvm (intel#2904) [ESIMD][NFC] Remove unnecessary macro checks (intel#2900) [SYCL] Fix handling of multiple usages of composite spec constants (intel#2894) [SYCL] Adjust parallel-for range global size to improve group size selection (intel#2703) [SYCL] Add template parameter support for no_global_work_offset attribute (intel#2839) [SYCL] Support LLVM FP intrinsic in llvm-spirv and FE (intel#2880) [SYCL]Link Libm FP64 SYCL device library by default (intel#2892) [SYCL][NFC] Code clean up (phase 4) revealed by self build. (intel#2878) [SYCL][NFC] Code clean up (phase 3) revealed by self build. (intel#2865) [SYCL] Fix backend selection for SYCL_DEVICE_TYPE=* (intel#2890) [SYCL] Fix spec constants support in integration header (intel#2896) [Driver] Update unbundling of offload libraries to use archive type (intel#2883) [SYCL][NFC] Clang format SYCL.cpp (intel#2891) [CODEOWNERS] Add code owners for DPC++ tools (intel#2884) [XPTIFW] Enable in-tree builds (intel#2849) [SYCL] Don't dump IR and dot files by default in the LowerWGScope pass (intel#2887) [SYCL] Use llvm-link's only-needed option to link device libs (intel#2783) ...
jsji
pushed a commit
that referenced
this pull request
Dec 14, 2024
If there is no `OpDecorate .. MaxByteOffset` in the input, see if there is an `OpDecorateId .. MaxByteOffsetId` and take the value for the LLVM `dereferenceable` attribute from the referenced constant instead. Once `MaxByteOffsetId` has been translated to LLVM IR, it is indistinguishable from a (non-ID) `MaxByteOffset` decoration. Original commit: KhronosGroup/SPIRV-LLVM-Translator@0332a1e50c3b878
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.
Assign code owners for file-table-tform, llvm-foreach, llvm-no-spir-kernel tools and ESIMD implementation.
Add more comments and co-locate related components.