Xenova's picture
Xenova HF Staff
sync 2e7068faf55e
8c1cdb1 verified
Raw
History Blame
1.07 kB
{
"op": "ai.onnx.LessOrEqual",
"tunableSpace": { "WORKGROUP_SIZE": [64, 128, 256] },
"cases": [
{
"name": "1m_f32",
"preset": "smoke",
"inputs": { "a": { "dtype": "float32", "shape": [1048576] }, "b": { "dtype": "float32", "shape": [1048576] } },
"outputs": { "c": { "dtype": "bool", "shape": [1048576] } },
"bench": {
"metrics": [{ "type": "bandwidth", "value": "(numel(shapes.a) + numel(shapes.b) + numel(shapes.c)) * 4" }]
}
},
{
"name": "1m_f32_broadcast_scalar_odd_last_dim",
"preset": "edge",
"inputs": {
"a": { "dtype": "float32", "shape": [1024, 1025], "dist": "normal", "seed": 9, "scale": 2 },
"b": { "dtype": "float32", "shape": [1025], "dist": "normal", "seed": 10, "scale": 2 }
},
"outputs": { "c": { "dtype": "bool", "shape": [1024, 1025], "dist": "empty" } },
"bench": {
"metrics": [
{ "type": "bandwidth", "value": "(numel(shapes.a) + numel(shapes.b) + numel(shapes.c)) * 4", "name": "GB/s" }
]
}
}
]
}