ai.onnx.Ceil / build /webgpu /bench.json
Xenova's picture
Xenova HF Staff
sync 91d990483a17
cf05521 verified
Raw
History Blame
783 Bytes
{
"cases": [
{
"name": "1m_f32",
"preset": "smoke",
"inputs": { "x": { "dtype": "float32", "shape": [1048576] } },
"outputs": { "y": { "dtype": "float32", "shape": [1048576] } },
"bench": { "metrics": [{ "type": "bandwidth", "value": "(numel(shapes.x) + numel(shapes.y)) * 4" }] }
},
{
"name": "ceil-f32-2d-fold-boundary-vec4",
"preset": "stress",
"vars": { "dtype": "float32", "count": 67108864 },
"inputs": { "x": { "shape": [67108864], "dtype": "float32", "dist": "normal", "seed": 4201, "scale": 3 } },
"outputs": { "y": { "shape": [67108864], "dtype": "float32", "dist": "empty" } },
"bench": { "metrics": [{ "type": "bandwidth", "value": "args.count * dtypeBytes(args.dtype) * 2" }] }
}
]
}