Skip to content
Merged
Changes from all 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
34 changes: 26 additions & 8 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,18 +1,27 @@
* @bader

# Front-end compiler
clang/ @Fznamznon @premanandrao @elizabethandrews

# Driver
clang/**/Driver @mdtoguchi @AGindinson

# LLVM-SPIRV translator
llvm-spirv/ @AlexeySotkin @AlexeySachkov

# OpenCL "offline" compiler
opencl-aot/ @dm-vodopyanov @AlexeySachkov @romanovvlad

# Device library
libdevice/ @vzakhari

sycl/ @intel/llvm-reviewers-runtime

# Documentation
sycl/ReleaseNotes.md @pvchupin
sycl/doc/ @pvchupin @kbobrovs
sycl/doc/extensions/ @intel/dpcpp-specification-reviewers

# DPC++ runtime library
sycl/ @intel/llvm-reviewers-runtime

# USM
sycl/include/CL/sycl/detail/clusm.hpp @jbrodman
Expand Down Expand Up @@ -41,6 +50,9 @@ sycl/source/detail/plugin.hpp @smaslov-intel
sycl/source/detail/posix_pi.cpp @smaslov-intel
sycl/source/detail/windows_pi.cpp @smaslov-intel

# 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
Expand Down Expand Up @@ -78,16 +90,22 @@ sycl/source/half_type.cpp @AlexeySachkov
sycl/include/CL/sycl/swizzles.def @turinevgeny
sycl/include/CL/sycl/types.hpp @turinevgeny

sycl/plugins/cuda/ @intel/llvm-reviewers-cuda

sycl/doc/ @pvchupin @kbobrovs

sycl/doc/extensions/ @intel/dpcpp-specification-reviewers

# XPTI instrumentation utilities
xpti/ @tovinkere @andykaylor
xptifw/ @tovinkere @andykaylor

# DPC++ tools
llvm/tools/file-table-tform/ @kbobrovs @AlexeySachkov
llvm/tools/llvm-foreach/ @AlexeySachkov @Fznamznon
llvm/tools/llvm-no-spir-kernel/ @AGindinson @AlexeySachkov
llvm/tools/sycl-post-link/ @kbobrovs @AlexeySachkov

# Clang offload tools
clang/tools/clang-offload-bundler/ @kbobrovs @sndmitriev
clang/tools/clang-offload-wrapper/ @sndmitriev @kbobrovs

# Explicit SIMD
SYCLLowerIR/ @kbobrovs
esimd/ @kbobrovs
sycl/include/CL/sycl/INTEL/esimd.hpp @kbobrovs
sycl/doc/extensions/ExplicitSIMD/ @kbobrovs