Skip to content

[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 6 commits into from
Dec 27, 2021
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
119 changes: 43 additions & 76 deletions .github/CODEOWNERS
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

# 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
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

# 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

# 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

# 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
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