File size: 1,295 Bytes
e3afe0f | 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 | {
"op": "ai.onnx.BitwiseNot",
"cases": [
{
"name": "u32_33m",
"preset": "stress",
"provenance": { "notes": "Stress-only capacity case: input plus output occupy exactly 256 MiB of GPU storage." },
"inputs": { "x": { "dtype": "uint32", "shape": [33554432], "data": { "kind": "constant", "value": 305419896 } } },
"outputs": { "y": { "dtype": "uint32", "shape": [33554432] } },
"bench": { "primary": true, "metrics": [{ "type": "bandwidth", "value": "33554432 * 4 * 2" }] }
},
{
"name": "u32_1m",
"preset": "smoke",
"inputs": { "x": { "dtype": "uint32", "shape": [1048576], "data": { "kind": "constant", "value": 305419896 } } },
"outputs": { "y": { "dtype": "uint32", "shape": [1048576] } },
"bench": { "metrics": [{ "type": "bandwidth", "value": "(numel(shapes.x) + numel(shapes.y)) * 4" }] }
},
{
"name": "u32_33m_scalar_fallback",
"preset": "stress",
"inputs": {
"x": { "dtype": "uint32", "shape": [33554433], "dist": "uniform", "seed": 701, "min": 0, "max": 4294967295 }
},
"outputs": { "y": { "dtype": "uint32", "shape": [33554433] } },
"bench": { "metrics": [{ "type": "bandwidth", "value": "33554433 * 4 * 2", "name": "scalar-fallback BW" }] }
}
]
}
|