|
11 | 11 | # L2 single-buffer tests with different L1 sizes |
12 | 12 | # Format: {test_name: [L1_sizes]} |
13 | 13 | L2_SINGLEBUFFER_KERNELS = { |
14 | | - "Kernels/Integer/Add/Large": [5000, 10000], |
15 | | - "Kernels/Integer/Softmax/Large": [5000, 10000], |
| 14 | + "Kernels/FP32/Div": [2000, 5000, 10000], |
| 15 | + "Kernels/FP32/Hardswish": [2000, 5000, 10000], |
| 16 | + "Kernels/FP32/Mul": [2000, 5000, 10000], |
| 17 | + "Kernels/FP32/RMSNorm/separate_ops": [2000, 5000, 10000], |
| 18 | + "Kernels/FP32/RMSNorm/single_fused_op": [2000, 5000, 10000], |
16 | 19 | "Kernels/FP32/Softmax/Regular": [2000, 5000, 10000], |
17 | 20 | "Kernels/FP32/GEMM/Regular": [2000, 5000, 10000], |
18 | 21 | "Kernels/FP32/GEMM/TransB": [2000, 5000, 10000], |
| 22 | + "Kernels/Integer/Add/Large": [5000, 10000], |
| 23 | + "Kernels/Integer/Softmax/Large": [5000, 10000], |
19 | 24 | "Kernels/Integer/iNoNorm": [5000, 10000], |
20 | 25 | "Kernels/Integer/Add/Regular_RQ": [5000, 10000], |
21 | 26 | "Kernels/Integer/GEMM/Regular_RQPerRow": [2000, 5000], |
|
0 commit comments