Skip to content
Merged
Changes from 4 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
117 changes: 40 additions & 77 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,110 +1,73 @@
* @bader

# Front-end compiler
clang/ @premanandrao @elizabethandrews @smanna12
clang/ @intel/dpcpp-cfe-reviewers

# Driver
clang/**/Driver @mdtoguchi @AGindinson @hchilama
# Clang driver
clang/**/Driver @intel/dpcpp-clang-driver-reviewers

@bader bader Dec 28, 2021

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, make sure that all these teams exist and have write access to the repository.

I can't assign intel/dpcpp-clang-driver-reviewers as #5239 reviewer.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. Fixed for all teams both in intel/llvm and intel/llvm-test-suite.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay. Please, test automatic assignment. I think it's still broken due to the issue in my previous comment.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it worked on change of the sources in the PR (fixed 2 hours form now). No automatic assignemnt for existent PR.


# LLVM-SPIRV translator
llvm-spirv/ @AlexeySotkin @AlexeySachkov
llvm-spirv/ @intel/dpcpp-spirv-reviewers
Comment thread
vladimirlaz marked this conversation as resolved.

# 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
Comment thread
vladimirlaz marked this conversation as 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/design/ @intel/dpcpp-specification-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
Comment thread
vladimirlaz marked this conversation as resolved.

# 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/doc/extensions/SPIRV/ @intel/dpcpp-spirv-doc-reviewers

# Level Zero plugin
sycl/sycl/plugins/level_zero @intel/dpcpp-l0-pi-reviewers

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vladimirlaz, code review assignment is broken.
I think it's due to bugs in the .github/CODEOWNERS file.

sycl/sycl/plugins/level_zero -> sycl/plugins/level_zero?


# 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

Comment thread
vladimirlaz marked this conversation as 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
Comment thread
vladimirlaz marked this conversation as resolved.
Outdated

# 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
Comment thread
vladimirlaz marked this conversation as resolved.
Outdated

# 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
Comment thread
vladimirlaz marked this conversation as resolved.
Outdated
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