File tree Expand file tree Collapse file tree 1 file changed +52
-0
lines changed Expand file tree Collapse file tree 1 file changed +52
-0
lines changed Original file line number Diff line number Diff line change 55
55
"tritonbench.operators.softmax.operator" ,
56
56
"examples.softmax" ,
57
57
"softmax" ,
58
+ {
59
+ "only_shapes" : [
60
+ [4096 , 6912 ],
61
+ [4096 , 6976 ],
62
+ [4096 , 7040 ],
63
+ [4096 , 7104 ],
64
+ [4096 , 7168 ],
65
+ [4096 , 7232 ],
66
+ [4096 , 7296 ],
67
+ [4096 , 7360 ],
68
+ [4096 , 7424 ],
69
+ [4096 , 7488 ],
70
+ [4096 , 7552 ],
71
+ [4096 , 7616 ],
72
+ [4096 , 7680 ],
73
+ [4096 , 7744 ],
74
+ [4096 , 7808 ],
75
+ [4096 , 7872 ],
76
+ [4096 , 7936 ],
77
+ [4096 , 8000 ],
78
+ [4096 , 8064 ],
79
+ [4096 , 8128 ],
80
+ [4096 , 8192 ],
81
+ [4096 , 8256 ],
82
+ [4096 , 8320 ],
83
+ [4096 , 8384 ],
84
+ ]
85
+ },
58
86
),
59
87
"cross_entropy" : (
60
88
"tritonbench.operators.cross_entropy.operator" ,
78
106
"tritonbench.operators.embedding.operator" ,
79
107
"examples.embedding" ,
80
108
"embedding_tritonbench" ,
109
+ {
110
+ "only_shapes" : [
111
+ (8 , 2048 , 4096 , 16384 ),
112
+ (8 , 2048 , 4096 , 32768 ),
113
+ (8 , 2048 , 4096 , 65536 ),
114
+ (8 , 2048 , 4096 , 131072 ),
115
+ ]
116
+ },
81
117
),
82
118
"vector_exp" : (
83
119
"tritonbench.operators.vector_exp.operator" ,
84
120
"examples.exp" ,
85
121
"exp_tritonbench" ,
122
+ {
123
+ "only_shapes" : [
124
+ 65536 ,
125
+ 131072 ,
126
+ 262144 ,
127
+ 524288 ,
128
+ 1048576 ,
129
+ 2097152 ,
130
+ 4194304 ,
131
+ 8388608 ,
132
+ 16777216 ,
133
+ 33554432 ,
134
+ 67108864 ,
135
+ 134217728 ,
136
+ ]
137
+ },
86
138
),
87
139
# "fp8_gemm": (
88
140
# "tritonbench.operators.fp8_gemm.fp8_gemm",
You can’t perform that action at this time.
0 commit comments