-
Notifications
You must be signed in to change notification settings - Fork 797
[SYCL] Use teams to assign code ownership #5016
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
Changes from 3 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
98a6997
Use teams to assign code ownership
vladimirlaz 15e1b49
Apply suggestions from code review
vladimirlaz 409d034
Apply reveiw comments
vladimirlaz 7a0f661
Apply offline review comments
vladimirlaz 947cca3
Apply review comments
vladimirlaz ad717b5
Merge remote-tracking branch 'origin/sycl' into vladimirlaz-codownership
vladimirlaz 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,110 +1,77 @@ | ||
* @bader | ||
|
||
# Front-end compiler | ||
clang/ @premanandrao @elizabethandrews @smanna12 | ||
|
||
# Driver | ||
clang/**/Driver @mdtoguchi @AGindinson @hchilama | ||
clang/ @intel/dpcpp-cfe-reviewers | ||
|
||
# LLVM-SPIRV translator | ||
llvm-spirv/ @AlexeySotkin @AlexeySachkov | ||
llvm-spirv/ @intel/dpcpp-spirv-reviewers | ||
|
||
# OpenCL deps | ||
opencl/ @pvchupin @vladimirlaz | ||
opencl/ @intel/llvm-reviewers-runtime | ||
|
||
# OpenCL "offline" compiler | ||
opencl/opencl-aot/ @dm-vodopyanov @AlexeySachkov @romanovvlad | ||
opencl/opencl-aot/ @intel/dpcpp-tools-reviewers | ||
|
||
# Device library | ||
libdevice/ @vzakhari @jinge90 | ||
libdevice/ @intel/llvm-reviewers-runtime | ||
vladimirlaz marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
# DPC++ runtime library | ||
sycl/ @intel/llvm-reviewers-runtime | ||
|
||
# Documentation | ||
sycl/ReleaseNotes.md @pvchupin @tfzhu | ||
sycl/doc/ @pvchupin @bader | ||
sycl/ReleaseNotes.md @intel/dpcpp-doc-reviewers | ||
sycl/doc/ @intel/dpcpp-doc-reviewers | ||
sycl/doc/extensions/ @intel/dpcpp-specification-reviewers | ||
sycl/doc/extensions/SPIRV/ @AlexeySotkin @bashbaug @mbelicki | ||
|
||
# Sub-groups | ||
sycl/include/CL/sycl/detail/spirv.hpp @Pennycook @AlexeySachkov | ||
sycl/include/sycl/ext/intel/group_algorithm.hpp @Pennycook @AlexeySachkov | ||
sycl/include/sycl/ext/intel/sub_group.hpp @Pennycook @AlexeySachkov | ||
sycl/include/sycl/ext/intel/sub_group_host.hpp @Pennycook @AlexeySachkov | ||
vladimirlaz marked this conversation as resolved.
Show resolved
Hide resolved
|
||
sycl/doc/extensions/SPIRV/ @intel/dpcpp-spirv-reviewers | ||
|
||
# PI API | ||
sycl/include/CL/sycl/detail/pi.def @smaslov-intel | ||
sycl/include/CL/sycl/detail/pi.h @smaslov-intel | ||
sycl/include/CL/sycl/detail/pi.hpp @smaslov-intel | ||
sycl/include/CL/sycl/detail/pi* @smaslov-intel | ||
sycl/plugins/ @smaslov-intel | ||
sycl/source/detail/pi.cpp @smaslov-intel | ||
sycl/source/detail/plugin.hpp @smaslov-intel | ||
sycl/source/detail/posix_pi.cpp @smaslov-intel | ||
sycl/source/detail/windows_pi.cpp @smaslov-intel | ||
sycl/include/CL/sycl/detail/pi.def @intel/dpcpp-pi-reviewers | ||
sycl/include/CL/sycl/detail/pi.h @intel/dpcpp-pi-reviewers | ||
sycl/include/CL/sycl/detail/pi.hpp @intel/dpcpp-pi-reviewers | ||
sycl/include/CL/sycl/detail/pi* @intel/dpcpp-pi-reviewers | ||
sycl/plugins/ @intel/dpcpp-pi-reviewers | ||
sycl/source/detail/pi.cpp @intel/dpcpp-pi-reviewers | ||
sycl/source/detail/plugin.hpp @intel/dpcpp-pi-reviewers | ||
sycl/source/detail/posix_pi.cpp @intel/dpcpp-pi-reviewers | ||
sycl/source/detail/windows_pi.cpp @intel/dpcpp-pi-reviewers | ||
|
||
# ESIMD CPU emulator plug-in | ||
sycl/plugins/esimd_cpu/ @kbobrovs @smaslov-intel | ||
sycl/plugins/esimd_cpu/ @intel/dpcpp-esimd-reviewers | ||
|
||
# CUDA plugin | ||
sycl/plugins/cuda/ @intel/llvm-reviewers-cuda | ||
|
||
# Stream | ||
sycl/include/CL/sycl/detail/stream_impl.hpp @againull | ||
sycl/include/CL/sycl/stream.hpp @againull | ||
sycl/source/detail/stream_impl.cpp @againull | ||
sycl/source/stream.cpp @againull | ||
|
||
# FPGA extensions | ||
sycl/include/sycl/ext/intel/fpga_device_selector.hpp @MrSidims | ||
sycl/include/sycl/ext/intel/fpga_extensions.hpp @MrSidims | ||
sycl/include/sycl/ext/intel/fpga_reg.hpp @MrSidims | ||
sycl/include/sycl/ext/intel/pipes.hpp @MrSidims | ||
sycl/include/CL/sycl/pipes.hpp @MrSidims | ||
|
||
# Reduction extension | ||
sycl/include/sycl/ext/intel/reduction.hpp @v-klochkov | ||
|
||
# Function pointers | ||
sycl/include/sycl/ext/intel/function_pointer.hpp @AlexeySachkov | ||
sycl/source/function_pointer.cpp @AlexeySachkov | ||
|
||
# Half Type | ||
sycl/include/CL/sycl/half_type.hpp @AlexeySachkov | ||
sycl/source/half_type.cpp @AlexeySachkov | ||
|
||
vladimirlaz marked this conversation as resolved.
Show resolved
Hide resolved
|
||
# XPTI instrumentation utilities | ||
xpti/ @tovinkere @andykaylor @alexbatashev | ||
xptifw/ @tovinkere @andykaylor @alexbatashev | ||
xpti/ @tovinkere @intel/llvm-reviewers-runtime | ||
xptifw/ @tovinkere @intel/llvm-reviewers-runtime | ||
|
||
# DPC++ tools | ||
llvm/**/append-file/ @mdtoguchi @AGindinson | ||
llvm/**/file-table-tform/ @mlychkov @AlexeySachkov @kbobrovs | ||
llvm/**/llvm-foreach/ @AlexeySachkov @Fznamznon | ||
llvm/**/llvm-no-spir-kernel/ @AGindinson @AlexeySachkov | ||
llvm/**/sycl-post-link/ @mlychkov @AlexeySachkov @kbobrovs | ||
llvm/include/llvm/Support/PropertySetIO.h @mlychkov @AlexeySachkov @kbobrovs | ||
llvm/lib/Support/PropertySetIO.cpp @mlychkov @AlexeySachkov @kbobrovs | ||
llvm/unittests/Support/PropertySetIOTest.cpp @mlychkov @AlexeySachkov @kbobrovs | ||
llvm/include/llvm/Support/SimpleTable.h @mlychkov @AlexeySachkov @kbobrovs | ||
llvm/lib/Support/SimpleTable.cpp @mlychkov @AlexeySachkov @kbobrovs | ||
llvm/unittests/Support/SimpleTableTest.cpp @mlychkov @AlexeySachkov @kbobrovs | ||
llvm/lib/Support/Base64.cpp @mlychkov @AlexeySachkov @kbobrovs | ||
llvm/**/append-file/ @intel/dpcpp-tools-reviewers | ||
llvm/**/file-table-tform/ @intel/dpcpp-tools-reviewers | ||
llvm/**/llvm-foreach/ @intel/dpcpp-tools-reviewers | ||
llvm/**/llvm-no-spir-kernel/ @intel/dpcpp-tools-reviewers | ||
llvm/**/sycl-post-link/ @intel/dpcpp-tools-reviewers | ||
llvm/include/llvm/Support/PropertySetIO.h @intel/dpcpp-tools-reviewers | ||
llvm/lib/Support/PropertySetIO.cpp @intel/dpcpp-tools-reviewers | ||
llvm/unittests/Support/PropertySetIOTest.cpp @intel/dpcpp-tools-reviewers | ||
llvm/include/llvm/Support/SimpleTable.h @intel/dpcpp-tools-reviewers | ||
llvm/lib/Support/SimpleTable.cpp @intel/dpcpp-tools-reviewers | ||
llvm/unittests/Support/SimpleTableTest.cpp @intel/dpcpp-tools-reviewers | ||
llvm/lib/Support/Base64.cpp @intel/dpcpp-tools-reviewers | ||
vladimirlaz marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
# Clang offload tools | ||
clang/tools/clang-offload-bundler/ @mlychkov @sndmitriev @AlexeySachkov | ||
clang/tools/clang-offload-wrapper/ @mlychkov @sndmitriev @AlexeySachkov @kbobrovs | ||
clang/tools/clang-offload-deps/ @sndmitriev @mlychkov @AlexeySachkov | ||
clang/tools/clang-offload-extract/ @sndmitriev @mlychkov @AlexeySachkov | ||
clang/tools/clang-offload-bundler/ @intel/dpcpp-tools-reviewers | ||
clang/tools/clang-offload-wrapper/ @intel/dpcpp-tools-reviewers | ||
clang/tools/clang-offload-deps/ @intel/dpcpp-tools-reviewers | ||
clang/tools/clang-offload-extract/ @intel/dpcpp-tools-reviewers | ||
vladimirlaz marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
# Explicit SIMD | ||
SYCLLowerIR/ @kbobrovs @sndmitriev @kychendev @v-klochkov | ||
esimd/ @kbobrovs @v-klochkov @kychendev | ||
sycl/include/sycl/ext/intel/experimental/esimd.hpp @kbobrovs @v-klochkov @kychendev | ||
sycl/doc/extensions/ExplicitSIMD/ @kbobrovs @v-klochkov @kychendev | ||
SYCLLowerIR/ @intel/dpcpp-esimd-reviewers | ||
esimd/ @kbobrovs @intel/dpcpp-esimd-reviewers | ||
sycl/include/sycl/ext/intel/experimental/esimd.hpp @intel/dpcpp-esimd-reviewers | ||
sycl/doc/extensions/ExplicitSIMD/ @intel/dpcpp-esimd-reviewers | ||
|
||
# ITT annotations | ||
vladimirlaz marked this conversation as resolved.
Show resolved
Hide resolved
|
||
llvm/lib/Transforms/Instrumentation/SPIRITTAnnotations.cpp @MrSidims @vzakhari | ||
llvm/include/llvm/Transforms/Instrumentation/SPIRITTAnnotations.h @MrSidims @vzakhari | ||
llvm/test/Transforms/SPIRITTAnnotations/* @MrSidims @vzakhari | ||
llvm/lib/Transforms/Instrumentation/SPIRITTAnnotations.cpp @intel/dpcpp-tools-reviewers | ||
llvm/include/llvm/Transforms/Instrumentation/SPIRITTAnnotations.h @intel/dpcpp-tools-reviewers | ||
llvm/test/Transforms/SPIRITTAnnotations/* @intel/dpcpp-tools-reviewers |
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.
Uh oh!
There was an error while loading. Please reload this page.