-
Notifications
You must be signed in to change notification settings - Fork 201
Expand file tree
/
Copy pathCODEOWNERS
More file actions
66 lines (60 loc) · 1.73 KB
/
Copy pathCODEOWNERS
File metadata and controls
66 lines (60 loc) · 1.73 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
62
63
64
65
66
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @global-owner1 and @global-owner2 will be requested for
# review when someone opens a pull request.
* @KanuaK @WuTYSFG @hongziqi
# --------
# Analyses
# --------
# Alias analysis
include/triton/Analysis/Alias.h @TecJesh
lib/Analysis/Alias.cpp @TecJesh
# Allocation analysis
include/triton/Analysis/Allocation.h @TecJesh
lib/Analysis/Allocation.cpp @TecJesh
# Membar analysis
include/triton/Analysis/Membar.h @TecJesh
lib/Analysis/Membar.cpp @TecJesh
# AxisInfo analysis
include/triton/Analysis/AxisInfo.h @TecJesh
lib/Analysis/AxisInfo.cpp @TecJesh
# Utilities
include/triton/Analysis/Utility.h @TecJesh
lib/Analysis/Utility.cpp @TecJesh
# ----------
# Dialects
# ----------
# Pipeline pass
lib/Dialect/TritonGPU/Transforms/Pipeline.cpp @TecJesh
# Prefetch pass
lib/Dialect/TritonGPU/Transforms/Prefetch.cpp @TecJesh
# Coalesce pass
lib/Dialect/TritonGPU/Transforms/Coalesce.cpp @TecJesh
# Layout simplification pass
lib/Dialect/TritonGPU/Transforms/Combine.cpp @TecJesh
# -----------
# Conversions
# -----------
# TritonToTritonGPU
include/triton/Conversion/TritonToTritonGPU/ @TecJesh
lib/Dialect/TritonGPU/Transforms/TritonGPUConversion.cpp @TecJesh
# -----------
# third_party
# -----------
third_party/amd/ @TecJesh
third_party/proton/ @TecJesh
third_party/ascend/ @KanuaK @WuTYSFG @hongziqi
# -----------
# gluon
# -----------
python/triton/experimental/gluon/ @TecJesh
python/src/gluon_ir.cc @TecJesh
python/test/gluon @TecJesh
test/Gluon @TecJesh
include/triton/Dialect/Gluon @TecJesh
lib/Dialect/Gluon @TecJesh
# -----------
# Linear Layouts
# -----------
lib/Tools/ @TecJesh
lib/Dialect/TritonGPU/IR/LinearLayoutConversions.cpp @TecJesh