forked from torch-spyre/torch-spyre
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
Validating CODEOWNERS rules...
61 lines (48 loc) · 2.65 KB
/
Copy pathCODEOWNERS
File metadata and controls
61 lines (48 loc) · 2.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
#####################################################
#
# List of approvers for torch-spyre repository
#
#####################################################
#
# Learn about CODEOWNERS file format:
# https://help.github.com/en/articles/about-code-owners
#
# Default owners (fallback for anything not matched below)
* @mudhakar @raghukiran1224 @viji560 @tehbone @svaidy @elpidatz
# torch_spyre top-level files (runtime infrastructure)
/torch_spyre/* @JRosenkranz @thoangtrvn @ani300
# Inductor / compiler backend
/torch_spyre/_inductor/ @dgrove-oss @avery-blanchard @cyang49 @marnold-ibm @tardieu
/torch_spyre/inductor/ @dgrove-oss @avery-blanchard @cyang49 @marnold-ibm @tardieu
# Device, execution, memory, and C++ runtime
/torch_spyre/device/ @JRosenkranz @thoangtrvn @ani300
/torch_spyre/execution/ @JRosenkranz @thoangtrvn @ani300
/torch_spyre/memory/ @JRosenkranz @thoangtrvn @ani300
/torch_spyre/csrc/ @JRosenkranz @thoangtrvn @ani300
# Distributed / collective communication (spyre_ccl)
/torch_spyre/csrc/distributed/ @jjhursey @JRosenkranz @thoangtrvn
# Profiler
/torch_spyre/profiler/ @ppnaik1890 @kaoutar55 @flop1971
# Operations (eager ops and fallbacks)
/torch_spyre/ops/ @ani300 @moriohara @pradghos
/codegen/ @ani300 @moriohara @pradghos
# Tests
/tests/ @avery-blanchard @moriohara @ashokponkumar @JRosenkranz @dgrove-oss @tardieu @ani300 @pradghos @anubhavjana @n-marion @thoangtrvn @cyang49 @marnold-ibm @jjhursey
# Distributed tests (more specific than /tests/ above — must come after it so
# the last-matching-pattern rule gives these owners precedence)
/tests/distributed/ @jjhursey @thoangtrvn @avery-blanchard
# Documentation
/docs/ @kaoutar55 @dgrove-oss @tardieu @mudhakar @raghukiran1224 @viji560 @tehbone
# CI/CD
/.github/ @ashokponkumar @jabostian @anubhavjana @n-marion
/.pre-commit-config.yaml @ashokponkumar @jabostian @anubhavjana @n-marion
/pytest.ini @ashokponkumar @jabostian @anubhavjana @n-marion
/pytest_models.ini @ashokponkumar @jabostian @anubhavjana @n-marion
/Makefile @ashokponkumar @jabostian @anubhavjana @n-marion
# ktir-mlir-frontend pin and its installer. Two files rather than /tools/, which
# is otherwise CI's: which frontend revision the OpSpec->KTIR emitter is tested
# against is a fact about /torch_spyre/_inductor/.
/tools/ktir-mlir-frontend.pin @dgrove-oss @avery-blanchard @tardieu
/tools/install-ktir.sh @dgrove-oss @avery-blanchard @tardieu
# tools used to tune/refresh the cost model used in inductor
/tools/cost_model/ @dgrove-oss @avery-blanchard @cyang49 @marnold-ibm @tardieu