File size: 1,197 Bytes
e256620
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "mean-f32-4m",
      "preset": "smoke",
      "vars": { "dtype": "float32", "count": 4194304 },
      "inputs": {
        "a": { "dtype": "float32", "shape": [4194304], "dist": "normal", "seed": 802, "scale": 2 },
        "b": { "dtype": "float32", "shape": [4194304], "dist": "normal", "seed": 803, "scale": 2 }
      },
      "outputs": { "y": { "dtype": "float32", "shape": [4194304] } },
      "bench": {
        "primary": true,
        "metrics": [{ "type": "bandwidth", "value": "args.count * dtypeBytes(args.dtype) * 3" }]
      }
    },
    {
      "name": "mean-f32-broadcast-scalar-4m-unaligned",
      "preset": "stress",
      "vars": { "dtype": "float32", "count": 4194302 },
      "inputs": {
        "a": { "dtype": "float32", "shape": [4194302], "dist": "normal", "seed": 811, "scale": 2 },
        "b": { "dtype": "float32", "shape": [4194302], "dist": "normal", "seed": 812, "scale": 2 }
      },
      "outputs": { "y": { "dtype": "float32", "shape": [4194302] } },
      "bench": { "metrics": [{ "type": "bandwidth", "value": "args.count * dtypeBytes(args.dtype) * 3" }] }
    }
  ]
}