File size: 9,442 Bytes
955a636
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
{
  "op": "ai.onnx.MaxPool",
  "cases": [
    {
      "name": "nchw_1x64x112x112",
      "preset": "smoke",
      "attrs": { "kernel_shape": [3, 3], "strides": [2, 2], "pads": [1, 1, 1, 1] },
      "inputs": { "x": { "dtype": "float32", "shape": [1, 64, 112, 112] } },
      "outputs": { "y": { "dtype": "float32", "shape": [1, 64, 56, 56] } }
    },
    {
      "name": "nchw_8x64x112x112_k2s2_unrolled",
      "preset": "smoke",
      "vars": { "batch": 8, "channels": 64, "inH": 112, "inW": 112 },
      "attrs": { "kernel_shape": [2, 2], "strides": [2, 2] },
      "inputs": { "x": { "dtype": "float32", "shape": [8, 64, 112, 112], "dist": "normal", "seed": 204 } },
      "outputs": { "y": { "dtype": "float32", "shape": [8, 64, 56, 56], "dist": "empty" } },
      "bench": {
        "primary": true,
        "metrics": [{ "type": "bandwidth", "value": "args.batch * args.channels * args.inH * args.inW * 4" }]
      }
    },
    {
      "name": "nchw_f16_8x64x112x112_k2s2",
      "preset": "smoke",
      "vars": { "batch": 8, "channels": 64, "inH": 112, "inW": 112 },
      "attrs": { "kernel_shape": [2, 2], "strides": [2, 2] },
      "inputs": { "x": { "dtype": "float16", "shape": [8, 64, 112, 112], "dist": "normal", "seed": 208 } },
      "outputs": { "y": { "dtype": "float16", "shape": [8, 64, 56, 56], "dist": "empty" } },
      "bench": { "metrics": [{ "type": "bandwidth", "value": "args.batch * args.channels * args.inH * args.inW * 2" }] }
    },
    {
      "name": "nchw_f16_8x64x112x114_k2s2_walign_cliff",
      "preset": "smoke",
      "vars": { "batch": 8, "channels": 64, "inH": 112, "inW": 114 },
      "attrs": { "kernel_shape": [2, 2], "strides": [2, 2] },
      "inputs": { "x": { "dtype": "float16", "shape": [8, 64, 112, 114], "dist": "normal", "seed": 209 } },
      "outputs": { "y": { "dtype": "float16", "shape": [8, 64, 56, 57], "dist": "empty" } },
      "bench": { "metrics": [{ "type": "bandwidth", "value": "args.batch * args.channels * args.inH * args.inW * 2" }] }
    },
    {
      "name": "nchw_f32_1x256x56x56_k5s2pad2_generic_loop",
      "preset": "smoke",
      "vars": { "batch": 1, "channels": 256, "inH": 56, "inW": 56 },
      "attrs": { "kernel_shape": [5, 5], "strides": [2, 2], "pads": [2, 2, 2, 2] },
      "inputs": { "x": { "dtype": "float32", "shape": [1, 256, 56, 56], "dist": "normal", "seed": 211 } },
      "outputs": { "y": { "dtype": "float32", "shape": [1, 256, 28, 28], "dist": "empty" } },
      "bench": { "metrics": [{ "type": "bandwidth", "value": "args.batch * args.channels * args.inH * args.inW * 4" }] }
    },
    {
      "name": "nchw_f32_1x256x56x56_k3s2pad1_unrolled_sibling",
      "preset": "smoke",
      "vars": { "batch": 1, "channels": 256, "inH": 56, "inW": 56 },
      "attrs": { "kernel_shape": [3, 3], "strides": [2, 2], "pads": [1, 1, 1, 1] },
      "inputs": { "x": { "dtype": "float32", "shape": [1, 256, 56, 56], "dist": "normal", "seed": 212 } },
      "outputs": { "y": { "dtype": "float32", "shape": [1, 256, 28, 28], "dist": "empty" } },
      "bench": { "metrics": [{ "type": "bandwidth", "value": "args.batch * args.channels * args.inH * args.inW * 4" }] }
    },
    {
      "name": "ncl1d_f32_8x256x4096_k2s2",
      "preset": "smoke",
      "vars": { "batch": 8, "channels": 256, "inW": 4096 },
      "attrs": { "kernel_shape": [2], "strides": [2] },
      "inputs": { "x": { "dtype": "float32", "shape": [8, 256, 4096], "dist": "normal", "seed": 213 } },
      "outputs": { "y": { "dtype": "float32", "shape": [8, 256, 2048], "dist": "empty" } },
      "bench": {
        "metrics": [{ "type": "bandwidth", "value": "(args.batch * args.channels * args.inW + numel(shapes.y)) * 4" }]
      }
    },
    {
      "name": "ncdhw3d_f32_1x32x32x32x32_k2s2",
      "preset": "smoke",
      "vars": { "batch": 1, "channels": 32, "inD": 32, "inH": 32, "inW": 32 },
      "attrs": { "kernel_shape": [2, 2, 2], "strides": [2, 2, 2] },
      "inputs": { "x": { "dtype": "float32", "shape": [1, 32, 32, 32, 32], "dist": "normal", "seed": 214 } },
      "outputs": { "y": { "dtype": "float32", "shape": [1, 32, 16, 16, 16], "dist": "empty" } },
      "bench": {
        "metrics": [{ "type": "bandwidth", "value": "args.batch * args.channels * args.inD * args.inH * args.inW * 4" }]
      }
    },
    {
      "name": "nchw_f16_8x128x112x112_k3s2pad1_unrolled",
      "preset": "smoke",
      "vars": { "batch": 8, "channels": 128, "inH": 112, "inW": 112 },
      "attrs": { "kernel_shape": [3, 3], "strides": [2, 2], "pads": [1, 1, 1, 1] },
      "inputs": { "x": { "dtype": "float16", "shape": [8, 128, 112, 112], "dist": "normal", "seed": 208 } },
      "outputs": { "y": { "dtype": "float16", "shape": [8, 128, 56, 56], "dist": "empty" } },
      "bench": { "metrics": [{ "type": "bandwidth", "value": "args.batch * args.channels * args.inH * args.inW * 2" }] }
    },
    {
      "name": "nchw_f32_1x128x160x160_k11s2pad5_generic_bigwindow",
      "preset": "stress",
      "vars": { "batch": 1, "channels": 128, "inH": 160, "inW": 160 },
      "attrs": { "kernel_shape": [11, 11], "strides": [2, 2], "pads": [5, 5, 5, 5] },
      "inputs": { "x": { "dtype": "float32", "shape": [1, 128, 160, 160], "dist": "normal", "seed": 301, "scale": 2 } },
      "outputs": { "y": { "dtype": "float32", "shape": [1, 128, 80, 80], "dist": "empty" } },
      "bench": { "metrics": [{ "type": "bandwidth", "value": "args.batch * args.channels * args.inH * args.inW * 4" }] }
    },
    {
      "name": "nchw_int8_1x64x224x224_k7s2pad3_generic_widened",
      "preset": "stress",
      "vars": { "batch": 1, "channels": 64, "inH": 224, "inW": 224 },
      "attrs": { "kernel_shape": [7, 7], "strides": [2, 2], "pads": [3, 3, 3, 3] },
      "inputs": {
        "x": { "dtype": "int8", "shape": [1, 64, 224, 224], "dist": "randint", "seed": 302, "min": -120, "max": 120 }
      },
      "outputs": { "y": { "dtype": "int8", "shape": [1, 64, 112, 112], "dist": "empty" } },
      "bench": { "metrics": [{ "type": "bandwidth", "value": "args.batch * args.channels * args.inH * args.inW" }] }
    },
    {
      "name": "ncdhw3d_f32_1x16x48x48x48_k5s1pad2_generic_3d",
      "preset": "stress",
      "vars": { "batch": 1, "channels": 16, "inD": 48, "inH": 48, "inW": 48 },
      "attrs": { "kernel_shape": [5, 5, 5], "pads": [2, 2, 2, 2, 2, 2] },
      "inputs": { "x": { "dtype": "float32", "shape": [1, 16, 48, 48, 48], "dist": "normal", "seed": 303, "scale": 2 } },
      "outputs": { "y": { "dtype": "float32", "shape": [1, 16, 48, 48, 48], "dist": "empty" } },
      "bench": {
        "metrics": [{ "type": "bandwidth", "value": "args.batch * args.channels * args.inD * args.inH * args.inW * 4" }]
      }
    },
    {
      "name": "ncdhw3d_f32_1x16x49x48x48_k5s1pad2_tiled_depth_tail",
      "preset": "stress",
      "vars": { "batch": 1, "channels": 16, "inD": 49, "inH": 48, "inW": 48 },
      "attrs": { "kernel_shape": [5, 5, 5], "pads": [2, 2, 2, 2, 2, 2] },
      "inputs": { "x": { "dtype": "float32", "shape": [1, 16, 49, 48, 48], "dist": "normal", "seed": 304, "scale": 2 } },
      "outputs": { "y": { "dtype": "float32", "shape": [1, 16, 49, 48, 48], "dist": "empty" } },
      "bench": {
        "metrics": [{ "type": "bandwidth", "value": "args.batch * args.channels * args.inD * args.inH * args.inW * 4" }]
      }
    },
    {
      "name": "global-maxpool-rank5-serial-reduction-pathology",
      "preset": "stress",
      "provenance": {
        "source": "authored for variant coverage",
        "notes": "Rank-5 global max pool over 131072 spatial values per plane verifies global_window_parallel coverage and its workgroup-tree feature-tier fallback."
      },
      "vars": { "batch": 1, "channels": 32, "inD": 32, "inH": 64, "inW": 64 },
      "attrs": { "kernel_shape": [32, 64, 64] },
      "inputs": {
        "x": { "dtype": "float32", "shape": [1, 32, 32, 64, 64], "dist": "normal", "seed": 5102, "scale": 0.2 }
      },
      "outputs": { "y": { "dtype": "float32", "shape": [1, 32, 1, 1, 1], "dist": "empty" } },
      "bench": {
        "metrics": [{ "type": "bandwidth", "value": "args.batch * args.channels * args.inD * args.inH * args.inW * 4" }]
      }
    },
    {
      "name": "nchw_f32_1x128x160x160_k5s2pad2_separable_breakeven",
      "preset": "stress",
      "vars": { "batch": 1, "channels": 128, "inH": 160, "inW": 160 },
      "attrs": { "kernel_shape": [5, 5], "strides": [2, 2], "pads": [2, 2, 2, 2] },
      "inputs": { "x": { "dtype": "float32", "shape": [1, 128, 160, 160], "dist": "normal", "seed": 307, "scale": 2 } },
      "outputs": { "y": { "dtype": "float32", "shape": [1, 128, 80, 80], "dist": "empty" } },
      "bench": { "metrics": [{ "type": "bandwidth", "value": "args.batch * args.channels * args.inH * args.inW * 4" }] }
    },
    {
      "name": "nchw_f32_1x128x160x160_k6s2pad2_separable_gate_floor",
      "preset": "stress",
      "vars": { "batch": 1, "channels": 128, "inH": 160, "inW": 160 },
      "attrs": { "kernel_shape": [6, 6], "strides": [2, 2], "pads": [2, 2, 2, 2] },
      "inputs": { "x": { "dtype": "float32", "shape": [1, 128, 160, 160], "dist": "normal", "seed": 311, "scale": 2 } },
      "outputs": { "y": { "dtype": "float32", "shape": [1, 128, 80, 80], "dist": "empty" } },
      "bench": { "metrics": [{ "type": "bandwidth", "value": "args.batch * args.channels * args.inH * args.inW * 4" }] }
    }
  ],
  "tunableSpace": { "WORKGROUP_SIZE": [64, 128, 256] }
}