File size: 1,189 Bytes
292ec3c | 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 | {
"tunableSpace": { "WORKGROUP_SIZE": [64, 128, 256] },
"cases": [
{
"name": "min-f32-4m",
"preset": "smoke",
"vars": { "dtype": "float32", "count": 4194304 },
"inputs": {
"a": { "dtype": "float32", "shape": [4194304], "dist": "normal", "seed": 502, "scale": 2 },
"b": { "dtype": "float32", "shape": [4194304], "dist": "normal", "seed": 503, "scale": 2 }
},
"outputs": { "y": { "dtype": "float32", "shape": [4194304] } },
"bench": {
"primary": true,
"metrics": [{ "type": "bandwidth", "value": "args.count * dtypeBytes(args.dtype) * 3" }]
}
},
{
"name": "min-broadcast-scalar-non-vec4-f32",
"preset": "edge",
"vars": { "dtype": "float32", "count": 4194305 },
"inputs": {
"a": { "dtype": "float32", "shape": [4194305], "dist": "normal", "seed": 510, "scale": 2 },
"b": { "dtype": "float32", "shape": [4194305], "dist": "normal", "seed": 511, "scale": 2 }
},
"outputs": { "y": { "dtype": "float32", "shape": [4194305] } },
"bench": { "metrics": [{ "type": "bandwidth", "value": "args.count * dtypeBytes(args.dtype) * 3" }] }
}
]
}
|