File size: 1,967 Bytes
f6e5406 | 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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | {
"op": "ai.onnx.Cos",
"cases": [
{
"name": "1m_f32",
"inputs": { "x": { "dtype": "float32", "shape": [1048576] } },
"outputs": { "y": { "dtype": "float32", "shape": [1048576] } }
},
{
"name": "cos-f32-1m-vec4-healthy",
"preset": "smoke",
"vars": { "dtype": "float32", "count": 1048576 },
"inputs": { "x": { "shape": [1048576], "dtype": "float32", "dist": "normal", "seed": 8801, "scale": 3 } },
"outputs": { "y": { "shape": [1048576], "dtype": "float32" } },
"bench": {
"primary": true,
"metrics": [{ "type": "bandwidth", "value": "args.count * dtypeBytes(args.dtype) * 2" }]
}
},
{
"name": "cos-f32-scalar-path-nonaligned",
"preset": "smoke",
"vars": { "dtype": "float32", "count": 1048577 },
"inputs": { "x": { "shape": [1048577], "dtype": "float32", "dist": "normal", "seed": 8802, "scale": 3 } },
"outputs": { "y": { "shape": [1048577], "dtype": "float32" } },
"bench": { "metrics": [{ "type": "bandwidth", "value": "args.count * dtypeBytes(args.dtype) * 2" }] }
},
{
"name": "cos-f16-1m-vec4",
"preset": "smoke",
"vars": { "dtype": "float16", "count": 1048576 },
"inputs": { "x": { "shape": [1048576], "dtype": "float16", "dist": "normal", "seed": 8803, "scale": 3 } },
"outputs": { "y": { "shape": [1048576], "dtype": "float16" } },
"bench": { "metrics": [{ "type": "bandwidth", "value": "args.count * dtypeBytes(args.dtype) * 2" }] }
},
{
"name": "cos-f16-scalar-path-nonaligned",
"preset": "smoke",
"vars": { "dtype": "float16", "count": 1048577 },
"inputs": { "x": { "shape": [1048577], "dtype": "float16", "dist": "normal", "seed": 8804, "scale": 3 } },
"outputs": { "y": { "shape": [1048577], "dtype": "float16" } },
"bench": { "metrics": [{ "type": "bandwidth", "value": "args.count * dtypeBytes(args.dtype) * 2" }] }
}
]
}
|