File size: 3,771 Bytes
cadd417 | 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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 | {
"op": "ai.onnx.Range",
"cases": [
{
"name": "positions_4096",
"inputs": {
"start": { "dtype": "int32", "shape": [], "data": { "kind": "values", "values": [0] } },
"limit": { "dtype": "int32", "shape": [], "data": { "kind": "values", "values": [4096] } },
"delta": { "dtype": "int32", "shape": [], "data": { "kind": "values", "values": [1] } }
},
"outputs": { "output": { "dtype": "int32", "shape": [4096] } }
},
{
"name": "large_fill_i32_16777216",
"preset": "smoke",
"vars": { "dtype": "int32" },
"inputs": {
"start": { "dtype": "int32", "shape": [], "data": { "kind": "values", "values": [0] } },
"limit": { "dtype": "int32", "shape": [], "data": { "kind": "values", "values": [16777216] } },
"delta": { "dtype": "int32", "shape": [], "data": { "kind": "values", "values": [1] } }
},
"outputs": { "output": { "dtype": "int32", "shape": [16777216], "dist": "empty" } },
"bench": {
"primary": true,
"metrics": [{ "type": "bandwidth", "value": "numel(shapes.output) * dtypeBytes(args.dtype)" }]
}
},
{
"name": "large_fill_f32_16777216",
"preset": "smoke",
"vars": { "dtype": "float32" },
"inputs": {
"start": { "dtype": "float32", "shape": [], "data": { "kind": "values", "values": [0.0] } },
"limit": { "dtype": "float32", "shape": [], "data": { "kind": "values", "values": [16777216.0] } },
"delta": { "dtype": "float32", "shape": [], "data": { "kind": "values", "values": [1.0] } }
},
"outputs": { "output": { "dtype": "float32", "shape": [16777216], "dist": "empty" } },
"bench": { "metrics": [{ "type": "bandwidth", "value": "numel(shapes.output) * dtypeBytes(args.dtype)" }] }
},
{
"name": "dispatch_cliff_2dfold_i32_16777216",
"preset": "smoke",
"vars": { "dtype": "int32" },
"inputs": {
"start": { "dtype": "int32", "shape": [], "data": { "kind": "values", "values": [0] } },
"limit": { "dtype": "int32", "shape": [], "data": { "kind": "values", "values": [16777216] } },
"delta": { "dtype": "int32", "shape": [], "data": { "kind": "values", "values": [1] } }
},
"outputs": { "output": { "dtype": "int32", "shape": [16777216], "dist": "empty" } },
"bench": { "metrics": [{ "type": "bandwidth", "value": "numel(shapes.output) * dtypeBytes(args.dtype)" }] }
},
{
"name": "dispatch_single_dim_i32_16776960",
"preset": "smoke",
"vars": { "dtype": "int32" },
"inputs": {
"start": { "dtype": "int32", "shape": [], "data": { "kind": "values", "values": [0] } },
"limit": { "dtype": "int32", "shape": [], "data": { "kind": "values", "values": [16776960] } },
"delta": { "dtype": "int32", "shape": [], "data": { "kind": "values", "values": [1] } }
},
"outputs": { "output": { "dtype": "int32", "shape": [16776960], "dist": "empty" } },
"bench": { "metrics": [{ "type": "bandwidth", "value": "numel(shapes.output) * dtypeBytes(args.dtype)" }] }
},
{
"name": "tiny_overhead_bound_i32_4096",
"preset": "smoke",
"vars": { "dtype": "int32" },
"inputs": {
"start": { "dtype": "int32", "shape": [], "data": { "kind": "values", "values": [0] } },
"limit": { "dtype": "int32", "shape": [], "data": { "kind": "values", "values": [4096] } },
"delta": { "dtype": "int32", "shape": [], "data": { "kind": "values", "values": [1] } }
},
"outputs": { "output": { "dtype": "int32", "shape": [4096], "dist": "empty" } },
"bench": { "metrics": [{ "type": "bandwidth", "value": "numel(shapes.output) * dtypeBytes(args.dtype)" }] }
}
]
}
|