ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
TaskPriorityOwnerComments
2
Get Timothee Lacroix's script running inference only with inductor no recompiles https://www.internalfb.com/phabricator/paste/view/P600348954P1
3
Record how many graph breaks in sweepP0Brian
4
Record how long it takes to trace / run each model in sweepP0
5
Record max memory usage in sweepP2
Deprioritized since no OOMs are due to dynamic shapes
6
Record how dynamic the final graph is in sweepP2
Deprioritized since we will evaluate this ad hoc
7
Better guard diagnosis infrastructure for SHAPE_ENV guardsP0
Sourced from Lacroix
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100