File size: 20,912 Bytes
e9fc83c 01356ce e9fc83c | 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 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 | {
"cases": [
{
"name": "1x3x256x256_to_256_linear",
"attrs": { "mode": "linear", "padding_mode": "zeros", "align_corners": 0 },
"inputs": {
"x": { "dtype": "float32", "shape": [1, 3, 256, 256] },
"grid": { "dtype": "float32", "shape": [1, 256, 256, 2] }
},
"outputs": { "y": { "dtype": "float32", "shape": [1, 3, 256, 256] } }
},
{
"name": "nchw_1x32x256x256_linear_zeros_f32_healthy",
"preset": "smoke",
"attrs": { "mode": "linear", "padding_mode": "zeros", "align_corners": 0 },
"inputs": {
"x": { "dtype": "float32", "shape": [1, 32, 256, 256], "dist": "normal", "seed": 811, "scale": 1 },
"grid": { "dtype": "float32", "shape": [1, 256, 256, 2], "dist": "normal", "seed": 812, "scale": 1 }
},
"outputs": { "y": { "dtype": "float32", "shape": [1, 32, 256, 256] } },
"bench": {
"primary": true,
"metrics": [{ "type": "bandwidth", "value": "(numel(shapes.x) + numel(shapes.grid) + numel(shapes.y)) * 4" }]
}
},
{
"name": "nchw_1x32x256x256_cubic_zeros_f32_16reads_pathology",
"preset": "smoke",
"attrs": { "mode": "cubic", "padding_mode": "zeros", "align_corners": 0 },
"inputs": {
"x": { "dtype": "float32", "shape": [1, 32, 256, 256], "dist": "normal", "seed": 821, "scale": 1 },
"grid": { "dtype": "float32", "shape": [1, 256, 256, 2], "dist": "normal", "seed": 822, "scale": 1 }
},
"outputs": { "y": { "dtype": "float32", "shape": [1, 32, 256, 256] } },
"bench": {
"metrics": [{ "type": "bandwidth", "value": "(numel(shapes.x) + numel(shapes.grid) + numel(shapes.y)) * 4" }]
}
},
{
"name": "nchw_1x32x256x256_linear_reflection_f32_reflectcoord_pathology",
"preset": "smoke",
"attrs": { "mode": "linear", "padding_mode": "reflection", "align_corners": 1 },
"inputs": {
"x": { "dtype": "float32", "shape": [1, 32, 256, 256], "dist": "normal", "seed": 831, "scale": 1 },
"grid": { "dtype": "float32", "shape": [1, 256, 256, 2], "dist": "normal", "seed": 832, "scale": 1.5 }
},
"outputs": { "y": { "dtype": "float32", "shape": [1, 32, 256, 256] } },
"bench": {
"metrics": [{ "type": "bandwidth", "value": "(numel(shapes.x) + numel(shapes.grid) + numel(shapes.y)) * 4" }]
}
},
{
"name": "nchw_1x32x256x256_linear_zeros_f16_halfbandwidth_pathology",
"preset": "smoke",
"attrs": { "mode": "linear", "padding_mode": "zeros", "align_corners": 0 },
"inputs": {
"x": { "dtype": "float16", "shape": [1, 32, 256, 256], "dist": "normal", "seed": 841, "scale": 1 },
"grid": { "dtype": "float16", "shape": [1, 256, 256, 2], "dist": "normal", "seed": 842, "scale": 1 }
},
"outputs": { "y": { "dtype": "float16", "shape": [1, 32, 256, 256] } },
"bench": {
"metrics": [{ "type": "bandwidth", "value": "(numel(shapes.x) + numel(shapes.grid) + numel(shapes.y)) * 2" }]
}
},
{
"name": "ncdhw_1x4x16x32x32_linear_zeros_f32_volumetric_unbenched_variant",
"preset": "smoke",
"attrs": { "mode": "linear", "padding_mode": "zeros", "align_corners": 0 },
"inputs": {
"x": { "dtype": "float32", "shape": [1, 4, 16, 32, 32], "dist": "normal", "seed": 851, "scale": 1 },
"grid": { "dtype": "float32", "shape": [1, 16, 32, 32, 3], "dist": "normal", "seed": 852, "scale": 1 }
},
"outputs": { "y": { "dtype": "float32", "shape": [1, 4, 16, 32, 32] } },
"bench": {
"metrics": [{ "type": "bandwidth", "value": "(numel(shapes.x) + numel(shapes.grid) + numel(shapes.y)) * 4" }]
}
},
{
"name": "nchw_1x8x1024x1024_linear_zeros_f32_dispatch_cliff_over16m",
"preset": "smoke",
"attrs": { "mode": "linear", "padding_mode": "zeros", "align_corners": 0 },
"inputs": {
"x": { "dtype": "float32", "shape": [1, 8, 256, 256], "dist": "normal", "seed": 861, "scale": 1 },
"grid": { "dtype": "float32", "shape": [1, 1024, 1024, 2], "dist": "normal", "seed": 862, "scale": 1 }
},
"outputs": { "y": { "dtype": "float32", "shape": [1, 8, 1024, 1024] } },
"bench": {
"metrics": [{ "type": "bandwidth", "value": "(numel(shapes.x) + numel(shapes.grid) + numel(shapes.y)) * 4" }]
}
},
{
"name": "nchw_1x3x2049x2731_linear_zeros_f32_partial_channel_dispatch_cliff",
"preset": "stress",
"attrs": { "mode": "linear", "padding_mode": "zeros", "align_corners": 0 },
"inputs": {
"x": { "dtype": "float32", "shape": [1, 3, 16, 16], "dist": "normal", "seed": 863, "scale": 1 },
"grid": { "dtype": "float32", "shape": [1, 2049, 2731, 2], "dist": "normal", "seed": 864, "scale": 0.9 }
},
"outputs": { "y": { "dtype": "float32", "shape": [1, 3, 2049, 2731] } },
"bench": {
"metrics": [{ "type": "bandwidth", "value": "(numel(shapes.x) + numel(shapes.grid) + numel(shapes.y)) * 4" }]
}
},
{
"name": "nchw_cubic_reflection_highC_f32_perchannel_recompute_amp",
"preset": "stress",
"attrs": { "mode": "cubic", "padding_mode": "reflection", "align_corners": 0 },
"inputs": {
"x": { "dtype": "float32", "shape": [1, 48, 192, 192], "dist": "normal", "seed": 9101, "scale": 1 },
"grid": { "dtype": "float32", "shape": [1, 320, 320, 2], "dist": "normal", "seed": 9102, "scale": 1.5 }
},
"outputs": { "y": { "dtype": "float32", "shape": [1, 48, 320, 320] } },
"bench": {
"metrics": [{ "type": "bandwidth", "value": "(numel(shapes.x) + numel(shapes.grid) + numel(shapes.y)) * 4" }]
}
},
{
"name": "ncdhw_linear_reflection_f32_trilinear_reflect_amp",
"preset": "stress",
"attrs": { "mode": "linear", "padding_mode": "reflection", "align_corners": 0 },
"inputs": {
"x": { "dtype": "float32", "shape": [1, 8, 24, 32, 32], "dist": "normal", "seed": 9201, "scale": 1 },
"grid": { "dtype": "float32", "shape": [1, 48, 48, 48, 3], "dist": "normal", "seed": 9202, "scale": 1.5 }
},
"outputs": { "y": { "dtype": "float32", "shape": [1, 8, 48, 48, 48] } },
"bench": {
"metrics": [{ "type": "bandwidth", "value": "(numel(shapes.x) + numel(shapes.grid) + numel(shapes.y)) * 4" }]
}
},
{
"name": "volume_channels_linear_zeros_float32_c8",
"preset": "stress",
"attrs": { "mode": "linear", "padding_mode": "zeros", "align_corners": 0 },
"inputs": {
"x": { "dtype": "float32", "shape": [1, 8, 12, 16, 16], "dist": "normal", "scale": 0.3, "seed": 16300 },
"grid": { "dtype": "float32", "shape": [1, 24, 32, 32, 3], "dist": "normal", "scale": 0.9, "seed": 16400 }
},
"outputs": { "y": { "dtype": "float32", "shape": [1, 8, 24, 32, 32] } },
"bench": {
"metrics": [{ "type": "bandwidth", "value": "(numel(shapes.x) + numel(shapes.grid) + numel(shapes.y)) * 4" }]
}
},
{
"name": "volume_channels_linear_zeros_float16_c8",
"preset": "stress",
"attrs": { "mode": "linear", "padding_mode": "zeros", "align_corners": 1 },
"inputs": {
"x": { "dtype": "float16", "shape": [1, 8, 12, 16, 16], "dist": "normal", "scale": 0.3, "seed": 16301 },
"grid": { "dtype": "float16", "shape": [1, 24, 32, 32, 3], "dist": "normal", "scale": 0.9, "seed": 16401 }
},
"outputs": { "y": { "dtype": "float16", "shape": [1, 8, 24, 32, 32] } },
"bench": {
"metrics": [{ "type": "bandwidth", "value": "(numel(shapes.x) + numel(shapes.grid) + numel(shapes.y)) * 2" }]
}
},
{
"name": "volume_channels_linear_border_float32_c8",
"preset": "stress",
"attrs": { "mode": "linear", "padding_mode": "border", "align_corners": 0 },
"inputs": {
"x": { "dtype": "float32", "shape": [1, 8, 12, 16, 16], "dist": "normal", "scale": 0.3, "seed": 16302 },
"grid": { "dtype": "float32", "shape": [1, 24, 32, 32, 3], "dist": "normal", "scale": 1.5, "seed": 16402 }
},
"outputs": { "y": { "dtype": "float32", "shape": [1, 8, 24, 32, 32] } },
"bench": {
"metrics": [{ "type": "bandwidth", "value": "(numel(shapes.x) + numel(shapes.grid) + numel(shapes.y)) * 4" }]
}
},
{
"name": "volume_channels_linear_border_float16_c8",
"preset": "stress",
"attrs": { "mode": "linear", "padding_mode": "border", "align_corners": 1 },
"inputs": {
"x": { "dtype": "float16", "shape": [1, 8, 12, 16, 16], "dist": "normal", "scale": 0.3, "seed": 16303 },
"grid": { "dtype": "float16", "shape": [1, 24, 32, 32, 3], "dist": "normal", "scale": 1.5, "seed": 16403 }
},
"outputs": { "y": { "dtype": "float16", "shape": [1, 8, 24, 32, 32] } },
"bench": {
"metrics": [{ "type": "bandwidth", "value": "(numel(shapes.x) + numel(shapes.grid) + numel(shapes.y)) * 2" }]
}
},
{
"name": "volume_channels_linear_reflection_float32_c8",
"preset": "stress",
"attrs": { "mode": "linear", "padding_mode": "reflection", "align_corners": 0 },
"inputs": {
"x": { "dtype": "float32", "shape": [1, 8, 12, 16, 16], "dist": "normal", "scale": 0.3, "seed": 16304 },
"grid": { "dtype": "float32", "shape": [1, 24, 32, 32, 3], "dist": "normal", "scale": 1.5, "seed": 16404 }
},
"outputs": { "y": { "dtype": "float32", "shape": [1, 8, 24, 32, 32] } },
"bench": {
"metrics": [{ "type": "bandwidth", "value": "(numel(shapes.x) + numel(shapes.grid) + numel(shapes.y)) * 4" }]
}
},
{
"name": "volume_channels_linear_reflection_float16_c8",
"preset": "stress",
"attrs": { "mode": "linear", "padding_mode": "reflection", "align_corners": 1 },
"inputs": {
"x": { "dtype": "float16", "shape": [1, 8, 12, 16, 16], "dist": "normal", "scale": 0.3, "seed": 16305 },
"grid": { "dtype": "float16", "shape": [1, 24, 32, 32, 3], "dist": "normal", "scale": 1.5, "seed": 16405 }
},
"outputs": { "y": { "dtype": "float16", "shape": [1, 8, 24, 32, 32] } },
"bench": {
"metrics": [{ "type": "bandwidth", "value": "(numel(shapes.x) + numel(shapes.grid) + numel(shapes.y)) * 2" }]
}
},
{
"name": "volume_channels_nearest_zeros_float32_c8",
"preset": "stress",
"attrs": { "mode": "nearest", "padding_mode": "zeros", "align_corners": 0 },
"inputs": {
"x": { "dtype": "float32", "shape": [1, 8, 12, 16, 16], "dist": "normal", "scale": 0.3, "seed": 16306 },
"grid": { "dtype": "float32", "shape": [1, 24, 32, 32, 3], "dist": "normal", "scale": 0.9, "seed": 16406 }
},
"outputs": { "y": { "dtype": "float32", "shape": [1, 8, 24, 32, 32] } },
"bench": {
"metrics": [{ "type": "bandwidth", "value": "(numel(shapes.x) + numel(shapes.grid) + numel(shapes.y)) * 4" }]
}
},
{
"name": "volume_channels_nearest_zeros_float16_c8",
"preset": "stress",
"attrs": { "mode": "nearest", "padding_mode": "zeros", "align_corners": 1 },
"inputs": {
"x": { "dtype": "float16", "shape": [1, 8, 12, 16, 16], "dist": "normal", "scale": 0.3, "seed": 16307 },
"grid": { "dtype": "float16", "shape": [1, 24, 32, 32, 3], "dist": "normal", "scale": 0.9, "seed": 16407 }
},
"outputs": { "y": { "dtype": "float16", "shape": [1, 8, 24, 32, 32] } },
"bench": {
"metrics": [{ "type": "bandwidth", "value": "(numel(shapes.x) + numel(shapes.grid) + numel(shapes.y)) * 2" }]
}
},
{
"name": "volume_channels_nearest_border_float32_c8",
"preset": "stress",
"attrs": { "mode": "nearest", "padding_mode": "border", "align_corners": 0 },
"inputs": {
"x": { "dtype": "float32", "shape": [1, 8, 12, 16, 16], "dist": "normal", "scale": 0.3, "seed": 16308 },
"grid": { "dtype": "float32", "shape": [1, 24, 32, 32, 3], "dist": "normal", "scale": 1.5, "seed": 16408 }
},
"outputs": { "y": { "dtype": "float32", "shape": [1, 8, 24, 32, 32] } },
"bench": {
"metrics": [{ "type": "bandwidth", "value": "(numel(shapes.x) + numel(shapes.grid) + numel(shapes.y)) * 4" }]
}
},
{
"name": "volume_channels_nearest_border_float16_c8",
"preset": "stress",
"attrs": { "mode": "nearest", "padding_mode": "border", "align_corners": 1 },
"inputs": {
"x": { "dtype": "float16", "shape": [1, 8, 12, 16, 16], "dist": "normal", "scale": 0.3, "seed": 16309 },
"grid": { "dtype": "float16", "shape": [1, 24, 32, 32, 3], "dist": "normal", "scale": 1.5, "seed": 16409 }
},
"outputs": { "y": { "dtype": "float16", "shape": [1, 8, 24, 32, 32] } },
"bench": {
"metrics": [{ "type": "bandwidth", "value": "(numel(shapes.x) + numel(shapes.grid) + numel(shapes.y)) * 2" }]
}
},
{
"name": "volume_channels_nearest_reflection_float32_c8",
"preset": "stress",
"attrs": { "mode": "nearest", "padding_mode": "reflection", "align_corners": 0 },
"inputs": {
"x": { "dtype": "float32", "shape": [1, 8, 12, 16, 16], "dist": "normal", "scale": 0.3, "seed": 16310 },
"grid": { "dtype": "float32", "shape": [1, 24, 32, 32, 3], "dist": "normal", "scale": 1.5, "seed": 16410 }
},
"outputs": { "y": { "dtype": "float32", "shape": [1, 8, 24, 32, 32] } },
"bench": {
"metrics": [{ "type": "bandwidth", "value": "(numel(shapes.x) + numel(shapes.grid) + numel(shapes.y)) * 4" }]
}
},
{
"name": "volume_channels_nearest_reflection_float16_c8",
"preset": "stress",
"attrs": { "mode": "nearest", "padding_mode": "reflection", "align_corners": 1 },
"inputs": {
"x": { "dtype": "float16", "shape": [1, 8, 12, 16, 16], "dist": "normal", "scale": 0.3, "seed": 16311 },
"grid": { "dtype": "float16", "shape": [1, 24, 32, 32, 3], "dist": "normal", "scale": 1.5, "seed": 16411 }
},
"outputs": { "y": { "dtype": "float16", "shape": [1, 8, 24, 32, 32] } },
"bench": {
"metrics": [{ "type": "bandwidth", "value": "(numel(shapes.x) + numel(shapes.grid) + numel(shapes.y)) * 2" }]
}
},
{
"name": "volume_channels_cubic_zeros_float32_c8",
"preset": "stress",
"attrs": { "mode": "cubic", "padding_mode": "zeros", "align_corners": 0 },
"inputs": {
"x": { "dtype": "float32", "shape": [1, 8, 12, 16, 16], "dist": "normal", "scale": 0.3, "seed": 16312 },
"grid": { "dtype": "float32", "shape": [1, 24, 32, 32, 3], "dist": "normal", "scale": 0.9, "seed": 16412 }
},
"outputs": { "y": { "dtype": "float32", "shape": [1, 8, 24, 32, 32] } },
"bench": {
"metrics": [{ "type": "bandwidth", "value": "(numel(shapes.x) + numel(shapes.grid) + numel(shapes.y)) * 4" }]
}
},
{
"name": "volume_channels_cubic_zeros_float16_c8",
"preset": "stress",
"attrs": { "mode": "cubic", "padding_mode": "zeros", "align_corners": 1 },
"inputs": {
"x": { "dtype": "float16", "shape": [1, 8, 12, 16, 16], "dist": "normal", "scale": 0.3, "seed": 16313 },
"grid": { "dtype": "float16", "shape": [1, 24, 32, 32, 3], "dist": "normal", "scale": 0.9, "seed": 16413 }
},
"outputs": { "y": { "dtype": "float16", "shape": [1, 8, 24, 32, 32] } },
"bench": {
"metrics": [{ "type": "bandwidth", "value": "(numel(shapes.x) + numel(shapes.grid) + numel(shapes.y)) * 2" }]
}
},
{
"name": "volume_channels_cubic_border_float32_c8",
"preset": "stress",
"attrs": { "mode": "cubic", "padding_mode": "border", "align_corners": 0 },
"inputs": {
"x": { "dtype": "float32", "shape": [1, 8, 12, 16, 16], "dist": "normal", "scale": 0.3, "seed": 16314 },
"grid": { "dtype": "float32", "shape": [1, 24, 32, 32, 3], "dist": "normal", "scale": 1.5, "seed": 16414 }
},
"outputs": { "y": { "dtype": "float32", "shape": [1, 8, 24, 32, 32] } },
"bench": {
"metrics": [{ "type": "bandwidth", "value": "(numel(shapes.x) + numel(shapes.grid) + numel(shapes.y)) * 4" }]
}
},
{
"name": "volume_channels_cubic_border_float16_c8",
"preset": "stress",
"attrs": { "mode": "cubic", "padding_mode": "border", "align_corners": 1 },
"inputs": {
"x": { "dtype": "float16", "shape": [1, 8, 12, 16, 16], "dist": "normal", "scale": 0.3, "seed": 16315 },
"grid": { "dtype": "float16", "shape": [1, 24, 32, 32, 3], "dist": "normal", "scale": 1.5, "seed": 16415 }
},
"outputs": { "y": { "dtype": "float16", "shape": [1, 8, 24, 32, 32] } },
"bench": {
"metrics": [{ "type": "bandwidth", "value": "(numel(shapes.x) + numel(shapes.grid) + numel(shapes.y)) * 2" }]
}
},
{
"name": "volume_channels_cubic_reflection_float32_c8",
"preset": "stress",
"attrs": { "mode": "cubic", "padding_mode": "reflection", "align_corners": 0 },
"inputs": {
"x": { "dtype": "float32", "shape": [1, 8, 12, 16, 16], "dist": "normal", "scale": 0.3, "seed": 16316 },
"grid": { "dtype": "float32", "shape": [1, 24, 32, 32, 3], "dist": "normal", "scale": 1.5, "seed": 16416 }
},
"outputs": { "y": { "dtype": "float32", "shape": [1, 8, 24, 32, 32] } },
"bench": {
"metrics": [{ "type": "bandwidth", "value": "(numel(shapes.x) + numel(shapes.grid) + numel(shapes.y)) * 4" }]
}
},
{
"name": "volume_channels_cubic_reflection_float16_c8",
"preset": "stress",
"attrs": { "mode": "cubic", "padding_mode": "reflection", "align_corners": 1 },
"inputs": {
"x": { "dtype": "float16", "shape": [1, 8, 12, 16, 16], "dist": "normal", "scale": 0.3, "seed": 16317 },
"grid": { "dtype": "float16", "shape": [1, 24, 32, 32, 3], "dist": "normal", "scale": 1.5, "seed": 16417 }
},
"outputs": { "y": { "dtype": "float16", "shape": [1, 8, 24, 32, 32] } },
"bench": {
"metrics": [{ "type": "bandwidth", "value": "(numel(shapes.x) + numel(shapes.grid) + numel(shapes.y)) * 2" }]
}
},
{
"name": "volume_channels_linear_reflection_float32_c2",
"preset": "stress",
"attrs": { "mode": "linear", "padding_mode": "reflection", "align_corners": 0 },
"inputs": {
"x": { "dtype": "float32", "shape": [1, 2, 12, 16, 16], "dist": "normal", "scale": 0.3, "seed": 16318 },
"grid": { "dtype": "float32", "shape": [1, 24, 32, 32, 3], "dist": "normal", "scale": 1.5, "seed": 16418 }
},
"outputs": { "y": { "dtype": "float32", "shape": [1, 2, 24, 32, 32] } },
"bench": {
"metrics": [{ "type": "bandwidth", "value": "(numel(shapes.x) + numel(shapes.grid) + numel(shapes.y)) * 4" }]
}
},
{
"name": "volume_channels_linear_reflection_float32_c3",
"preset": "stress",
"attrs": { "mode": "linear", "padding_mode": "reflection", "align_corners": 1 },
"inputs": {
"x": { "dtype": "float32", "shape": [1, 3, 12, 16, 16], "dist": "normal", "scale": 0.3, "seed": 16319 },
"grid": { "dtype": "float32", "shape": [1, 24, 32, 32, 3], "dist": "normal", "scale": 1.5, "seed": 16419 }
},
"outputs": { "y": { "dtype": "float32", "shape": [1, 3, 24, 32, 32] } },
"bench": {
"metrics": [{ "type": "bandwidth", "value": "(numel(shapes.x) + numel(shapes.grid) + numel(shapes.y)) * 4" }]
}
},
{
"name": "volume_channels_linear_reflection_float32_c5",
"preset": "stress",
"attrs": { "mode": "linear", "padding_mode": "reflection", "align_corners": 0 },
"inputs": {
"x": { "dtype": "float32", "shape": [1, 5, 12, 16, 16], "dist": "normal", "scale": 0.3, "seed": 16320 },
"grid": { "dtype": "float32", "shape": [1, 24, 32, 32, 3], "dist": "normal", "scale": 1.5, "seed": 16420 }
},
"outputs": { "y": { "dtype": "float32", "shape": [1, 5, 24, 32, 32] } },
"bench": {
"metrics": [{ "type": "bandwidth", "value": "(numel(shapes.x) + numel(shapes.grid) + numel(shapes.y)) * 4" }]
}
},
{
"name": "volume_channels_linear_reflection_float32_c16",
"preset": "stress",
"attrs": { "mode": "linear", "padding_mode": "reflection", "align_corners": 1 },
"inputs": {
"x": { "dtype": "float32", "shape": [1, 16, 12, 16, 16], "dist": "normal", "scale": 0.3, "seed": 16321 },
"grid": { "dtype": "float32", "shape": [1, 24, 32, 32, 3], "dist": "normal", "scale": 1.5, "seed": 16421 }
},
"outputs": { "y": { "dtype": "float32", "shape": [1, 16, 24, 32, 32] } },
"bench": {
"metrics": [{ "type": "bandwidth", "value": "(numel(shapes.x) + numel(shapes.grid) + numel(shapes.y)) * 4" }]
}
}
]
}
|