Skip to content

Commit 76c2a9e

Browse files
authored
Added the CODEOWNERS file (#2980)
Signed-off-by: Przemek Tredak <ptredak@nvidia.com>
1 parent 4631d97 commit 76c2a9e

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

CODEOWNERS

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# IMPORTANT:
2+
# This file is ONLY used to subscribe for notifications for PRs
3+
# related to a specific file path. Approvals from people in this
4+
# file are not required for merges.
5+
6+
# C API
7+
/transformer_engine/common/include/ @ptrendx
8+
9+
# TE/JAX
10+
/transformer_engine/jax/ @jberchtold-nvidia
11+
12+
# TE/PyTorch
13+
/transformer_engine/pytorch/ @ksivaman
14+
15+
# te.ops API
16+
/transformer_engine/pytorch/ops/ @timmoon10
17+
18+
# Quantization kernels
19+
/transformer_engine/common/cast/ @Oleg-Goncharov
20+
21+
# Attention
22+
/transformer_engine/pytorch/attention/ @cyanguwa
23+
/transformer_engine/common/fused_attn/ @cyanguwa
24+
/transformer_engine/jax/cpp_extensions/attention.py @KshitijLakhani

0 commit comments

Comments
 (0)