We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4631d97 commit 76c2a9eCopy full SHA for 76c2a9e
1 file changed
CODEOWNERS
@@ -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