Xenova's picture
Xenova HF Staff
sync 91d990483a17
01356ce verified
Raw
History Blame
20.9 kB
{
"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" }]
}
}
]
}