{
 "schema": "eigen-comparison-run/2",
 "machine": {
  "id": "xeon-gold-6444y",
  "display_name": "Intel Xeon Gold 6444Y (16 cores / 32 threads), bare-metal Linux",
  "cpu_model": "Intel(R) Xeon(R) Gold 6444Y",
  "logical_cpus": 32,
  "os": "Ubuntu 24.04.5 LTS",
  "kernel": "6.17.0-35-generic",
  "notes": "Exclusive allocation on a 16-core Intel Xeon server. One benchmark process at a time, pinned to one logical CPU; its SMT sibling is unused. Performance governor; turbo enabled, frequency not locked. L1d 48 KiB/core, L2 2 MiB/core, shared L3 45 MiB."
 },
 "build": {
  "isa_target": "x86-64-avx512",
  "compiler": "GNU 13.3.0",
  "cxx_flags": "-mavx512dq -mfma -O3 -DNDEBUG",
  "cxx_standard": "17",
  "eigen_commit": "4e0c35ecbfcc0e0039d4b77d6bfca4ab72ad1da7",
  "eigen_dirty": false,
  "eigen_version": "5.0.1-dev+master"
 },
 "arms": [
  {
   "key": "eigen",
   "library_name": "Eigen",
   "library_version": "5.0.1-dev+master (4e0c35ecb)"
  },
  {
   "key": "openblas",
   "library_name": "OpenBLAS",
   "library_version": "OpenBLAS 0.3.26 NO_LAPACKE DYNAMIC_ARCH NO_AFFINITY SapphireRapids MAX_THREADS=64",
   "library_path": "<benchmark-workdir>/deps/usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblasp-r0.3.26.so",
   "libraries": [
    "<benchmark-workdir>/deps/usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblas.so"
   ],
   "lapack": {
    "available": true,
    "provider": "vendor",
    "libraries": []
   },
   "notes": ""
  }
 ],
 "run": {
  "started_utc": "2026-09-22T05:52:26+00:00",
  "finished_utc": "2026-09-22T06:08:49+00:00",
  "duration_s": 983.0,
  "threads": 1,
  "repetitions": 10,
  "min_time": "0.2s",
  "pinning": "taskset -c 2",
  "env": {
   "ACCELERATE_MAXIMUM_THREADS": "1",
   "ARMPL_NUM_THREADS": "1",
   "BLIS_NUM_THREADS": "1",
   "GOTO_NUM_THREADS": "1",
   "MKL_DYNAMIC": "FALSE",
   "MKL_NUM_THREADS": "1",
   "NVPL_BLAS_NUM_THREADS": "1",
   "OMP_DYNAMIC": "FALSE",
   "OMP_NUM_THREADS": "1",
   "OPENBLAS_NUM_THREADS": "1",
   "VECLIB_MAXIMUM_THREADS": "1"
  },
  "load_avg_before": [
   1.0,
   1.02001953125,
   1.07568359375
  ],
  "load_avg_after": [
   1.1005859375,
   1.03955078125,
   1.01025390625
  ],
  "allow_dirty": false,
  "allow_noisy": false,
  "failures": [],
  "errored_cells": [],
  "notes": "Same float/double shape grid as the September 2026 Zen 5 AVX-512 page. Eigen headers match upstream master ab4f7316d; MR !2903 harness 778e20997 plus untimed DOT cancellation validation fix, combined commit 4e0c35ecb. Native vendor dispatch; no vendor bypass or forced kernel target.",
  "argv": [
   "--machine",
   "xeon-gold-6444y",
   "--machines-dir",
   "<campaign>/profiles",
   "--arms",
   "openblas",
   "--isa",
   "x86-64-avx512",
   "--ops",
   "GEMM",
   "--scalars",
   "f32,f64",
   "--threads",
   "1",
   "--repetitions",
   "10",
   "--min-time",
   "0.2s",
   "--build-dir",
   "<benchmark-workdir>/build",
   "--results-dir",
   "<campaign>/results",
   "--no-build",
   "--filter",
   "/(?:f32|f64)/(?:m:100/n:100/k:100|m:1000/n:1000/k:1000|m:10000/n:100/k:100|m:10000/n:1000/k:1000|m:10000/n:4000/k:4000|m:10000/n:8/k:8|m:1001/n:1001/k:1001|m:1024/n:1024/k:1024|m:1024/n:256/k:256|m:1024/n:64/k:64|m:12/n:12/k:12|m:128/n:128/k:128|m:1536/n:1536/k:1536|m:16/n:16/k:16|m:160/n:160/k:160|m:192/n:192/k:192|m:2/n:2/k:2|m:200/n:200/k:200|m:2048/n:2048/k:2048|m:224/n:224/k:224|m:24/n:24/k:24|m:256/n:256/k:1024|m:256/n:256/k:256|m:257/n:257/k:257|m:288/n:288/k:288|m:3/n:3/k:3|m:3072/n:3072/k:3072|m:32/n:32/k:32|m:320/n:320/k:320|m:384/n:384/k:384|m:4/n:4/k:4|m:4096/n:128/k:128|m:4096/n:144/k:144|m:4096/n:160/k:160|m:4096/n:176/k:176|m:4096/n:4096/k:4096|m:4096/n:96/k:96|m:4097/n:4097/k:4097|m:448/n:448/k:448|m:48/n:48/k:48|m:500/n:500/k:500|m:512/n:512/k:512|m:6/n:6/k:6|m:64/n:1024/k:64|m:64/n:64/k:1024|m:64/n:64/k:64|m:768/n:768/k:768|m:8/n:8/k:8|m:8192/n:128/k:128|m:96/n:96/k:96)$",
   "--note",
   "Same float/double shape grid as the September 2026 Zen 5 AVX-512 page. Eigen headers match upstream master ab4f7316d; MR !2903 harness 778e20997 plus untimed DOT cancellation validation fix, combined commit 4e0c35ecb. Native vendor dispatch; no vendor bypass or forced kernel target."
  ]
 },
 "measurements": [
  {
   "name": "GEMM/eigen/f32/m:2/n:2/k:2",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 2,
    "n": 2,
    "k": 2
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     1517212474.6517572,
     1517515568.3103056,
     1517473358.688177,
     1496114598.4273798,
     1514823611.505648,
     1516431421.8222008,
     1517305676.7215889,
     1517224009.7724214,
     1517217320.682026,
     1517032369.5561106
    ],
    "real_time_s": [
     1.0550982764365943e-08,
     1.0544745703712037e-08,
     1.0544058817250683e-08,
     1.069574634949204e-08,
     1.0570403966222574e-08,
     1.055257024008098e-08,
     1.0548503515854221e-08,
     1.0551988396684007e-08,
     1.0546447679327909e-08,
     1.0547376488590815e-08
    ]
   },
   "iterations": [
    26541509,
    26541509,
    26541509,
    26541509,
    26541509,
    26541509,
    26541509,
    26541509,
    26541509,
    26541509
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:2/n:2/k:2",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 2,
    "n": 2,
    "k": 2
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     877585672.9139284,
     849625122.8854656,
     852232122.0133945,
     834198364.5386899,
     847613837.406318,
     848331572.5885969,
     850977918.563207,
     850241283.3833498,
     845243866.7742928,
     851644037.5833713
    ],
    "real_time_s": [
     1.8264564131568455e-08,
     1.8834864118568313e-08,
     1.8777851124680775e-08,
     1.918219630850241e-08,
     1.8888542029864483e-08,
     1.886181281377525e-08,
     1.8801815539616576e-08,
     1.883004427013863e-08,
     1.8935114455033336e-08,
     1.879119246445205e-08
    ]
   },
   "iterations": [
    14848808,
    14848808,
    14848808,
    14848808,
    14848808,
    14848808,
    14848808,
    14848808,
    14848808,
    14848808
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:2/n:2/k:2",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 2,
    "n": 2,
    "k": 2
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     1451759053.706849,
     1448455809.0869305,
     1451661416.988135,
     1451612668.3490295,
     1451761158.6944468,
     1451682951.617175,
     1451720636.1631913,
     1451756969.4640615,
     1451730035.571353,
     1451720402.864481
    ],
    "real_time_s": [
     1.1028125389934426e-08,
     1.1047687565752521e-08,
     1.1021976235190076e-08,
     1.1022393804206454e-08,
     1.1027632486151124e-08,
     1.1023317226287875e-08,
     1.1022925753151369e-08,
     1.1028868819376613e-08,
     1.1021745783108708e-08,
     1.1021839735206656e-08
    ]
   },
   "iterations": [
    25406581,
    25406581,
    25406581,
    25406581,
    25406581,
    25406581,
    25406581,
    25406581,
    25406581,
    25406581
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:2/n:2/k:2",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 2,
    "n": 2,
    "k": 2
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     883371813.2840898,
     880309179.7496622,
     884287858.4999382,
     881740570.8710594,
     882938294.816807,
     884206310.8022599,
     884025140.8637731,
     883163263.9016341,
     884129006.423309,
     882692092.9225544
    ],
    "real_time_s": [
     1.812352591131339e-08,
     1.817712642913729e-08,
     1.809656597918447e-08,
     1.814753934774364e-08,
     1.8132523551695516e-08,
     1.8096291329871216e-08,
     1.8099175922803917e-08,
     1.8127363820678745e-08,
     1.8097966004677663e-08,
     1.8127355476237285e-08
    ]
   },
   "iterations": [
    15459720,
    15459720,
    15459720,
    15459720,
    15459720,
    15459720,
    15459720,
    15459720,
    15459720,
    15459720
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:3/n:3/k:3",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 3,
    "n": 3,
    "k": 3
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     4056306766.2280455,
     4056487927.0335536,
     4056306114.3391294,
     4057173978.473404,
     4056413389.101154,
     4056811347.6280937,
     4056743810.7370353,
     4057300981.2560287,
     4056905795.8223224,
     4056440074.6700125
    ],
    "real_time_s": [
     1.3321256796015618e-08,
     1.3312530427855768e-08,
     1.3313021222103e-08,
     1.3309699388732165e-08,
     1.3320391880134604e-08,
     1.3311514038145294e-08,
     1.3312946293098969e-08,
     1.3317202361123334e-08,
     1.331105666728992e-08,
     1.331267543667001e-08
    ]
   },
   "iterations": [
    21033264,
    21033264,
    21033264,
    21033264,
    21033264,
    21033264,
    21033264,
    21033264,
    21033264,
    21033264
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:3/n:3/k:3",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 3,
    "n": 3,
    "k": 3
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     2234712710.1625414,
     2229285763.7226367,
     2232802603.689053,
     2236045673.838641,
     2231359490.1133695,
     2234169472.5966535,
     2231778270.975525,
     2237326947.4641623,
     2234245522.538302,
     2230084135.8456893
    ],
    "real_time_s": [
     2.416440657494528e-08,
     2.4234915910625882e-08,
     2.4185597288636935e-08,
     2.4155658993364074e-08,
     2.4213626902007236e-08,
     2.4170870560639316e-08,
     2.4198904911401505e-08,
     2.413610473579332e-08,
     2.418113683359878e-08,
     2.4216865269774102e-08
    ]
   },
   "iterations": [
    11608009,
    11608009,
    11608009,
    11608009,
    11608009,
    11608009,
    11608009,
    11608009,
    11608009,
    11608009
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:3/n:3/k:3",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 3,
    "n": 3,
    "k": 3
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     3839322366.780288,
     3837094613.5251303,
     3839836521.91256,
     3836126013.422188,
     3836319467.0221834,
     3839886551.238565,
     3838826981.8660126,
     3840067419.4306226,
     3839048982.19863,
     3839143611.971884
    ],
    "real_time_s": [
     1.406615034143909e-08,
     1.4080666297936858e-08,
     1.4064004581594845e-08,
     1.407663376664638e-08,
     1.4075927640553725e-08,
     1.4070162726043802e-08,
     1.4067943364303768e-08,
     1.406314783532049e-08,
     1.4073637992417409e-08,
     1.4067157858499972e-08
    ]
   },
   "iterations": [
    19904372,
    19904372,
    19904372,
    19904372,
    19904372,
    19904372,
    19904372,
    19904372,
    19904372,
    19904372
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:3/n:3/k:3",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 3,
    "n": 3,
    "k": 3
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     2212150080.6883965,
     2207928529.4660654,
     2211820662.2611403,
     2208539670.1861787,
     2210250119.028822,
     2208751185.715769,
     2210283992.8915834,
     2209399250.522836,
     2208253712.7670174,
     2207024835.9689875
    ],
    "real_time_s": [
     2.441089351270091e-08,
     2.4457456230366507e-08,
     2.4430265691942432e-08,
     2.4451867320471878e-08,
     2.4433932750995426e-08,
     2.4464499174803354e-08,
     2.443348895783946e-08,
     2.4443109919786448e-08,
     2.4454024172117716e-08,
     2.4485487704031753e-08
    ]
   },
   "iterations": [
    11446776,
    11446776,
    11446776,
    11446776,
    11446776,
    11446776,
    11446776,
    11446776,
    11446776,
    11446776
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:4/n:4/k:4",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 4,
    "n": 4,
    "k": 4
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     13328063022.39318,
     13209035479.069935,
     13255791142.485102,
     13231305628.278507,
     13300180463.536676,
     13246822073.358707,
     13101715214.863619,
     13282911313.41175,
     13378101705.917318,
     13337385304.484354
    ],
    "real_time_s": [
     9.604195900856108e-09,
     9.691197190007824e-09,
     9.66342597858399e-09,
     9.675127422918734e-09,
     9.62455798409358e-09,
     9.662819657001768e-09,
     9.778368092606193e-09,
     9.637150652756495e-09,
     9.570158699170518e-09,
     9.605951549995611e-09
    ]
   },
   "iterations": [
    28918652,
    28918652,
    28918652,
    28918652,
    28918652,
    28918652,
    28918652,
    28918652,
    28918652,
    28918652
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:4/n:4/k:4",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 4,
    "n": 4,
    "k": 4
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     4230772199.9364233,
     4224130762.6608596,
     4222869365.5666523,
     4229804528.3106985,
     4230193187.9385624,
     4231879291.1711106,
     4225257337.9382305,
     4225341331.565435,
     4221253777.692314,
     4228506204.087366
    ],
    "real_time_s": [
     3.025638258768724e-08,
     3.030242371507403e-08,
     3.03114349610428e-08,
     3.028963011497586e-08,
     3.02619141502412e-08,
     3.024910787970406e-08,
     3.0319838591663655e-08,
     3.029481493250302e-08,
     3.032358737515737e-08,
     3.027060150067821e-08
    ]
   },
   "iterations": [
    9234461,
    9234461,
    9234461,
    9234461,
    9234461,
    9234461,
    9234461,
    9234461,
    9234461,
    9234461
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:4/n:4/k:4",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 4,
    "n": 4,
    "k": 4
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     12777348845.484444,
     12784640522.270386,
     12847583419.523203,
     12900730183.185629,
     12853328087.339054,
     12794266237.20585,
     12792391701.696651,
     12770290909.149433,
     12748346937.432117,
     12820102853.64378
    ],
    "real_time_s": [
     1.001817849213356e-08,
     1.0013229064682578e-08,
     9.96419116564136e-09,
     9.92787778226835e-09,
     9.95913162925517e-09,
     1.0004696402288437e-08,
     1.0006370906575586e-08,
     1.0027922029079904e-08,
     1.0041354514388164e-08,
     9.985177342328632e-09
    ]
   },
   "iterations": [
    27981419,
    27981419,
    27981419,
    27981419,
    27981419,
    27981419,
    27981419,
    27981419,
    27981419,
    27981419
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:4/n:4/k:4",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 4,
    "n": 4,
    "k": 4
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     4329044443.176081,
     4329623944.785318,
     4328208104.043694,
     4329546946.379073,
     4332317827.217471,
     4329867922.660531,
     4328274850.233505,
     4326945014.8503475,
     4327720905.303777,
     4332154146.551151
    ],
    "real_time_s": [
     2.958199786740862e-08,
     2.9565974596978425e-08,
     2.957404100684244e-08,
     2.956506481836116e-08,
     2.9557526506304683e-08,
     2.9563769663324837e-08,
     2.9574734749116034e-08,
     2.9593055177407332e-08,
     2.9578349247199003e-08,
     2.95477325535756e-08
    ]
   },
   "iterations": [
    9466045,
    9466045,
    9466045,
    9466045,
    9466045,
    9466045,
    9466045,
    9466045,
    9466045,
    9466045
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:6/n:6/k:6",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 6,
    "n": 6,
    "k": 6
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     11126466830.927013,
     11126380752.51067,
     11129104407.482775,
     11103721533.353268,
     11127058889.491726,
     11128189195.547892,
     11129195456.075306,
     11127775569.62417,
     11103412139.650623,
     11128134997.278618
    ],
    "real_time_s": [
     3.882744784159613e-08,
     3.8838466704183034e-08,
     3.881780236793038e-08,
     3.89107256242781e-08,
     3.884314507494052e-08,
     3.882177117128836e-08,
     3.8820099205745475e-08,
     3.882413094069845e-08,
     3.891888418344289e-08,
     3.8823885316054876e-08
    ]
   },
   "iterations": [
    7214265,
    7214265,
    7214265,
    7214265,
    7214265,
    7214265,
    7214265,
    7214265,
    7214265,
    7214265
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:6/n:6/k:6",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 6,
    "n": 6,
    "k": 6
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     9479284831.360477,
     9460034685.99218,
     9460363647.456015,
     9481375479.597246,
     9465041089.480032,
     9492824267.57315,
     9473007205.271585,
     9470671820.38062,
     9488206612.071274,
     9479118434.514738
    ],
    "real_time_s": [
     4.557961438592498e-08,
     4.56771370376149e-08,
     4.56676647946629e-08,
     4.556355684557182e-08,
     4.564261953776914e-08,
     4.551730374708471e-08,
     4.560459378002296e-08,
     4.5619156818287054e-08,
     4.5537256578821945e-08,
     4.5576007333830874e-08
    ]
   },
   "iterations": [
    6133816,
    6133816,
    6133816,
    6133816,
    6133816,
    6133816,
    6133816,
    6133816,
    6133816,
    6133816
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:6/n:6/k:6",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 6,
    "n": 6,
    "k": 6
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     9321257224.40478,
     9320493359.863848,
     9319916973.87371,
     9320903424.20343,
     9322039828.505909,
     9320944572.446777,
     9320057402.306559,
     9321046678.920439,
     9321185376.853237,
     9321013253.53573
    ],
    "real_time_s": [
     4.6345475902382955e-08,
     4.635198321489108e-08,
     4.6354104423701914e-08,
     4.635076352973146e-08,
     4.6346753858837e-08,
     4.634960873431939e-08,
     4.635354987080037e-08,
     4.634651382880022e-08,
     4.63473469830476e-08,
     4.635061917879938e-08
    ]
   },
   "iterations": [
    6040896,
    6040896,
    6040896,
    6040896,
    6040896,
    6040896,
    6040896,
    6040896,
    6040896,
    6040896
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:6/n:6/k:6",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 6,
    "n": 6,
    "k": 6
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     8590528633.576181,
     8586052079.869068,
     8586372930.324902,
     8587372175.069466,
     8587000188.898033,
     8595033744.872915,
     8586873244.715636,
     8589394143.751681,
     8597275861.59177,
     8588010475.566414
    ],
    "real_time_s": [
     5.0289492457218776e-08,
     5.031854480409766e-08,
     5.0315068632502735e-08,
     5.0307776152896836e-08,
     5.030977365790152e-08,
     5.0263794391205846e-08,
     5.030998471454048e-08,
     5.029789506005613e-08,
     5.0255351516095446e-08,
     5.0304837875402764e-08
    ]
   },
   "iterations": [
    5562442,
    5562442,
    5562442,
    5562442,
    5562442,
    5562442,
    5562442,
    5562442,
    5562442,
    5562442
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:8/n:8/k:8",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 8,
    "n": 8,
    "k": 8
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     16150098706.46958,
     16119152860.466812,
     16120870885.681057,
     16089486384.520683,
     16155615076.768871,
     16094496854.022985,
     16115374170.262268,
     16126996742.483152,
     16179494289.24415,
     16144612473.890068
    ],
    "real_time_s": [
     6.34180128275758e-08,
     6.353043086971258e-08,
     6.352235140201999e-08,
     6.364599877182384e-08,
     6.338970030667041e-08,
     6.363213944029032e-08,
     6.354474971246044e-08,
     6.349789463038318e-08,
     6.329077134552585e-08,
     6.342734854861532e-08
    ]
   },
   "iterations": [
    4391626,
    4391626,
    4391626,
    4391626,
    4391626,
    4391626,
    4391626,
    4391626,
    4391626,
    4391626
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:8/n:8/k:8",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 8,
    "n": 8,
    "k": 8
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     17399047272.541355,
     17391771868.5754,
     17383398602.16593,
     17353347980.26922,
     17404180574.29284,
     17485393022.08016,
     17345725252.552868,
     17352791643.29726,
     17412429755.009068,
     17412821067.172894
    ],
    "real_time_s": [
     5.88565954357584e-08,
     5.8883895095874484e-08,
     5.8914648413591215e-08,
     5.9012642222826184e-08,
     5.8839975451034984e-08,
     5.85629012330159e-08,
     5.9038830527262964e-08,
     5.9011173564007665e-08,
     5.8810766326232286e-08,
     5.8814168792233125e-08
    ]
   },
   "iterations": [
    4766250,
    4766250,
    4766250,
    4766250,
    4766250,
    4766250,
    4766250,
    4766250,
    4766250,
    4766250
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:8/n:8/k:8",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 8,
    "n": 8,
    "k": 8
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     18413258714.0639,
     18438040879.41829,
     18377753236.103107,
     18410385781.70881,
     18391615089.727062,
     18397754003.138153,
     18362074309.397358,
     18397790400.851143,
     18449783752.22655,
     18413323559.728043
    ],
    "real_time_s": [
     5.5613912807201967e-08,
     5.554092383719635e-08,
     5.5720363724653004e-08,
     5.562151089131765e-08,
     5.5681256774034996e-08,
     5.5661542123512656e-08,
     5.577195915226462e-08,
     5.566244282315445e-08,
     5.550323058418993e-08,
     5.561389182512493e-08
    ]
   },
   "iterations": [
    5003893,
    5003893,
    5003893,
    5003893,
    5003893,
    5003893,
    5003893,
    5003893,
    5003893,
    5003893
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:8/n:8/k:8",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 8,
    "n": 8,
    "k": 8
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     30893485740.541176,
     30959984115.40271,
     30889002755.813038,
     30885075306.644135,
     30843882333.065804,
     30854172240.407032,
     30917873552.62247,
     30922320756.645336,
     30920283792.701145,
     30988809177.65283
    ],
    "real_time_s": [
     3.3146683693536496e-08,
     3.307690203508031e-08,
     3.3151400491275224e-08,
     3.3158998311621726e-08,
     3.3201911050084856e-08,
     3.3188881559003316e-08,
     3.312610332641597e-08,
     3.311566248542562e-08,
     3.312091967259834e-08,
     3.304584988231739e-08
    ]
   },
   "iterations": [
    8499411,
    8499411,
    8499411,
    8499411,
    8499411,
    8499411,
    8499411,
    8499411,
    8499411,
    8499411
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:12/n:12/k:12",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 12,
    "n": 12,
    "k": 12
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     24160106544.012917,
     24240741105.37562,
     24171054153.645073,
     24144801237.0445,
     24259479320.641792,
     24176854192.012596,
     24201602327.61099,
     24194489183.172348,
     24157833131.93381,
     24073781876.56126
    ],
    "real_time_s": [
     1.4305835607877883e-07,
     1.425740893363005e-07,
     1.4298883759335084e-07,
     1.4313579022230612e-07,
     1.4246195920586665e-07,
     1.4295567098439882e-07,
     1.4281569809894527e-07,
     1.4285472409476355e-07,
     1.4307396688598326e-07,
     1.43565303809228e-07
    ]
   },
   "iterations": [
    1968124,
    1968124,
    1968124,
    1968124,
    1968124,
    1968124,
    1968124,
    1968124,
    1968124,
    1968124
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:12/n:12/k:12",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 12,
    "n": 12,
    "k": 12
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     39529282867.9838,
     39421408864.458755,
     39518729546.60941,
     39597822042.13845,
     39448398740.89129,
     39419493780.2412,
     39549297160.022705,
     39464092062.812904,
     39534905703.81497,
     39481874707.13699
    ],
    "real_time_s": [
     8.74293587853275e-08,
     8.767095376262138e-08,
     8.745572682526343e-08,
     8.728320437186249e-08,
     8.761402437304874e-08,
     8.76746751916991e-08,
     8.738808308846122e-08,
     8.757290596972348e-08,
     8.741747258012932e-08,
     8.754046965007269e-08
    ]
   },
   "iterations": [
    3191515,
    3191515,
    3191515,
    3191515,
    3191515,
    3191515,
    3191515,
    3191515,
    3191515,
    3191515
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:12/n:12/k:12",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 12,
    "n": 12,
    "k": 12
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     23632044742.63409,
     23550246010.805202,
     23528408291.601776,
     23612569983.910904,
     23669662302.127083,
     23536414744.758427,
     23506823222.32946,
     23533141662.54372,
     23565998322.047054,
     23526498670.80436
    ],
    "real_time_s": [
     1.4626276109421582e-07,
     1.4676364977085856e-07,
     1.4688972523964682e-07,
     1.4636731015275891e-07,
     1.460117087528689e-07,
     1.4684454860831256e-07,
     1.4703044254493486e-07,
     1.4687778743672473e-07,
     1.4666018254007182e-07,
     1.469039540538159e-07
    ]
   },
   "iterations": [
    1907889,
    1907889,
    1907889,
    1907889,
    1907889,
    1907889,
    1907889,
    1907889,
    1907889,
    1907889
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:12/n:12/k:12",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 12,
    "n": 12,
    "k": 12
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     45358476072.17258,
     45337027205.828674,
     45725617558.67987,
     45826380547.62575,
     45778938247.467735,
     45350052274.246544,
     45318212244.522156,
     45356794561.20936,
     45287566224.730934,
     45359347007.78587
    ],
    "real_time_s": [
     7.619430193811545e-08,
     7.624418269246337e-08,
     7.558234904266938e-08,
     7.54200778078193e-08,
     7.550372218466602e-08,
     7.621245051150766e-08,
     7.626408759020386e-08,
     7.61978227463966e-08,
     7.631200792168863e-08,
     7.619869845930937e-08
    ]
   },
   "iterations": [
    3674724,
    3674724,
    3674724,
    3674724,
    3674724,
    3674724,
    3674724,
    3674724,
    3674724,
    3674724
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:16/n:16/k:16",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 16,
    "n": 16,
    "k": 16
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     81943679182.87842,
     81946785972.40875,
     81679005206.36786,
     82014338001.53557,
     81981630679.07573,
     81912938772.05418,
     81718138605.40022,
     81742886457.15857,
     81764818120.59103,
     81790220562.12042
    ],
    "real_time_s": [
     9.998351507098268e-08,
     9.99739600017312e-08,
     1.0030411915715758e-07,
     9.989066218723718e-08,
     9.99243686214753e-08,
     1.0001199541242437e-07,
     1.0025074086232752e-07,
     1.0022326311865313e-07,
     1.0020409935099448e-07,
     1.001664822862189e-07
    ]
   },
   "iterations": [
    2796736,
    2796736,
    2796736,
    2796736,
    2796736,
    2796736,
    2796736,
    2796736,
    2796736,
    2796736
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:16/n:16/k:16",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 16,
    "n": 16,
    "k": 16
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     114152803672.58386,
     114165781134.95612,
     113867931257.58762,
     114152339124.74956,
     114145839930.15347,
     114140766619.23822,
     114133620055.35376,
     114148474021.3024,
     114099567620.41411,
     114156659279.99895
    ],
    "real_time_s": [
     7.176914307804416e-08,
     7.175499289637448e-08,
     7.194413694500279e-08,
     7.176847232502825e-08,
     7.17717789150188e-08,
     7.178267891830633e-08,
     7.17765131638316e-08,
     7.17697202457725e-08,
     7.17999151813584e-08,
     7.176371166697112e-08
    ]
   },
   "iterations": [
    3900091,
    3900091,
    3900091,
    3900091,
    3900091,
    3900091,
    3900091,
    3900091,
    3900091,
    3900091
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:16/n:16/k:16",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 16,
    "n": 16,
    "k": 16
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     59713500282.337456,
     59733367672.98571,
     59685722036.70939,
     59697739534.6558,
     59713763775.76552,
     59699746549.77412,
     59720075074.09114,
     59690723298.69077,
     59717535360.339615,
     59676643736.94815
    ],
    "real_time_s": [
     1.3719532382588633e-07,
     1.371588870247693e-07,
     1.372640644088139e-07,
     1.3722674360744251e-07,
     1.3721098809337795e-07,
     1.372222828907248e-07,
     1.3719728560222053e-07,
     1.3724835206233084e-07,
     1.3719566820281703e-07,
     1.372854270933208e-07
    ]
   },
   "iterations": [
    2038461,
    2038461,
    2038461,
    2038461,
    2038461,
    2038461,
    2038461,
    2038461,
    2038461,
    2038461
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:16/n:16/k:16",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 16,
    "n": 16,
    "k": 16
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     81361318885.15712,
     81315683764.95375,
     81154043636.11142,
     81408989281.03178,
     81404345790.05907,
     81404399588.35269,
     81215010185.76659,
     81460068888.07478,
     81407419386.2064,
     81256503806.71251
    ],
    "real_time_s": [
     1.0068676380117263e-07,
     1.00757556018473e-07,
     1.0094339232617493e-07,
     1.0063209883315737e-07,
     1.006378518091666e-07,
     1.0064393156491645e-07,
     1.0088733935250127e-07,
     1.0056733280810404e-07,
     1.0063596985949867e-07,
     1.0081832555178125e-07
    ]
   },
   "iterations": [
    2781690,
    2781690,
    2781690,
    2781690,
    2781690,
    2781690,
    2781690,
    2781690,
    2781690,
    2781690
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:24/n:24/k:24",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 24,
    "n": 24,
    "k": 24
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     84805481206.93787,
     84945923998.83246,
     85369785201.31488,
     84412483696.58046,
     85393545316.51555,
     85413097957.60814,
     85341886765.45262,
     85166342472.92824,
     85414948861.62917,
     85376628158.43619
    ],
    "real_time_s": [
     3.2602877684883985e-07,
     3.2556919455816555e-07,
     3.2390038727176873e-07,
     3.2756204034758886e-07,
     3.2378800196604136e-07,
     3.237236863025461e-07,
     3.239660752425481e-07,
     3.2465134658302326e-07,
     3.236967972538659e-07,
     3.238788381198771e-07
    ]
   },
   "iterations": [
    843838,
    843838,
    843838,
    843838,
    843838,
    843838,
    843838,
    843838,
    843838,
    843838
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:24/n:24/k:24",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 24,
    "n": 24,
    "k": 24
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     113202919492.19005,
     113251311465.45773,
     111942772811.2934,
     111982968307.36397,
     111544001426.08823,
     113309115271.28958,
     113345066181.69809,
     112629536961.05998,
     113317882689.05736,
     113272054545.20903
    ],
    "real_time_s": [
     2.442548389616518e-07,
     2.4413644263620965e-07,
     2.46999169341032e-07,
     2.4689357504302425e-07,
     2.478743167131532e-07,
     2.440135708641644e-07,
     2.439374631020122e-07,
     2.4550448937313167e-07,
     2.4398942176641444e-07,
     2.4411353081046206e-07
    ]
   },
   "iterations": [
    1148490,
    1148490,
    1148490,
    1148490,
    1148490,
    1148490,
    1148490,
    1148490,
    1148490,
    1148490
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:24/n:24/k:24",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 24,
    "n": 24,
    "k": 24
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     78549837487.96365,
     78610583801.17023,
     78706768058.36954,
     78694922899.20007,
     78660550423.54544,
     78732327509.16013,
     78729893310.61699,
     78720427132.58852,
     78689365807.45428,
     78688839250.7749
    ],
    "real_time_s": [
     3.519836297980553e-07,
     3.517176893015836e-07,
     3.5134985032675044e-07,
     3.5134614419443437e-07,
     3.5152463183531947e-07,
     3.511725206930356e-07,
     3.5119606603247836e-07,
     3.5121592155226513e-07,
     3.5136053210672384e-07,
     3.5137064178427103e-07
    ]
   },
   "iterations": [
    797058,
    797058,
    797058,
    797058,
    797058,
    797058,
    797058,
    797058,
    797058,
    797058
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:24/n:24/k:24",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 24,
    "n": 24,
    "k": 24
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     92471136982.65424,
     92321416489.01163,
     92445096106.33234,
     92464842467.89757,
     92443160331.99915,
     91728282766.07819,
     92440781960.90868,
     92466436891.63913,
     92336051917.44136,
     86213853864.03568
    ],
    "real_time_s": [
     2.990123311039706e-07,
     2.9951489359010507e-07,
     2.990891353058836e-07,
     2.9903348951230183e-07,
     2.9907970500538394e-07,
     3.014221989768706e-07,
     2.9909314713090666e-07,
     2.9903339772611755e-07,
     2.99510700335944e-07,
     3.2070178019243027e-07
    ]
   },
   "iterations": [
    936980,
    936980,
    936980,
    936980,
    936980,
    936980,
    936980,
    936980,
    936980,
    936980
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:32/n:32/k:32",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 32,
    "n": 32,
    "k": 32
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     162115665551.47504,
     162042814066.96414,
     161826504572.22974,
     162064689486.71942,
     162051360330.2779,
     160875695742.25314,
     161584758920.88882,
     162137054435.22543,
     162127336833.07892,
     160891170469.13165
    ],
    "real_time_s": [
     4.0428930523881945e-07,
     4.0444356335017046e-07,
     4.0499013966562343e-07,
     4.04403465041416e-07,
     4.0443810399454166e-07,
     4.075367867406221e-07,
     4.055989390324769e-07,
     4.042373684876233e-07,
     4.042403039141341e-07,
     4.0733736227034317e-07
    ]
   },
   "iterations": [
    692573,
    692573,
    692573,
    692573,
    692573,
    692573,
    692573,
    692573,
    692573,
    692573
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:32/n:32/k:32",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 32,
    "n": 32,
    "k": 32
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     202643209343.38412,
     202681493148.36526,
     201084175542.9401,
     202464691072.8646,
     202639503357.5551,
     202679877444.5114,
     202522176940.0049,
     202589475316.3402,
     202623783575.85263,
     201530906077.51688
    ],
    "real_time_s": [
     3.2341930640458226e-07,
     3.233637433315574e-07,
     3.259478976271334e-07,
     3.2370136151372186e-07,
     3.2343803510565715e-07,
     3.2334586652531446e-07,
     3.2360254200757345e-07,
     3.235093805283043e-07,
     3.2350490959846364e-07,
     3.252286361866403e-07
    ]
   },
   "iterations": [
    865143,
    865143,
    865143,
    865143,
    865143,
    865143,
    865143,
    865143,
    865143,
    865143
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:32/n:32/k:32",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 32,
    "n": 32,
    "k": 32
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     82968935999.86931,
     83174835846.41835,
     83124236604.2699,
     82268497762.02199,
     83176217405.22214,
     83249898426.62561,
     82659217404.69833,
     82570887128.60202,
     83267070905.10718,
     83296099547.42383
    ],
    "real_time_s": [
     7.899292986505147e-07,
     7.879929627655832e-07,
     7.884067608986358e-07,
     7.966132723401529e-07,
     7.879475067891853e-07,
     7.872702384982838e-07,
     7.929165686838537e-07,
     7.937515855238103e-07,
     7.87085882892718e-07,
     7.868082810559436e-07
    ]
   },
   "iterations": [
    349569,
    349569,
    349569,
    349569,
    349569,
    349569,
    349569,
    349569,
    349569,
    349569
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:32/n:32/k:32",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 32,
    "n": 32,
    "k": 32
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     106921468134.32796,
     107763699322.14601,
     107355408072.54575,
     107025008774.27878,
     107328877264.01111,
     107722479304.071,
     107736788763.95607,
     107465058249.43274,
     107679876619.29672,
     107169041958.12544
    ],
    "real_time_s": [
     6.129752130185463e-07,
     6.081761469587386e-07,
     6.104891696503381e-07,
     6.124088626323281e-07,
     6.106337603921379e-07,
     6.084242751259857e-07,
     6.083048194844238e-07,
     6.098326977078625e-07,
     6.086475593925018e-07,
     6.115486807455506e-07
    ]
   },
   "iterations": [
    456772,
    456772,
    456772,
    456772,
    456772,
    456772,
    456772,
    456772,
    456772,
    456772
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:48/n:48/k:48",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 48,
    "n": 48,
    "k": 48
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     185003477680.37735,
     185533268510.69232,
     185428096693.09604,
     184701382168.38367,
     182922042844.90152,
     185550495836.44824,
     185601346223.79492,
     185008595792.1107,
     185463724265.40253,
     185582968002.9377
    ],
    "real_time_s": [
     1.1958110029626912e-06,
     1.192211609644188e-06,
     1.1928996154122632e-06,
     1.1975663401966866e-06,
     1.209293117098348e-06,
     1.1920972916168492e-06,
     1.1918911872384072e-06,
     1.1956860146493756e-06,
     1.1926343652057088e-06,
     1.1921208401490689e-06
    ]
   },
   "iterations": [
    235046,
    235046,
    235046,
    235046,
    235046,
    235046,
    235046,
    235046,
    235046,
    235046
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:48/n:48/k:48",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 48,
    "n": 48,
    "k": 48
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     197242818609.0086,
     197222567424.94174,
     197279085525.94336,
     197261869544.22574,
     197278254277.39505,
     196962030141.5196,
     196994256732.93893,
     197050737512.07117,
     196941696162.52896,
     197283469421.25775
    ],
    "real_time_s": [
     1.121396004470358e-06,
     1.1215333453216092e-06,
     1.1212419168861254e-06,
     1.1216228400954647e-06,
     1.121274253329763e-06,
     1.1229899591488033e-06,
     1.1228801825775574e-06,
     1.1224672992190018e-06,
     1.1231041076157121e-06,
     1.121259436307279e-06
    ]
   },
   "iterations": [
    249780,
    249780,
    249780,
    249780,
    249780,
    249780,
    249780,
    249780,
    249780,
    249780
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:48/n:48/k:48",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 48,
    "n": 48,
    "k": 48
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     82334889447.68222,
     82332866675.9934,
     82338498239.26648,
     82352016899.6539,
     82327463603.40688,
     82365809401.31926,
     82385933907.62407,
     82395304811.09616,
     82390725182.62584,
     82789325909.37726
    ],
    "real_time_s": [
     2.6866338984087364e-06,
     2.6868029495154893e-06,
     2.6864956178882255e-06,
     2.6860241063509005e-06,
     2.6868123273714525e-06,
     2.685676089277693e-06,
     2.6848957694051525e-06,
     2.684678304310296e-06,
     2.68480992059838e-06,
     2.6717104843855996e-06
    ]
   },
   "iterations": [
    104288,
    104288,
    104288,
    104288,
    104288,
    104288,
    104288,
    104288,
    104288,
    104288
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:48/n:48/k:48",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 48,
    "n": 48,
    "k": 48
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     110775543146.87625,
     110761736867.66048,
     110707055545.0546,
     110720129961.1154,
     110764800720.2296,
     110720633949.1775,
     110739395451.13533,
     110768036443.32945,
     110734519339.9164,
     110985248278.72287
    ],
    "real_time_s": [
     1.996677250458482e-06,
     1.9969962485867622e-06,
     1.9979897585086374e-06,
     1.997809940481575e-06,
     1.9970782589669597e-06,
     1.9977418588998056e-06,
     1.9974811644841706e-06,
     1.9969588628760423e-06,
     1.9974677991788583e-06,
     1.992994522649147e-06
    ]
   },
   "iterations": [
    140214,
    140214,
    140214,
    140214,
    140214,
    140214,
    140214,
    140214,
    140214,
    140214
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:64/n:64/k:64",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 64,
    "n": 64,
    "k": 64
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     172354019509.48285,
     172266279851.04022,
     172338069267.30643,
     172344112470.12704,
     172341646358.59476,
     170070501870.31973,
     170033049236.42682,
     170029108128.97327,
     170016915473.18207,
     169798372857.09903
    ],
    "real_time_s": [
     3.0420844304985836e-06,
     3.043779824099807e-06,
     3.042442200031549e-06,
     3.042396516722068e-06,
     3.042275426422854e-06,
     3.0828193214259733e-06,
     3.0835416988526505e-06,
     3.0837165175357978e-06,
     3.0839218099522514e-06,
     3.0882662071896114e-06
    ]
   },
   "iterations": [
    91981,
    91981,
    91981,
    91981,
    91981,
    91981,
    91981,
    91981,
    91981,
    91981
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:64/n:64/k:64",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 64,
    "n": 64,
    "k": 64
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     226281759279.3919,
     226238530797.15808,
     226258807421.97305,
     226227133811.93573,
     226300798563.50693,
     226234547175.86166,
     226197405246.10098,
     226260990380.0287,
     226210906098.8507,
     226357733418.40906
    ],
    "real_time_s": [
     2.3170820586569818e-06,
     2.3175088481696427e-06,
     2.3172710319870275e-06,
     2.317600582712852e-06,
     2.3169371605892473e-06,
     2.3176390047989186e-06,
     2.3179996109566637e-06,
     2.317261455493219e-06,
     2.3178064908800152e-06,
     2.3162259220617353e-06
    ]
   },
   "iterations": [
    120816,
    120816,
    120816,
    120816,
    120816,
    120816,
    120816,
    120816,
    120816,
    120816
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:64/n:64/k:64",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 64,
    "n": 64,
    "k": 64
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     91102533383.67534,
     91109913139.26942,
     91115566151.9664,
     91025313364.6258,
     91062892882.91312,
     91031969619.09299,
     91072634330.27328,
     91060230148.94951,
     90993711070.78072,
     91048854529.95976
    ],
    "real_time_s": [
     5.755123125720751e-06,
     5.754775622016829e-06,
     5.754658634083491e-06,
     5.76015593581407e-06,
     5.757874217415658e-06,
     5.7601065248806225e-06,
     5.7569056063075645e-06,
     5.75772565492536e-06,
     5.761878439653638e-06,
     5.759105350894997e-06
    ]
   },
   "iterations": [
    48552,
    48552,
    48552,
    48552,
    48552,
    48552,
    48552,
    48552,
    48552,
    48552
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:64/n:64/k:64",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 64,
    "n": 64,
    "k": 64
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     112793381506.84557,
     112740232814.92757,
     112760505779.06242,
     112751803935.93808,
     112766713114.66919,
     112789610787.99683,
     112751278583.11147,
     112610594818.30428,
     112693768579.09914,
     112767401294.81992
    ],
    "real_time_s": [
     4.648679195856748e-06,
     4.65094141082493e-06,
     4.6497002805287475e-06,
     4.650104959088747e-06,
     4.649372802279271e-06,
     4.648850696361306e-06,
     4.6505085915478864e-06,
     4.656302807333722e-06,
     4.652593395662465e-06,
     4.649361728588995e-06
    ]
   },
   "iterations": [
    60233,
    60233,
    60233,
    60233,
    60233,
    60233,
    60233,
    60233,
    60233,
    60233
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:96/n:96/k:96",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 96,
    "n": 96,
    "k": 96
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     195522879044.63736,
     195491820134.7658,
     194959170474.13638,
     195614139037.77158,
     195715254054.3136,
     195779738559.44046,
     195756234935.42108,
     195848121002.55365,
     195722647510.55695,
     195580367513.8394
    ],
    "real_time_s": [
     9.050283500963851e-06,
     9.051735452818141e-06,
     9.080168451137887e-06,
     9.046860238567677e-06,
     9.04262260243089e-06,
     9.038794708351193e-06,
     9.039298832406836e-06,
     9.035221754958743e-06,
     9.04138011446955e-06,
     9.048919106058895e-06
    ]
   },
   "iterations": [
    30917,
    30917,
    30917,
    30917,
    30917,
    30917,
    30917,
    30917,
    30917,
    30917
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:96/n:96/k:96",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 96,
    "n": 96,
    "k": 96
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     229010246773.82138,
     228951837273.68088,
     228984953088.6502,
     228823698106.18042,
     228978613949.40274,
     229086085100.8846,
     229080884307.20935,
     229046662709.53882,
     228510298692.31903,
     229082076647.43515
    ],
    "real_time_s": [
     7.727757147437558e-06,
     7.729027705550761e-06,
     7.72779077042512e-06,
     7.733151136547622e-06,
     7.727834568406662e-06,
     7.724470828984247e-06,
     7.724601172355114e-06,
     7.726577559113938e-06,
     7.743975584886654e-06,
     7.724730382063948e-06
    ]
   },
   "iterations": [
    36166,
    36166,
    36166,
    36166,
    36166,
    36166,
    36166,
    36166,
    36166,
    36166
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:96/n:96/k:96",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 96,
    "n": 96,
    "k": 96
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     96631964166.68565,
     96404747606.99706,
     96536484154.7474,
     96446282384.67993,
     96537750180.47574,
     96616523426.6201,
     96443520198.45279,
     96347153717.29066,
     96292326423.68004,
     96277563125.21141
    ],
    "real_time_s": [
     1.831192748700494e-05,
     1.8356026374698065e-05,
     1.833024581169197e-05,
     1.834885706795631e-05,
     1.8330426701617e-05,
     1.8316053730185468e-05,
     1.8347882788185077e-05,
     1.8365770484273128e-05,
     1.8376889790312165e-05,
     1.8380356740783378e-05
    ]
   },
   "iterations": [
    15280,
    15280,
    15280,
    15280,
    15280,
    15280,
    15280,
    15280,
    15280,
    15280
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:96/n:96/k:96",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 96,
    "n": 96,
    "k": 96
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     114644763968.42195,
     114698405863.20213,
     114678761409.25851,
     114722511121.81458,
     114663643622.49492,
     114677788907.88818,
     114703857156.54433,
     114751716108.16681,
     114747000148.97607,
     114760920276.64676
    ],
    "real_time_s": [
     1.5435630821705734e-05,
     1.5427765970307557e-05,
     1.5432138565776133e-05,
     1.542386204027105e-05,
     1.5432783883823396e-05,
     1.5430577247455564e-05,
     1.542756479086154e-05,
     1.5422227084912214e-05,
     1.5422034117837915e-05,
     1.5422447114554544e-05
    ]
   },
   "iterations": [
    18143,
    18143,
    18143,
    18143,
    18143,
    18143,
    18143,
    18143,
    18143,
    18143
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:128/n:128/k:128",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 128,
    "n": 128,
    "k": 128
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     202571779099.2491,
     202758606769.76422,
     202778911886.1217,
     202384780631.86288,
     202821042400.89853,
     202861115051.85132,
     202872406821.43408,
     203066253366.03015,
     202978481446.04636,
     202747371261.14456
    ],
    "real_time_s": [
     2.0705178603111673e-05,
     2.068709111839541e-05,
     2.0684920299651455e-05,
     2.0725716340457698e-05,
     2.0682255931146538e-05,
     2.0677618475921642e-05,
     2.0675847938958263e-05,
     2.065476364168825e-05,
     2.0665399169697868e-05,
     2.0689807458642648e-05
    ]
   },
   "iterations": [
    13488,
    13488,
    13488,
    13488,
    13488,
    13488,
    13488,
    13488,
    13488,
    13488
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:128/n:128/k:128",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 128,
    "n": 128,
    "k": 128
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     181126497017.52286,
     181194744595.79877,
     181141532350.85217,
     181177344558.08487,
     181174605221.32138,
     180628147145.20163,
     181187603180.6193,
     181199368221.1468,
     181206830499.82474,
     181154391035.2486
    ],
    "real_time_s": [
     2.3157521222679152e-05,
     2.315119046447842e-05,
     2.315561325675697e-05,
     2.3152788354579227e-05,
     2.3150516903233355e-05,
     2.3221013539914622e-05,
     2.315022717821527e-05,
     2.314864174771594e-05,
     2.31486047013126e-05,
     2.3154398704281503e-05
    ]
   },
   "iterations": [
    12039,
    12039,
    12039,
    12039,
    12039,
    12039,
    12039,
    12039,
    12039,
    12039
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:128/n:128/k:128",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 128,
    "n": 128,
    "k": 128
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     99426177795.45537,
     99355447613.30586,
     99510062453.29306,
     99555123025.58803,
     99475082452.16335,
     99398555662.75964,
     99391762116.09387,
     99517608886.04916,
     99464847660.0928,
     99368830027.068
    ],
    "real_time_s": [
     4.21878281891912e-05,
     4.221549796795376e-05,
     4.215279129682146e-05,
     4.213302228552281e-05,
     4.2167751243063605e-05,
     4.219979521228547e-05,
     4.2202094563894747e-05,
     4.2147916879619843e-05,
     4.2169005570606756e-05,
     4.2209761480700464e-05
    ]
   },
   "iterations": [
    6641,
    6641,
    6641,
    6641,
    6641,
    6641,
    6641,
    6641,
    6641,
    6641
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:128/n:128/k:128",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 128,
    "n": 128,
    "k": 128
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     84868082259.86008,
     84844253838.2781,
     84869907923.37814,
     84828353348.99837,
     84883284613.57953,
     84861659264.60068,
     84827894330.75067,
     84870245296.07841,
     84867411814.09698,
     84826285828.85493
    ],
    "real_time_s": [
     4.942422180795912e-05,
     4.943797960917669e-05,
     4.942548049702384e-05,
     4.944610283657428e-05,
     4.941482872341789e-05,
     4.943292553292824e-05,
     4.944553599303385e-05,
     4.942209343941955e-05,
     4.9424967020826424e-05,
     4.945281223317192e-05
    ]
   },
   "iterations": [
    5640,
    5640,
    5640,
    5640,
    5640,
    5640,
    5640,
    5640,
    5640,
    5640
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:192/n:192/k:192",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 192,
    "n": 192,
    "k": 192
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     209688729344.69382,
     209719658168.77628,
     209455862536.5689,
     209805127874.31458,
     209226279944.99915,
     209569764249.08377,
     209590843217.24957,
     209491336975.94995,
     209466549814.7069,
     209600869793.3905
    ],
    "real_time_s": [
     6.751202662108694e-05,
     6.750506026145622e-05,
     6.758429816043483e-05,
     6.74724937073312e-05,
     6.766245256508056e-05,
     6.755336761735332e-05,
     6.754684075584966e-05,
     6.757839738698383e-05,
     6.758552202334496e-05,
     6.753892570255967e-05
    ]
   },
   "iterations": [
    4132,
    4132,
    4132,
    4132,
    4132,
    4132,
    4132,
    4132,
    4132,
    4132
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:192/n:192/k:192",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 192,
    "n": 192,
    "k": 192
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     200999143636.13272,
     201032705354.04218,
     200962518883.4093,
     201075302275.20425,
     201097591774.22183,
     201193176768.01154,
     200905487982.58035,
     200648551935.64,
     200909643768.92523,
     201338617617.48123
    ],
    "real_time_s": [
     7.043050755423092e-05,
     7.041830337363809e-05,
     7.044515382609994e-05,
     7.040840835887729e-05,
     7.039417950752425e-05,
     7.036407703906228e-05,
     7.046131319307192e-05,
     7.055167850020612e-05,
     7.046201107684126e-05,
     7.031463947710627e-05
    ]
   },
   "iterations": [
    3972,
    3972,
    3972,
    3972,
    3972,
    3972,
    3972,
    3972,
    3972,
    3972
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:192/n:192/k:192",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 192,
    "n": 192,
    "k": 192
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     105966740689.92923,
     105908716069.17401,
     105895538635.28267,
     105962190363.2485,
     106009111492.87769,
     105906625715.04108,
     105865240518.20897,
     105566125053.82147,
     105898145836.8263,
     105972788933.41208
    ],
    "real_time_s": [
     0.0001335979292539995,
     0.0001336627007642606,
     0.00013367992829812787,
     0.00013361104780209988,
     0.00013354797753384987,
     0.00013368140296640148,
     0.00013373238384154052,
     0.00013411949665197056,
     0.00013368138719023335,
     0.00013358804589158805
    ]
   },
   "iterations": [
    2092,
    2092,
    2092,
    2092,
    2092,
    2092,
    2092,
    2092,
    2092,
    2092
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:192/n:192/k:192",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 192,
    "n": 192,
    "k": 192
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     91368278669.42778,
     91287688314.61528,
     91349192667.26244,
     91359845186.65202,
     91273648488.63959,
     91336803327.06766,
     91356528576.1156,
     91324898537.1753,
     91390805845.22069,
     91357526243.65422
    ],
    "real_time_s": [
     0.00015495559025231872,
     0.00015507652103908132,
     0.00015498143244743713,
     0.00015497060631401708,
     0.00015509802657813823,
     0.00015499384496119937,
     0.0001549531378758984,
     0.0001550053792878272,
     0.00015489997951201567,
     0.0001549661555914064
    ]
   },
   "iterations": [
    1806,
    1806,
    1806,
    1806,
    1806,
    1806,
    1806,
    1806,
    1806,
    1806
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:256/n:256/k:256",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 256,
    "n": 256,
    "k": 256
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     212051411094.2763,
     212328059172.0181,
     212244032785.86832,
     212527975393.4939,
     212441123532.11694,
     212610063694.15976,
     211818887077.7134,
     211642845888.22153,
     211709449032.96136,
     211498157175.43747
    ],
    "real_time_s": [
     0.00015825372974262323,
     0.00015803918583538233,
     0.00015810649008401103,
     0.00015788176260633321,
     0.00015795391501720977,
     0.0001578281116117816,
     0.00015843092804334704,
     0.00015855415354195255,
     0.00015849837280658833,
     0.00015865469518118927
    ]
   },
   "iterations": [
    1765,
    1765,
    1765,
    1765,
    1765,
    1765,
    1765,
    1765,
    1765,
    1765
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:256/n:256/k:256",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 256,
    "n": 256,
    "k": 256
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     205687950914.0195,
     206019271120.39975,
     205513480922.19217,
     205873786391.52478,
     205874799411.47946,
     205687844434.69235,
     205604047824.17892,
     205827257075.37936,
     205938195885.69754,
     205669004469.90305
    ],
    "real_time_s": [
     0.00016313579848493696,
     0.00016287750204048464,
     0.00016329023529580578,
     0.00016299545195372827,
     0.00016299347524936233,
     0.00016314714035953857,
     0.00016319855445416634,
     0.00016302844612472994,
     0.0001629399266167534,
     0.00016315911822995994
    ]
   },
   "iterations": [
    1717,
    1717,
    1717,
    1717,
    1717,
    1717,
    1717,
    1717,
    1717,
    1717
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:256/n:256/k:256",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 256,
    "n": 256,
    "k": 256
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     104567393070.75168,
     104660285334.18079,
     104575606960.66037,
     104521876215.82123,
     104496036332.07062,
     104474666681.55176,
     104766817196.5594,
     104713775191.95224,
     104497564008.59842,
     104721135647.56223
    ],
    "real_time_s": [
     0.00032091714186521927,
     0.00032061387197935745,
     0.0003208860011526675,
     0.0003210265247935817,
     0.000321169852363652,
     0.0003211933010378761,
     0.00032029972664328164,
     0.0003205013564029696,
     0.0003211256032287962,
     0.0003204587024148213
    ]
   },
   "iterations": [
    867,
    867,
    867,
    867,
    867,
    867,
    867,
    867,
    867,
    867
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:256/n:256/k:256",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 256,
    "n": 256,
    "k": 256
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     93399089162.52614,
     93345372031.43845,
     93413537032.8335,
     93410894024.24808,
     93428839099.222,
     93378438752.15257,
     93434751112.37445,
     93393269313.18018,
     93431609017.10455,
     93353505651.14226
    ],
    "real_time_s": [
     0.00035927281467761833,
     0.00035947192664212635,
     0.0003592222174998143,
     0.00035926238224665463,
     0.0003591856422160328,
     0.00035935151480627334,
     0.00035915301673781325,
     0.00035927948648728215,
     0.0003591462599764281,
     0.00035944881338756195
    ]
   },
   "iterations": [
    777,
    777,
    777,
    777,
    777,
    777,
    777,
    777,
    777,
    777
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:384/n:384/k:384",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 384,
    "n": 384,
    "k": 384
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     217065421361.93942,
     216631259048.71304,
     216959218995.6479,
     217013938371.4752,
     216330978729.3867,
     216372942257.4924,
     216571792483.6011,
     216965494395.609,
     217102482833.63718,
     216989123829.90164
    ],
    "real_time_s": [
     0.0005217847869096098,
     0.0005228001999975591,
     0.0005219860448611891,
     0.000521851654197677,
     0.0005235278467314806,
     0.0005233985551406638,
     0.0005229414467211317,
     0.0005220398598156921,
     0.0005216672504783138,
     0.0005219180897154594
    ]
   },
   "iterations": [
    535,
    535,
    535,
    535,
    535,
    535,
    535,
    535,
    535,
    535
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:384/n:384/k:384",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 384,
    "n": 384,
    "k": 384
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     211962442726.4657,
     211163662402.91544,
     211577969971.0725,
     211243068908.47147,
     210710803292.80933,
     210885871180.16724,
     211935373993.70425,
     212389347530.95956,
     210551582418.93686,
     210948669003.83435
    ],
    "real_time_s": [
     0.0005342725288406095,
     0.0005363061461489101,
     0.0005352637711509418,
     0.0005361608076922354,
     0.0005375201326947158,
     0.0005370527692251087,
     0.0005343842422987039,
     0.0005331985096115834,
     0.0005378643365475,
     0.0005368400365394057
    ]
   },
   "iterations": [
    520,
    520,
    520,
    520,
    520,
    520,
    520,
    520,
    520,
    520
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:384/n:384/k:384",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 384,
    "n": 384,
    "k": 384
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     102824500391.95645,
     102858533600.67401,
     103142736944.06459,
     102915432496.12535,
     102702315239.88116,
     102823084178.04572,
     102796590197.38458,
     102619699358.79044,
     102848024510.0714,
     102944998856.44084
    ],
    "real_time_s": [
     0.001101478275584697,
     0.001101217429124059,
     0.0010979899724209352,
     0.001100442653561312,
     0.0011028452244081707,
     0.0011013895433336978,
     0.001101708751969089,
     0.0011036730472591529,
     0.0011012522677268089,
     0.0011001031417385897
    ]
   },
   "iterations": [
    254,
    254,
    254,
    254,
    254,
    254,
    254,
    254,
    254,
    254
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:384/n:384/k:384",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 384,
    "n": 384,
    "k": 384
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     93258016261.68993,
     93199341296.98927,
     93223112717.4252,
     93207596742.03192,
     93125247220.54214,
     93248864533.77121,
     93187532146.48096,
     93052253518.4652,
     93186958703.96263,
     93236934027.26958
    ],
    "real_time_s": [
     0.0012143263173841306,
     0.0012151328956584305,
     0.0012148372869452704,
     0.0012150845304384583,
     0.0012162038521795616,
     0.0012144984304462054,
     0.0012153661391335927,
     0.0012171140043431914,
     0.0012152992782711923,
     0.0012146718130363456
    ]
   },
   "iterations": [
    230,
    230,
    230,
    230,
    230,
    230,
    230,
    230,
    230,
    230
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:512/n:512/k:512",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 512,
    "n": 512,
    "k": 512
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     214133527105.62317,
     215504008053.84647,
     215521797241.34625,
     215227338031.38718,
     214421689068.2565,
     215500322622.6505,
     215370913473.75592,
     214378341303.92032,
     215241575276.6933,
     215493351943.0478
    ],
    "real_time_s": [
     0.0012539070577541782,
     0.0012456983777681472,
     0.0012455858044429786,
     0.0012472120710946104,
     0.0012519347822267767,
     0.0012456939600007093,
     0.0012464990266663437,
     0.0012523017600243394,
     0.0012472057733490755,
     0.0012457629511158708
    ]
   },
   "iterations": [
    225,
    225,
    225,
    225,
    225,
    225,
    225,
    225,
    225,
    225
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:512/n:512/k:512",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 512,
    "n": 512,
    "k": 512
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     208646966265.20938,
     208905200480.61108,
     208917905363.8945,
     208829218242.9846,
     208723377983.8826,
     208945971963.72885,
     208872772185.40256,
     207259160380.5402,
     208653855216.32434,
     208833203770.76282
    ],
    "real_time_s": [
     0.0012866673119504481,
     0.0012850388532094316,
     0.0012850561467922664,
     0.001285812926586555,
     0.0012861572522691392,
     0.001284824348633699,
     0.0012851568623664877,
     0.0012951907798246834,
     0.0012865397706547743,
     0.0012854657844074793
    ]
   },
   "iterations": [
    218,
    218,
    218,
    218,
    218,
    218,
    218,
    218,
    218,
    218
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:512/n:512/k:512",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 512,
    "n": 512,
    "k": 512
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     102106624918.99567,
     102364671685.512,
     102367367419.09213,
     101627314610.01233,
     102294642341.99178,
     102687569395.322,
     102111520332.45622,
     102014020091.59117,
     102343931439.13588,
     102477212879.3563
    ],
    "real_time_s": [
     0.0026293024717267814,
     0.0026224667641865794,
     0.002622469122695104,
     0.0026413589245216913,
     0.002624225141499785,
     0.002614228066069597,
     0.0026295798301327767,
     0.0026319020848945317,
     0.0026230472735819005,
     0.002619523254735505
    ]
   },
   "iterations": [
    106,
    106,
    106,
    106,
    106,
    106,
    106,
    106,
    106,
    106
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:512/n:512/k:512",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 512,
    "n": 512,
    "k": 512
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     97673662823.4029,
     98701845391.82971,
     98741869965.86078,
     97674297317.61009,
     98720709440.50197,
     98703687422.10564,
     98762579654.34012,
     98709210366.91963,
     98813389821.93127,
     98761118372.35909
    ],
    "real_time_s": [
     0.0027483528823473067,
     0.0027197839412039294,
     0.0027188599902443706,
     0.0027494510392060355,
     0.002719224558805924,
     0.0027199518922048703,
     0.002717974196118531,
     0.002719546764673592,
     0.0027167263235206326,
     0.0027183914608031046
    ]
   },
   "iterations": [
    102,
    102,
    102,
    102,
    102,
    102,
    102,
    102,
    102,
    102
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:768/n:768/k:768",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 768,
    "n": 768,
    "k": 768
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     217129737949.595,
     217907193735.9957,
     173383745530.7934,
     217188720604.39795,
     218695251354.70856,
     218361276767.481,
     218493715712.42444,
     218507165402.74878,
     218416067091.75723,
     218161010624.98102
    ],
    "real_time_s": [
     0.004172880149319587,
     0.004158481179064127,
     0.005225275343335269,
     0.004171521104472592,
     0.004143212417921629,
     0.0041497871492565406,
     0.004148529477612074,
     0.004146460552222909,
     0.0041483743133635,
     0.004152876776061021
    ]
   },
   "iterations": [
    67,
    67,
    67,
    67,
    67,
    67,
    67,
    67,
    67,
    67
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:768/n:768/k:768",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 768,
    "n": 768,
    "k": 768
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     216653417921.1582,
     216148298807.62802,
     214628137734.23163,
     216651722881.8056,
     216743491877.70593,
     215604353509.59012,
     215582333844.37637,
     216638739543.61304,
     216331473596.82028,
     214325870478.98322
    ],
    "real_time_s": [
     0.004181911179113007,
     0.004192159328272623,
     0.00422206561193183,
     0.004182087298553896,
     0.0041805521492523125,
     0.004201980432801282,
     0.0042024985074809295,
     0.004182207000002251,
     0.0041883602685602594,
     0.004228465746347132
    ]
   },
   "iterations": [
    67,
    67,
    67,
    67,
    67,
    67,
    67,
    67,
    67,
    67
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:768/n:768/k:768",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 768,
    "n": 768,
    "k": 768
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     105005388019.46701,
     105076230998.01178,
     105109185343.62021,
     105040600421.0517,
     104165266805.00258,
     104605467830.64972,
     105029926880.02768,
     105056791445.98416,
     105027516804.87135,
     105055466240.63803
    ],
    "real_time_s": [
     0.008628651125036413,
     0.008621983250122868,
     0.008619614562576317,
     0.008625110687489725,
     0.008699095437577853,
     0.008661250000159272,
     0.008626490218603068,
     0.008623904750038491,
     0.008626432031178412,
     0.008624092750096679
    ]
   },
   "iterations": [
    32,
    32,
    32,
    32,
    32,
    32,
    32,
    32,
    32,
    32
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:768/n:768/k:768",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 768,
    "n": 768,
    "k": 768
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     102918341203.52856,
     102983755661.91992,
     102933016915.42892,
     102792425516.00656,
     102924872807.26898,
     102931325936.74554,
     102937448369.1094,
     102900849972.01855,
     102973466754.03033,
     102908198691.92923
    ],
    "real_time_s": [
     0.008803667906249759,
     0.008797663906079833,
     0.008802457843785305,
     0.008814362843622804,
     0.008802518624861477,
     0.00880241209392807,
     0.008801950031283923,
     0.008805599562492718,
     0.008798662937579138,
     0.008804137906281541
    ]
   },
   "iterations": [
    32,
    32,
    32,
    32,
    32,
    32,
    32,
    32,
    32,
    32
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:1024/n:1024/k:1024",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 1024,
    "n": 1024,
    "k": 1024
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     219799193372.55087,
     220135427122.95474,
     219802829394.24347,
     220226689761.40427,
     220440110202.0866,
     220134270050.0884,
     220027767968.37793,
     220233279174.39014,
     219954677608.16104,
     220318274399.00763
    ],
    "real_time_s": [
     0.009770672103231534,
     0.009756819792904749,
     0.00977065979331483,
     0.0097519778275204,
     0.0097423543792784,
     0.00975570251742691,
     0.009760488034426716,
     0.009752260965389472,
     0.009764207448260379,
     0.009747850551603137
    ]
   },
   "iterations": [
    29,
    29,
    29,
    29,
    29,
    29,
    29,
    29,
    29,
    29
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:1024/n:1024/k:1024",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 1024,
    "n": 1024,
    "k": 1024
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     218315424418.0667,
     218265635221.01495,
     218470771233.14444,
     218372050889.86008,
     218441557777.6563,
     218411893576.7504,
     218402767262.9504,
     218278801457.36987,
     218485767513.25272,
     218381663203.79724
    ],
    "real_time_s": [
     0.009837184749942806,
     0.009839909392862216,
     0.009831243107068337,
     0.0098355511072441,
     0.009831220999850693,
     0.009833185285710248,
     0.00983350964296343,
     0.00983883600019908,
     0.009829576214282758,
     0.009835331071631766
    ]
   },
   "iterations": [
    28,
    28,
    28,
    28,
    28,
    28,
    28,
    28,
    28,
    28
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:1024/n:1024/k:1024",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 1024,
    "n": 1024,
    "k": 1024
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     105840009537.75128,
     106135875430.40753,
     105774882049.6376,
     106177660653.99977,
     105854339777.37773,
     106080929706.33972,
     105709853247.3802,
     106186996983.39767,
     106038778872.45253,
     106144304642.83685
    ],
    "real_time_s": [
     0.020290419428160282,
     0.02023541585731437,
     0.020303539142852454,
     0.02022674071434137,
     0.020290422713774858,
     0.02024639485742747,
     0.020321474571704003,
     0.020223508500099085,
     0.02025280757152359,
     0.020234480786062447
    ]
   },
   "iterations": [
    14,
    14,
    14,
    14,
    14,
    14,
    14,
    14,
    14,
    14
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:1024/n:1024/k:1024",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 1024,
    "n": 1024,
    "k": 1024
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     105363216660.1474,
     105318435374.6036,
     105361467922.63826,
     105374464837.17241,
     105324147180.7541,
     105378787635.6581,
     105305025156.23773,
     105258580418.16843,
     105246313928.51456,
     105216689751.34532
    ],
    "real_time_s": [
     0.02038463357114649,
     0.02039305671444579,
     0.020381964499912496,
     0.020381070714003205,
     0.02039150778572158,
     0.020382861071474117,
     0.020393726071363617,
     0.020403450214091987,
     0.020406025714432223,
     0.02041300392842719
    ]
   },
   "iterations": [
    14,
    14,
    14,
    14,
    14,
    14,
    14,
    14,
    14,
    14
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:1536/n:1536/k:1536",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 1536,
    "n": 1536,
    "k": 1536
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     221810318263.61234,
     222358651316.07953,
     221822070155.83984,
     222159890835.57227,
     221815124471.09464,
     222222182201.13654,
     222068839417.08145,
     222210250107.12378,
     221800246419.64423,
     222264448411.45834
    ],
    "real_time_s": [
     0.032683270999566756,
     0.03259756266682719,
     0.032678520444379605,
     0.032626675221965544,
     0.03267908233344012,
     0.0326212563328833,
     0.03263816444410218,
     0.03262210155581771,
     0.032678294221922345,
     0.03261102155617361
    ]
   },
   "iterations": [
    9,
    9,
    9,
    9,
    9,
    9,
    9,
    9,
    9,
    9
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:1536/n:1536/k:1536",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 1536,
    "n": 1536,
    "k": 1536
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     224095189611.5573,
     224078735560.8195,
     224164944076.39157,
     224117722201.36288,
     224146948556.6176,
     224152840188.2326,
     224149878543.61807,
     224027006571.39996,
     224053933571.58078,
     224127600549.79218
    ],
    "real_time_s": [
     0.032349975778035715,
     0.032346670667013515,
     0.032338601333322003,
     0.032341495777978305,
     0.03233698855506696,
     0.032342611555779714,
     0.032336507777573485,
     0.03235507988898058,
     0.03234983133329984,
     0.032341606111408
    ]
   },
   "iterations": [
    9,
    9,
    9,
    9,
    9,
    9,
    9,
    9,
    9,
    9
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:1536/n:1536/k:1536",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 1536,
    "n": 1536,
    "k": 1536
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     107719677706.73445,
     107874169185.82016,
     107614515106.5819,
     107960076939.32475,
     107723817204.75084,
     107962850240.79343,
     107617175605.20148,
     107870051839.37823,
     107602950656.92184,
     107972939537.9106
    ],
    "real_time_s": [
     0.06728989949988318,
     0.06719264274943272,
     0.06735159999880125,
     0.06714299875056896,
     0.06729392150009517,
     0.06714286600072228,
     0.06734850125030789,
     0.06719974350016855,
     0.06737826800053881,
     0.06713180724909762
    ]
   },
   "iterations": [
    4,
    4,
    4,
    4,
    4,
    4,
    4,
    4,
    4,
    4
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:1536/n:1536/k:1536",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 1536,
    "n": 1536,
    "k": 1536
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     108318153443.62027,
     108314722056.33893,
     108288596172.34592,
     108314783567.68283,
     108354092669.84949,
     108266036708.92758,
     108304561099.41895,
     108279725746.42116,
     108334749306.80193,
     108204956814.40173
    ],
    "real_time_s": [
     0.06691497800056823,
     0.0669221975003893,
     0.06694470124966757,
     0.06692471049973392,
     0.06690656899991154,
     0.06695540475084273,
     0.06694266299928131,
     0.06694165175031232,
     0.06690112649994263,
     0.06698125499860907
    ]
   },
   "iterations": [
    4,
    4,
    4,
    4,
    4,
    4,
    4,
    4,
    4,
    4
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:2048/n:2048/k:2048",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 2048,
    "n": 2048,
    "k": 2048
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     221943376503.89862,
     220848440983.0806,
     221434268051.7194,
     221896195297.5969,
     222076353566.40512,
     222408551800.8019,
     221855992262.81412,
     221700281494.4146,
     221878931710.8004,
     222363315359.88312
    ],
    "real_time_s": [
     0.07742439825051406,
     0.07780443199953879,
     0.07758902325076635,
     0.0774380154998653,
     0.07739225475052082,
     0.0772540845009644,
     0.07743921749897709,
     0.07749914600026388,
     0.07745447475099354,
     0.07727146549950703
    ]
   },
   "iterations": [
    4,
    4,
    4,
    4,
    4,
    4,
    4,
    4,
    4,
    4
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:2048/n:2048/k:2048",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 2048,
    "n": 2048,
    "k": 2048
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     222713982322.95886,
     222787097656.41882,
     222610621333.77966,
     222816948785.86902,
     222686390717.34146,
     222385892057.77292,
     222728362171.07755,
     222758627924.37906,
     222668591982.67047,
     222711452452.9413
    ],
    "real_time_s": [
     0.0771468190014275,
     0.07713413874989783,
     0.07719097674998922,
     0.07711295625085769,
     0.07716211749902868,
     0.07726637399900937,
     0.07714763650074019,
     0.07713963099922695,
     0.07715780299986365,
     0.07714672775000508
    ]
   },
   "iterations": [
    4,
    4,
    4,
    4,
    4,
    4,
    4,
    4,
    4,
    4
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:2048/n:2048/k:2048",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 2048,
    "n": 2048,
    "k": 2048
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     107325480779.95445,
     107151901472.83333,
     107289415044.84932,
     107360683136.10042,
     107201275787.25865,
     107300223038.75667,
     107334623553.64459,
     107345254866.54604,
     107452418169.87009,
     107464090216.12642
    ],
    "real_time_s": [
     0.1600718824993237,
     0.16034570249757965,
     0.16015217950189253,
     0.16002462899996317,
     0.16027832300096634,
     0.16013741099959589,
     0.16005776000019978,
     0.16006248099802178,
     0.15990792049706215,
     0.15987170649896143
    ]
   },
   "iterations": [
    2,
    2,
    2,
    2,
    2,
    2,
    2,
    2,
    2,
    2
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:2048/n:2048/k:2048",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 2048,
    "n": 2048,
    "k": 2048
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     109388841474.49559,
     109376689454.16493,
     109414968161.2292,
     109371646695.39157,
     109417645489.43176,
     109450528355.5909,
     109354868700.2743,
     109418285921.27611,
     109371589947.85893,
     109404790004.87296
    ],
    "real_time_s": [
     0.15708694550266955,
     0.15706981399853248,
     0.15703584799848613,
     0.1571101475019532,
     0.1570106545004819,
     0.15698529949804652,
     0.15713331349979853,
     0.15702122450238676,
     0.15709389450057645,
     0.15707009299876518
    ]
   },
   "iterations": [
    2,
    2,
    2,
    2,
    2,
    2,
    2,
    2,
    2,
    2
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:3072/n:3072/k:3072",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 3072,
    "n": 3072,
    "k": 3072
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     223214243661.4177,
     223270908094.96805,
     223275616168.54733,
     223255023680.56885,
     223248177839.92212,
     223338945122.79144,
     222849392519.8474,
     223158298519.85822,
     223228250444.05527,
     222806768198.96613
    ],
    "real_time_s": [
     0.2597731290006777,
     0.2597509219995118,
     0.25970847599819535,
     0.2597207650032942,
     0.2597911679986282,
     0.25965128999814624,
     0.26018345900229184,
     0.2598578910037759,
     0.25978208000015,
     0.2602569179944112
    ]
   },
   "iterations": [
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:3072/n:3072/k:3072",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 3072,
    "n": 3072,
    "k": 3072
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     224385112854.17285,
     224334786804.5509,
     224236801372.45673,
     224318128420.96396,
     224350447628.64893,
     224323570720.66763,
     224318548451.95923,
     224280254865.09012,
     224136622773.14523,
     224308948013.47903
    ],
    "real_time_s": [
     0.2585062840007595,
     0.25849601899972185,
     0.2586399630017695,
     0.2585475209998549,
     0.2584811669948977,
     0.25847354399593314,
     0.2585002070045448,
     0.2585467610042542,
     0.258699964004336,
     0.2585017829987919
    ]
   },
   "iterations": [
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:3072/n:3072/k:3072",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 3072,
    "n": 3072,
    "k": 3072
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     105178717304.11705,
     105051729501.53809,
     104897551215.79851,
     105198157919.00801,
     105020673387.99985,
     104948156312.87617,
     105163483556.48213,
     104943442924.03497,
     104876412547.89224,
     105211967552.91226
    ],
    "real_time_s": [
     0.5513172790015233,
     0.5520257559983294,
     0.5529193559996203,
     0.5512288929967326,
     0.5521985849991324,
     0.5526484550064197,
     0.5514419760002057,
     0.5525930119983969,
     0.5530302200058941,
     0.5511386790021788
    ]
   },
   "iterations": [
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:3072/n:3072/k:3072",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 3072,
    "n": 3072,
    "k": 3072
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     111036604722.74513,
     111563368714.53836,
     111257689536.41216,
     110753978496.28214,
     111561638373.15163,
     111326080763.8586,
     110709380390.86902,
     111174459995.42038,
     111592767604.2392,
     111593654191.73245
    ],
    "real_time_s": [
     0.522212894000404,
     0.5198113760052365,
     0.5213186080000015,
     0.523636156001885,
     0.5198577159972047,
     0.5209322590017109,
     0.5238138339991565,
     0.5216048930014949,
     0.5196695529957651,
     0.5196129519972601
    ]
   },
   "iterations": [
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:4096/n:4096/k:4096",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 4096,
    "n": 4096,
    "k": 4096
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     218912648092.9421,
     217800709359.67477,
     217961099832.3446,
     217654207631.53348,
     217811036412.6826,
     217782761277.43427,
     217633692100.55063,
     217814759624.66696,
     217698565070.8867,
     217650031145.14227
    ],
    "real_time_s": [
     0.6278777800034732,
     0.6311549919992104,
     0.6306355720007559,
     0.6315342149973732,
     0.631143622995296,
     0.6311760869939462,
     0.6315716360040825,
     0.6311469490028686,
     0.6314149350000662,
     0.6315747829939938
    ]
   },
   "iterations": [
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:4096/n:4096/k:4096",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 4096,
    "n": 4096,
    "k": 4096
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     225666646041.693,
     225619879122.31702,
     225646299779.02444,
     225700891665.37952,
     225675860049.39746,
     225692902350.9952,
     225698165983.9815,
     225762623328.03943,
     225664940869.5041,
     225670867583.8589
    ],
    "real_time_s": [
     0.6091174120010693,
     0.6093064610031433,
     0.6091226429998643,
     0.60901651000313,
     0.6091917209996609,
     0.6089854329984519,
     0.6090488569971058,
     0.6089124019999873,
     0.6090920000060578,
     0.6091114420050872
    ]
   },
   "iterations": [
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:4096/n:4096/k:4096",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 4096,
    "n": 4096,
    "k": 4096
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     104872352555.26413,
     105028863828.93607,
     105122899619.06494,
     105132910231.44678,
     105132899696.34093,
     105124069770.81454,
     104988499525.35616,
     105127337778.46689,
     105299441508.16809,
     105179662724.01534
    ],
    "real_time_s": [
     1.3107507989989247,
     1.3087502850030432,
     1.307574343001761,
     1.3075488389949896,
     1.3074221440037945,
     1.3075923750002405,
     1.3093741859993315,
     1.307535359999747,
     1.3054573460030952,
     1.3069804289989408
    ]
   },
   "iterations": [
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:4096/n:4096/k:4096",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 4096,
    "n": 4096,
    "k": 4096
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     112430023534.24612,
     112414450264.57428,
     112416530956.79396,
     112433367269.06886,
     112452950896.39636,
     112342035411.96791,
     112362737881.79747,
     112345093456.7013,
     112356428986.29301,
     112360468115.28838
    ],
    "real_time_s": [
     1.2226987479953098,
     1.2227765760035256,
     1.222680302002118,
     1.2225889949986595,
     1.2223574060044484,
     1.223574324998481,
     1.223424205003539,
     1.22357958000066,
     1.2233573340054136,
     1.2233856010061572
    ]
   },
   "iterations": [
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:160/n:160/k:160",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 160,
    "n": 160,
    "k": 160
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     204813760740.93842,
     204425911138.16766,
     202118978860.68552,
     204768652509.76962,
     204682961977.0249,
     204135038602.73538,
     202905758910.83594,
     204994312379.8482,
     204795752514.93582,
     204568258668.44434
    ],
    "real_time_s": [
     4.000067670656241e-05,
     4.007946629414921e-05,
     4.053458132509687e-05,
     4.0033654188184256e-05,
     4.002600616740188e-05,
     4.0136354274597814e-05,
     4.039641379746449e-05,
     3.996967383864521e-05,
     4.000783060821349e-05,
     4.0046111589816085e-05
    ]
   },
   "iterations": [
    6972,
    6972,
    6972,
    6972,
    6972,
    6972,
    6972,
    6972,
    6972,
    6972
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:160/n:160/k:160",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 160,
    "n": 160,
    "k": 160
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     194188485789.74167,
     194211036020.97812,
     194162468791.55008,
     194055357519.87125,
     194251748222.87476,
     194215876638.02527,
     194222479195.18164,
     194216178229.15152,
     194176915335.4692,
     193992872552.6836
    ],
    "real_time_s": [
     4.220865439165945e-05,
     4.218394763124606e-05,
     4.2195275581295365e-05,
     4.2243898732833246e-05,
     4.21731811048915e-05,
     4.218455236917987e-05,
     4.218014427978327e-05,
     4.22002304557222e-05,
     4.21912562636859e-05,
     4.223313054616358e-05
    ]
   },
   "iterations": [
    6626,
    6626,
    6626,
    6626,
    6626,
    6626,
    6626,
    6626,
    6626,
    6626
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:160/n:160/k:160",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 160,
    "n": 160,
    "k": 160
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     102727639010.77748,
     103471515777.10454,
     103287010509.06703,
     101639296154.77992,
     103624901907.52032,
     103414308898.99469,
     103547805286.36612,
     103335761103.11523,
     103419093622.08943,
     103336509582.55171
    ],
    "real_time_s": [
     7.979362376752998e-05,
     7.91733197094299e-05,
     7.93216730433388e-05,
     8.067601681155476e-05,
     7.90965573927995e-05,
     7.921922434816488e-05,
     7.912132753636282e-05,
     7.93208353612842e-05,
     7.921514347865434e-05,
     7.927956405868484e-05
    ]
   },
   "iterations": [
    3450,
    3450,
    3450,
    3450,
    3450,
    3450,
    3450,
    3450,
    3450,
    3450
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:160/n:160/k:160",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 160,
    "n": 160,
    "k": 160
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     84707512391.68073,
     85658636601.75717,
     85723411586.98561,
     85558275183.12433,
     85415679432.38686,
     85669789516.81697,
     85525811761.06532,
     84767916440.04823,
     85477705333.4022,
     85594224647.03284
    ],
    "real_time_s": [
     9.677899794846036e-05,
     9.563949197073518e-05,
     9.557154424363896e-05,
     9.575910556936627e-05,
     9.59592763906487e-05,
     9.562502015815736e-05,
     9.57935035874363e-05,
     9.668676768104872e-05,
     9.58408247353533e-05,
     9.571078783649297e-05
    ]
   },
   "iterations": [
    2927,
    2927,
    2927,
    2927,
    2927,
    2927,
    2927,
    2927,
    2927,
    2927
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:224/n:224/k:224",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 224,
    "n": 224,
    "k": 224
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     209154339638.26932,
     213219641612.0106,
     213461140843.2744,
     213179455136.06595,
     213288140898.4181,
     213344180659.22012,
     213280307589.61273,
     209336250183.19806,
     212046049838.42096,
     213228991052.43228
    ],
    "real_time_s": [
     0.00010748157777730112,
     0.0001054821732573925,
     0.00010531117137488181,
     0.00010546739962414124,
     0.00010545359472641125,
     0.000105368879847553,
     0.00010539977815387624,
     0.00010739372730601086,
     0.00010607018078869847,
     0.00010542801845559618
    ]
   },
   "iterations": [
    2655,
    2655,
    2655,
    2655,
    2655,
    2655,
    2655,
    2655,
    2655,
    2655
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:224/n:224/k:224",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 224,
    "n": 224,
    "k": 224
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     201109029900.26538,
     200711721224.28244,
     201191246048.68137,
     199244973393.37943,
     196751148768.79324,
     201079418713.3238,
     200995161241.69846,
     200892363833.24857,
     200956874893.6024,
     200818108950.978
    ],
    "real_time_s": [
     0.00011177534732117905,
     0.00011210601638554395,
     0.00011173519104938128,
     0.00011283576259084105,
     0.00011432548481105122,
     0.00011179719384629664,
     0.000111843171462889,
     0.00011189448960910575,
     0.0001119179008809625,
     0.00011194193844933703
    ]
   },
   "iterations": [
    2502,
    2502,
    2502,
    2502,
    2502,
    2502,
    2502,
    2502,
    2502,
    2502
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:224/n:224/k:224",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 224,
    "n": 224,
    "k": 224
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     105043202020.27263,
     105305590163.44568,
     105042477952.70898,
     105303197331.87875,
     105131162221.98146,
     104996528552.33582,
     105045402494.58704,
     105184562068.91158,
     105282828645.72223,
     105141758489.13565
    ],
    "real_time_s": [
     0.00021402077853966908,
     0.00021358905900363415,
     0.00021400491800582948,
     0.00021348136551994866,
     0.00021382390727869762,
     0.00021420135095307847,
     0.00021400392413789668,
     0.0002137211065113159,
     0.00021365050191213145,
     0.00021380236092129708
    ]
   },
   "iterations": [
    1305,
    1305,
    1305,
    1305,
    1305,
    1305,
    1305,
    1305,
    1305,
    1305
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:224/n:224/k:224",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 224,
    "n": 224,
    "k": 224
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     95682169225.71614,
     95708941003.51779,
     95656253248.62306,
     95714630264.03035,
     95751085362.87332,
     95743801046.62462,
     95701702195.82741,
     95750834397.87323,
     95722258742.18488,
     95724062856.90794
    ],
    "real_time_s": [
     0.0002349475934312276,
     0.00023486568013694913,
     0.0002351151750814887,
     0.00023487825168105414,
     0.00023478580050344657,
     0.00023491065909024583,
     0.0002348886574089848,
     0.00023479114814855666,
     0.00023487550336567713,
     0.00023495446464838818
    ]
   },
   "iterations": [
    1188,
    1188,
    1188,
    1188,
    1188,
    1188,
    1188,
    1188,
    1188,
    1188
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:288/n:288/k:288",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 288,
    "n": 288,
    "k": 288
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     218485694224.78647,
     218877884483.59348,
     218846463992.68097,
     218854876112.1224,
     218807871756.3187,
     219015563472.22534,
     218779464328.7026,
     218769549065.31775,
     218950451345.86563,
     218855451242.80478
    ],
    "real_time_s": [
     0.00021869677194590506,
     0.00021829425392202198,
     0.00021845988244693045,
     0.00021830238244396113,
     0.0002183568205315927,
     0.00021814073824142523,
     0.00021851417868189933,
     0.00021839380799327414,
     0.00021822363166413146,
     0.00021845344984465097
    ]
   },
   "iterations": [
    1276,
    1276,
    1276,
    1276,
    1276,
    1276,
    1276,
    1276,
    1276,
    1276
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:288/n:288/k:288",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 288,
    "n": 288,
    "k": 288
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     210374844835.8597,
     210182238798.6406,
     210858766534.59912,
     210131701328.42657,
     210521586488.821,
     210588593604.49612,
     210331134062.86685,
     210773632984.95764,
     210623707329.59473,
     210748626142.77252
    ],
    "real_time_s": [
     0.00022710331326708248,
     0.0002273224019534519,
     0.00022657600081355434,
     0.00022750901627676195,
     0.00022695125223559336,
     0.00022688850447777253,
     0.0002273173189599903,
     0.0002266734938975632,
     0.00022684647762303775,
     0.00022669858991270173
    ]
   },
   "iterations": [
    1229,
    1229,
    1229,
    1229,
    1229,
    1229,
    1229,
    1229,
    1229,
    1229
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:288/n:288/k:288",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 288,
    "n": 288,
    "k": 288
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     104581881061.578,
     104559716189.67145,
     104595935212.09096,
     104553286713.22876,
     104516573577.39243,
     104572257069.10759,
     104612332552.97472,
     104517662091.78175,
     104508417937.64725,
     104474554543.98058
    ],
    "real_time_s": [
     0.0004568393622977339,
     0.00045698346885266627,
     0.0004568170147545285,
     0.0004571889606581192,
     0.0004571171426147483,
     0.00045690878360488325,
     0.00045669100655969924,
     0.0004573130967251987,
     0.00045716411968002287,
     0.00045734463278900787
    ]
   },
   "iterations": [
    610,
    610,
    610,
    610,
    610,
    610,
    610,
    610,
    610,
    610
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:288/n:288/k:288",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 288,
    "n": 288,
    "k": 288
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     93506414842.14293,
     93545747798.05473,
     93548743817.75352,
     93537478011.66196,
     93511799734.5817,
     93571180717.43187,
     93547391282.11105,
     93535560021.19354,
     93599579145.70369,
     93558722781.03345
    ],
    "real_time_s": [
     0.0005111558464279362,
     0.0005107471809888062,
     0.0005107258281548562,
     0.0005109975045775464,
     0.0005109552138919605,
     0.0005106036581358256,
     0.0005107961352943303,
     0.0005109470877513354,
     0.0005104443199314957,
     0.000510674149914363
    ]
   },
   "iterations": [
    547,
    547,
    547,
    547,
    547,
    547,
    547,
    547,
    547,
    547
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:320/n:320/k:320",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 320,
    "n": 320,
    "k": 320
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     218622613940.2433,
     218814568903.20358,
     218796402026.9086,
     218762689098.7584,
     218880242864.25333,
     218850577233.7121,
     218713842695.9253,
     218694624840.10504,
     218821172584.44162,
     218755393970.03268
    ],
    "real_time_s": [
     0.0002998449539145957,
     0.00029950708253241755,
     0.0002995363762084393,
     0.0002996171972180826,
     0.0002995099356904075,
     0.0002994675369775282,
     0.0002996516816776834,
     0.0002997265959276827,
     0.00029949849517897447,
     0.0002995965894991567
    ]
   },
   "iterations": [
    933,
    933,
    933,
    933,
    933,
    933,
    933,
    933,
    933,
    933
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:320/n:320/k:320",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 320,
    "n": 320,
    "k": 320
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     206362018311.6254,
     206386609520.08084,
     206348116485.16107,
     206410470048.08063,
     206420128253.23898,
     206358942884.327,
     206396270662.95343,
     206366403076.89163,
     206300443786.97137,
     206385167812.414
    ],
    "real_time_s": [
     0.0003176137397779464,
     0.0003175536829572097,
     0.0003176099613648892,
     0.00031751641818118516,
     0.00031755117727450195,
     0.00031759181591207216,
     0.0003175293443167571,
     0.0003176177090856734,
     0.0003177204999949688,
     0.0003175565999961029
    ]
   },
   "iterations": [
    880,
    880,
    880,
    880,
    880,
    880,
    880,
    880,
    880,
    880
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:320/n:320/k:320",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 320,
    "n": 320,
    "k": 320
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     101455017044.49916,
     101036371499.52853,
     101455618386.395,
     101391603514.29231,
     101444681913.26064,
     101225513117.27484,
     100973265795.67514,
     100981798516.806,
     101346480462.261,
     101293783443.2554
    ],
    "real_time_s": [
     0.0006459582453788715,
     0.0006486615277733816,
     0.0006459795254664236,
     0.0006463962847225993,
     0.0006461021134277366,
     0.0006474374629727175,
     0.0006490932037026883,
     0.0006490071643586109,
     0.0006466824698960678,
     0.0006471108055544997
    ]
   },
   "iterations": [
    432,
    432,
    432,
    432,
    432,
    432,
    432,
    432,
    432,
    432
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:320/n:320/k:320",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 320,
    "n": 320,
    "k": 320
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     91831753422.3859,
     91909065902.92453,
     91983015848.77843,
     91869651072.4702,
     91937394421.6447,
     91933328279.95082,
     91913029272.692,
     91954661846.04187,
     91891813624.7214,
     91929780939.95308
    ],
    "real_time_s": [
     0.0007137484132671286,
     0.0007131253010180556,
     0.0007125441811231027,
     0.0007133835076589948,
     0.0007128686913198849,
     0.0007128779847037977,
     0.0007130890357149503,
     0.0007127869540844197,
     0.0007132712984531856,
     0.0007129165204212175
    ]
   },
   "iterations": [
    392,
    392,
    392,
    392,
    392,
    392,
    392,
    392,
    392,
    392
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:448/n:448/k:448",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 448,
    "n": 448,
    "k": 448
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     214261809369.95047,
     214318124118.65414,
     214194808401.80106,
     214881908587.90787,
     214877025539.24478,
     214492154492.89566,
     214594531679.91357,
     214933093329.26068,
     215019068446.8599,
     213596669576.08957
    ],
    "real_time_s": [
     0.0008393150059932455,
     0.0008391091081042155,
     0.0008396217627697288,
     0.0008369252882894707,
     0.0008370207057001668,
     0.0008384466576620703,
     0.0008380503363382246,
     0.000836693150150924,
     0.000836381492481669,
     0.0008419762582618843
    ]
   },
   "iterations": [
    333,
    333,
    333,
    333,
    333,
    333,
    333,
    333,
    333,
    333
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:448/n:448/k:448",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 448,
    "n": 448,
    "k": 448
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     208230622017.56302,
     208121954264.50067,
     208218796122.07202,
     208153983686.87445,
     208316023083.267,
     208291028553.79828,
     208134212283.79547,
     208226654105.7197,
     208118695961.88342,
     208261620393.59305
    ],
    "real_time_s": [
     0.0008637102499859692,
     0.0008641899475162378,
     0.0008636808117309421,
     0.0008640192129489691,
     0.0008632724228296012,
     0.0008633747685154151,
     0.0008640526759313898,
     0.0008637268302540359,
     0.0008641435771646629,
     0.0008635403271595643
    ]
   },
   "iterations": [
    324,
    324,
    324,
    324,
    324,
    324,
    324,
    324,
    324,
    324
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:448/n:448/k:448",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 448,
    "n": 448,
    "k": 448
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     105234339008.4869,
     105190722404.8487,
     105218665448.40814,
     105235355865.57085,
     105238764432.82764,
     105297721338.6136,
     105302945798.64537,
     105266014621.08699,
     105141360554.96216,
     105230782040.74947
    ],
    "real_time_s": [
     0.001708852292678075,
     0.0017096672500196202,
     0.0017093075609697804,
     0.0017090281097608105,
     0.0017090032378313837,
     0.0017078549207348618,
     0.001707899237794109,
     0.0017083717134150126,
     0.0017103969755958022,
     0.001708989256102785
    ]
   },
   "iterations": [
    164,
    164,
    164,
    164,
    164,
    164,
    164,
    164,
    164,
    164
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:448/n:448/k:448",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 448,
    "n": 448,
    "k": 448
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     95559428123.3375,
     95614572724.58786,
     95555702667.06892,
     95658625447.1264,
     95595107633.5646,
     95657344476.3694,
     95613968137.54796,
     95574687054.43596,
     95656993419.1785,
     95676693486.57358
    ],
    "real_time_s": [
     0.0018821009261894583,
     0.001880925268461403,
     0.0018820541006655139,
     0.0018799824832259652,
     0.0018812574899556966,
     0.0018800015838843329,
     0.0018809933422720094,
     0.0018817577449543928,
     0.0018800782885921236,
     0.0018796105771938859
    ]
   },
   "iterations": [
    149,
    149,
    149,
    149,
    149,
    149,
    149,
    149,
    149,
    149
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:100/n:100/k:100",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 100,
    "n": 100,
    "k": 100
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     170945300238.29593,
     170932841374.39807,
     170952619262.289,
     170901020008.18033,
     171003323366.2566,
     170907990168.68442,
     170940473984.81384,
     170936034121.21185,
     170907155282.87424,
     170976077602.5042
    ],
    "real_time_s": [
     1.169982599431639e-05,
     1.1701270145783771e-05,
     1.1700541839252605e-05,
     1.1703681637839342e-05,
     1.1696341320572149e-05,
     1.1703561535399447e-05,
     1.169997674900594e-05,
     1.1700605821004919e-05,
     1.1702645255828404e-05,
     1.1698569815584613e-05
    ]
   },
   "iterations": [
    23913,
    23913,
    23913,
    23913,
    23913,
    23913,
    23913,
    23913,
    23913,
    23913
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:100/n:100/k:100",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 100,
    "n": 100,
    "k": 100
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     208984881488.99307,
     209132533495.92035,
     209112520630.95825,
     209231393328.22598,
     209231267654.7817,
     209160432803.3309,
     209050293824.21487,
     209059939451.56213,
     209132428119.59116,
     209139694848.83093
    ],
    "real_time_s": [
     9.57162656781422e-06,
     9.563591674931495e-06,
     9.565080619428003e-06,
     9.559149858094442e-06,
     9.559026280699987e-06,
     9.562340487474608e-06,
     9.56940818823917e-06,
     9.567983390828873e-06,
     9.563578346409571e-06,
     9.563466935562059e-06
    ]
   },
   "iterations": [
    29261,
    29261,
    29261,
    29261,
    29261,
    29261,
    29261,
    29261,
    29261,
    29261
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:100/n:100/k:100",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 100,
    "n": 100,
    "k": 100
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     90748321043.69489,
     90787789612.63359,
     90686204520.66548,
     90761827801.62796,
     90670194527.81812,
     90703122166.6986,
     90798318894.0182,
     90761218996.32068,
     90735010872.6065,
     90556373868.46347
    ],
    "real_time_s": [
     2.2039825221649332e-05,
     2.202990305848818e-05,
     2.2055267867056974e-05,
     2.2037771915977324e-05,
     2.2060290667853287e-05,
     2.2050256624044105e-05,
     2.2028259218357255e-05,
     2.203573716488392e-05,
     2.204239838044894e-05,
     2.208719820711387e-05
    ]
   },
   "iterations": [
    12719,
    12719,
    12719,
    12719,
    12719,
    12719,
    12719,
    12719,
    12719,
    12719
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:100/n:100/k:100",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 100,
    "n": 100,
    "k": 100
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     108638707808.00684,
     108626635158.80034,
     109418398761.30318,
     108611629953.79137,
     108638927046.29494,
     109402194197.39513,
     109407683076.84653,
     109379439404.20053,
     109354163642.88602,
     108378772292.84666
    ],
    "real_time_s": [
     1.84117707785084e-05,
     1.8412575289485614e-05,
     1.827944206998635e-05,
     1.841415156484648e-05,
     1.841057857687541e-05,
     1.8281681089017203e-05,
     1.8280400578367085e-05,
     1.8286935626002043e-05,
     1.829036198055825e-05,
     1.8454089689459876e-05
    ]
   },
   "iterations": [
    15208,
    15208,
    15208,
    15208,
    15208,
    15208,
    15208,
    15208,
    15208,
    15208
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:200/n:200/k:200",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 200,
    "n": 200,
    "k": 200
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     196908752578.3094,
     197038735379.54733,
     196963543482.7421,
     196868844869.38855,
     196971433458.38824,
     196835270412.872,
     196950383202.55026,
     197127034362.09204,
     196852951958.8252,
     197272568630.67334
    ],
    "real_time_s": [
     8.125553337370114e-05,
     8.120423882899498e-05,
     8.123650783614486e-05,
     8.127547823673655e-05,
     8.123940220406038e-05,
     8.128800261326205e-05,
     8.124615148031324e-05,
     8.11664024959802e-05,
     8.12835333721332e-05,
     8.110854294931045e-05
    ]
   },
   "iterations": [
    3446,
    3446,
    3446,
    3446,
    3446,
    3446,
    3446,
    3446,
    3446,
    3446
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:200/n:200/k:200",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 200,
    "n": 200,
    "k": 200
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     194877085742.893,
     194699521078.41852,
     194698007136.36182,
     194759448040.15768,
     194942252555.9212,
     194819253991.13818,
     195024784769.10388,
     194872198126.39108,
     194906308669.5978,
     194707762366.46976
    ],
    "real_time_s": [
     8.21159472135121e-05,
     8.219629413478318e-05,
     8.21816290325391e-05,
     8.216474134714994e-05,
     8.207853870958643e-05,
     8.212991407773692e-05,
     8.204420821098037e-05,
     8.211271759515897e-05,
     8.209901700964569e-05,
     8.217589648049928e-05
    ]
   },
   "iterations": [
    3410,
    3410,
    3410,
    3410,
    3410,
    3410,
    3410,
    3410,
    3410,
    3410
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:200/n:200/k:200",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 200,
    "n": 200,
    "k": 200
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     105269156202.52544,
     105492965509.94011,
     105268302854.50925,
     105406443839.16331,
     105457467552.86943,
     105200683353.73912,
     105337754724.68973,
     105321975766.15572,
     105491141802.91805,
     105293189338.95586
    ],
    "real_time_s": [
     0.00015201279283899572,
     0.00015167308785172823,
     0.00015200056778606045,
     0.000151794859544944,
     0.0001517357868776271,
     0.00015211882483663134,
     0.00015189360466313754,
     0.00015192991431949986,
     0.00015169051952311342,
     0.0001519608682200099
    ]
   },
   "iterations": [
    1844,
    1844,
    1844,
    1844,
    1844,
    1844,
    1844,
    1844,
    1844,
    1844
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:200/n:200/k:200",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 200,
    "n": 200,
    "k": 200
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     94513293324.71446,
     94486065763.49075,
     94553070032.85326,
     94407767453.29672,
     94469199951.2148,
     94413512440.22655,
     94453862229.27208,
     94511145918.98442,
     94509764434.67259,
     94400171752.37047
    ],
    "real_time_s": [
     0.00016931355562403982,
     0.00016935383615680427,
     0.00016922384643629633,
     0.00016949125816243893,
     0.00016937556529833325,
     0.00016947365598893866,
     0.00016940147581480969,
     0.00016930755985665113,
     0.0001693051487301094,
     0.0001694959504204659
    ]
   },
   "iterations": [
    1654,
    1654,
    1654,
    1654,
    1654,
    1654,
    1654,
    1654,
    1654,
    1654
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:257/n:257/k:257",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 257,
    "n": 257,
    "k": 257
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     194041965767.6762,
     193927641505.78424,
     194082008267.55627,
     194044753058.5963,
     193999272899.56665,
     194049028076.8614,
     194024096012.99582,
     193937919397.6889,
     193936989468.13806,
     194001551771.03952
    ],
    "real_time_s": [
     0.00017497217312211435,
     0.00017507148437744037,
     0.00017492498499905196,
     0.00017497142437605364,
     0.00017501028687547663,
     0.00017498073687420402,
     0.0001749836199996935,
     0.00017505308374893503,
     0.0001750586018761169,
     0.00017499747562396806
    ]
   },
   "iterations": [
    1600,
    1600,
    1600,
    1600,
    1600,
    1600,
    1600,
    1600,
    1600,
    1600
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:257/n:257/k:257",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 257,
    "n": 257,
    "k": 257
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     195453853668.46375,
     195566940290.179,
     195488955479.5106,
     195560067285.19928,
     195763830289.88254,
     195418924758.75394,
     195516527377.24268,
     195478479681.21127,
     195529609083.22443,
     195349889280.426
    ],
    "real_time_s": [
     0.00017371304832555266,
     0.00017360552787994116,
     0.000173676784384792,
     0.00017360732217887396,
     0.0001734235811635031,
     0.00017372674721364125,
     0.00017364892379189337,
     0.00017369632279687754,
     0.0001736395241607695,
     0.00017379188661716298
    ]
   },
   "iterations": [
    1614,
    1614,
    1614,
    1614,
    1614,
    1614,
    1614,
    1614,
    1614,
    1614
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:257/n:257/k:257",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 257,
    "n": 257,
    "k": 257
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     98666355068.33781,
     98626220599.71173,
     98625832685.929,
     98633744186.5789,
     98625999438.9983,
     98652405119.41748,
     98669990360.41978,
     98464799098.5037,
     98662915206.42299,
     98465668180.52423
    ],
    "real_time_s": [
     0.00034408433662564406,
     0.00034426163748376364,
     0.0003442388224402131,
     0.0003442167854486332,
     0.00034426284957217494,
     0.00034415598767241126,
     0.0003440793822368041,
     0.00034482554993834795,
     0.0003441028138078605,
     0.0003447805129449657
    ]
   },
   "iterations": [
    811,
    811,
    811,
    811,
    811,
    811,
    811,
    811,
    811,
    811
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:257/n:257/k:257",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 257,
    "n": 257,
    "k": 257
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     91559142084.40154,
     91201574067.67601,
     91552714165.30173,
     91571300585.90047,
     91539884603.97952,
     91417366987.00034,
     91572648599.52837,
     91566587600.13103,
     91535204310.38763,
     91579039018.99298
    ],
    "real_time_s": [
     0.0003707964973467395,
     0.00037230822015564525,
     0.00037083537532617245,
     0.0003707963660514088,
     0.0003708713076910991,
     0.00037142740318726745,
     0.00037074254376647637,
     0.0003707746989347704,
     0.00037093540716966346,
     0.000370734482767775
    ]
   },
   "iterations": [
    754,
    754,
    754,
    754,
    754,
    754,
    754,
    754,
    754,
    754
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:500/n:500/k:500",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 500,
    "n": 500,
    "k": 500
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     206994368993.00177,
     207284203500.9167,
     207088516376.5464,
     207054557987.14337,
     206643035610.41983,
     207054557987.10138,
     207075135438.46378,
     206457469222.08133,
     207451552461.9076,
     207102952841.78918
    ],
    "real_time_s": [
     0.0012080364698202426,
     0.001206112784498616,
     0.0012072592413648541,
     0.001207457120691633,
     0.0012099603232729416,
     0.0012074833232653532,
     0.001207345155182401,
     0.0012111050603474222,
     0.0012051150905131966,
     0.0012071824267281797
    ]
   },
   "iterations": [
    232,
    232,
    232,
    232,
    232,
    232,
    232,
    232,
    232,
    232
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:500/n:500/k:500",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 500,
    "n": 500,
    "k": 500
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     208727700090.02982,
     208706432500.9827,
     208919305857.3897,
     208653467048.60687,
     207195981610.66107,
     208949680570.08673,
     208715060394.25055,
     208637647093.47165,
     208825432547.43347,
     208951650884.65414
    ],
    "real_time_s": [
     0.0011978233034093666,
     0.0011980540769159272,
     0.001196666623936602,
     0.0011982315042517327,
     0.0012066713974584276,
     0.0011964959145484304,
     0.001197869632478692,
     0.0011983769700780879,
     0.001197252662397939,
     0.0011964943760876148
    ]
   },
   "iterations": [
    234,
    234,
    234,
    234,
    234,
    234,
    234,
    234,
    234,
    234
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:500/n:500/k:500",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 500,
    "n": 500,
    "k": 500
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     100690578760.34831,
     100864695359.6791,
     100852029359.88544,
     101087713820.01866,
     100258421493.57198,
     101240233354.69942,
     100905411938.36243,
     100839725051.86508,
     100890031861.64868,
     100903342802.02266
    ],
    "real_time_s": [
     0.0024830330442302383,
     0.0024785904159184253,
     0.0024790066372025223,
     0.0024732016725594434,
     0.002494151203581997,
     0.0024695325044263986,
     0.002477885814179127,
     0.002479211123870373,
     0.0024779842123626196,
     0.0024779431150496766
    ]
   },
   "iterations": [
    113,
    113,
    113,
    113,
    113,
    113,
    113,
    113,
    113,
    113
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:500/n:500/k:500",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 500,
    "n": 500,
    "k": 500
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     96926680127.6018,
     97219946918.70227,
     97124763759.15573,
     97179842400.03506,
     97233426764.01353,
     97121380034.01411,
     97111588117.6834,
     96205622023.53928,
     97231371139.21333,
     97134227671.87321
    ],
    "real_time_s": [
     0.0025796556881086375,
     0.0025718316513646624,
     0.0025741791834845425,
     0.0025729343119272837,
     0.0025714011651938014,
     0.0025741374495261943,
     0.0025746099357952476,
     0.002598997688045354,
     0.002571403293578283,
     0.0025737905687809527
    ]
   },
   "iterations": [
    109,
    109,
    109,
    109,
    109,
    109,
    109,
    109,
    109,
    109
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:1000/n:1000/k:1000",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 1000,
    "n": 1000,
    "k": 1000
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     215274744895.4669,
     217808968038.13458,
     217398843204.09634,
     217395037083.63263,
     217443060523.24536,
     217424905161.1796,
     214806211985.1454,
     217381760028.39026,
     217374858679.60538,
     217359855684.36426
    ],
    "real_time_s": [
     0.009291070500088002,
     0.009182644800118094,
     0.009200234366774869,
     0.009201296033279505,
     0.00919859166679089,
     0.009199002999957885,
     0.009310995100046663,
     0.00920065959993129,
     0.009201709299910968,
     0.009202380633360008
    ]
   },
   "iterations": [
    30,
    30,
    30,
    30,
    30,
    30,
    30,
    30,
    30,
    30
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:1000/n:1000/k:1000",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 1000,
    "n": 1000,
    "k": 1000
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     219839999738.997,
     219859730130.4654,
     217112947583.1817,
     220025479163.39407,
     219932743644.6763,
     217171934803.62222,
     219919905950.61948,
     220010205705.6713,
     217610970108.7379,
     219975608962.54092
    ],
    "real_time_s": [
     0.009097875322632102,
     0.009097168613093787,
     0.00921184319351244,
     0.009090007612793405,
     0.009094492741907392,
     0.009210833709549926,
     0.009094817032277089,
     0.009091190580699232,
     0.009190670838682809,
     0.009092401096788836
    ]
   },
   "iterations": [
    31,
    31,
    31,
    31,
    31,
    31,
    31,
    31,
    31,
    31
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:1000/n:1000/k:1000",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 1000,
    "n": 1000,
    "k": 1000
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     107311101020.05678,
     108860474031.19696,
     108976421236.70578,
     108707594648.48569,
     108664771693.10568,
     108766898827.57253,
     108729454033.84885,
     109036912822.1744,
     108533097906.23409,
     107895320650.43686
    ],
    "real_time_s": [
     0.01864474206668092,
     0.01837317340008061,
     0.01835422553316069,
     0.018400419933216956,
     0.01840514693321893,
     0.01839234700019006,
     0.018397871066311685,
     0.018343024133355357,
     0.018428293533603816,
     0.018539994599996137
    ]
   },
   "iterations": [
    15,
    15,
    15,
    15,
    15,
    15,
    15,
    15,
    15,
    15
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:1000/n:1000/k:1000",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 1000,
    "n": 1000,
    "k": 1000
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     105253133733.99036,
     105258304194.25832,
     105258282774.27878,
     105226561942.57137,
     105262860203.97107,
     105246797372.42564,
     105239801305.57635,
     105255399648.50645,
     105212404907.27379,
     105218505376.14513
    ],
    "real_time_s": [
     0.01900585739980064,
     0.01900321366653467,
     0.019002329200156966,
     0.019006881466581645,
     0.01900075006657668,
     0.019004938199941535,
     0.019007985799786794,
     0.01900212939993556,
     0.01901109439980549,
     0.019008892533505184
    ]
   },
   "iterations": [
    15,
    15,
    15,
    15,
    15,
    15,
    15,
    15,
    15,
    15
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:1001/n:1001/k:1001",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 1001,
    "n": 1001,
    "k": 1001
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     211143842257.61514,
     211167756588.4863,
     211179851475.3331,
     211150979507.484,
     211106120868.4869,
     211096606642.95135,
     211245888778.06747,
     211247804218.98306,
     211219971220.96808,
     211129682609.86316
    ],
    "real_time_s": [
     0.009501142896749963,
     0.009502118310373245,
     0.009500606551792488,
     0.009501452275987409,
     0.009502582758582791,
     0.00950323268951816,
     0.009496612103499375,
     0.009497114206796739,
     0.009498916862177229,
     0.009501814586060234
    ]
   },
   "iterations": [
    29,
    29,
    29,
    29,
    29,
    29,
    29,
    29,
    29,
    29
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:1001/n:1001/k:1001",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 1001,
    "n": 1001,
    "k": 1001
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     216729221118.37906,
     216620533470.19128,
     216668893930.85126,
     216670456444.1524,
     216494535714.78882,
     216711921595.73615,
     216596745657.67734,
     216626663902.387,
     216716046039.47543,
     216649619066.3111
    ],
    "real_time_s": [
     0.009256006699918846,
     0.00926224796664125,
     0.009258841800086279,
     0.009260031933323868,
     0.009266917399994174,
     0.009256942233332666,
     0.009261682333453793,
     0.009260325166784848,
     0.009257024633310115,
     0.009260020266568367
    ]
   },
   "iterations": [
    30,
    30,
    30,
    30,
    30,
    30,
    30,
    30,
    30,
    30
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:1001/n:1001/k:1001",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 1001,
    "n": 1001,
    "k": 1001
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     103451120482.72421,
     103361829500.35225,
     103153777090.94566,
     103326597004.40071,
     103416765815.22768,
     103331591379.72888,
     103422062554.09021,
     103420672812.20407,
     103395250821.92726,
     103007393256.17073
    ],
    "real_time_s": [
     0.01939209178557836,
     0.019408626428360422,
     0.019447023214265106,
     0.01941536921419486,
     0.019400728500061505,
     0.019415048071095953,
     0.01939769564290016,
     0.01939646978540363,
     0.019401254071064092,
     0.0194747896426374
    ]
   },
   "iterations": [
    14,
    14,
    14,
    14,
    14,
    14,
    14,
    14,
    14,
    14
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:1001/n:1001/k:1001",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 1001,
    "n": 1001,
    "k": 1001
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     104300585658.69157,
     104238131801.91501,
     104287492876.5358,
     104294649235.0327,
     104285871464.13062,
     104297373883.19164,
     104324120732.05084,
     104318527374.02245,
     104328046025.29536,
     104333655959.95027
    ],
    "real_time_s": [
     0.019233598933108928,
     0.019245164066766546,
     0.019236339999770282,
     0.019236019333281243,
     0.019238795266331484,
     0.01923657866670207,
     0.019232520999988387,
     0.019230098000358947,
     0.019227779266657308,
     0.01923209966674525
    ]
   },
   "iterations": [
    15,
    15,
    15,
    15,
    15,
    15,
    15,
    15,
    15,
    15
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:4097/n:4097/k:4097",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 4097,
    "n": 4097,
    "k": 4097
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     196303475382.68457,
     196434083320.10828,
     196264059151.1998,
     196418939712.92807,
     196349767987.37726,
     196138355338.45312,
     196321313731.5559,
     196303036350.73926,
     196403846679.75598,
     196097835301.49203
    ],
    "real_time_s": [
     0.7007325559970923,
     0.7002689780056245,
     0.7009396079956787,
     0.7003429510004936,
     0.7004991569992853,
     0.7013392629960437,
     0.7007971280036146,
     0.7006984429972363,
     0.7003911919964594,
     0.7015746580000268
    ]
   },
   "iterations": [
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:4097/n:4097/k:4097",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 4097,
    "n": 4097,
    "k": 4097
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     222358140820.4998,
     222320390027.5844,
     222313035952.03055,
     222295600131.03397,
     222307072554.7147,
     222345305147.72433,
     222376273535.72266,
     222321987397.84744,
     222100909894.7776,
     222347388489.318
    ],
    "real_time_s": [
     0.6187088830047287,
     0.6187311619942193,
     0.6187659310016899,
     0.6189283400017302,
     0.6187389010010521,
     0.6186666430003243,
     0.6186522709976999,
     0.6186749569969835,
     0.6193683960009366,
     0.6187088869992294
    ]
   },
   "iterations": [
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:4097/n:4097/k:4097",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 4097,
    "n": 4097,
    "k": 4097
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     95602895948.68976,
     95654229487.34343,
     95705299455.68716,
     95584603359.84724,
     95629001670.54799,
     95613921231.36948,
     95652861833.33124,
     95602850960.07703,
     95636201534.30933,
     95612788492.53679
    ],
    "real_time_s": [
     1.4388825909991285,
     1.4381259299989324,
     1.4372968890020277,
     1.4392592619988138,
     1.4384137040033238,
     1.438708420995681,
     1.4381701640013491,
     1.4389281120020314,
     1.4383868040022207,
     1.4386658290022754
    ]
   },
   "iterations": [
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:4097/n:4097/k:4097",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 4097,
    "n": 4097,
    "k": 4097
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     111244570804.32399,
     111364570044.19972,
     111150988233.93935,
     111291512971.158,
     111269987902.38573,
     110952122712.8474,
     111309555050.20384,
     110993036104.93439,
     110893471924.87979,
     111360469404.91508
    ],
    "real_time_s": [
     1.2365781550033719,
     1.235269543998584,
     1.2376848099956987,
     1.2359821069985628,
     1.236348493002879,
     1.2402353709985618,
     1.235841901994718,
     1.2393365109965089,
     1.240525326000352,
     1.2352622999969756
    ]
   },
   "iterations": [
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:64/n:64/k:1024",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 64,
    "n": 64,
    "k": 1024
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     176281251195.15533,
     176279699707.39377,
     176195771586.91507,
     176298606267.18707,
     176206471058.6126,
     176467043191.151,
     176302508255.73734,
     176266252522.99866,
     176205732818.20798,
     176026697727.03113
    ],
    "real_time_s": [
     4.7592881553210185e-05,
     4.759244503042434e-05,
     4.765671647391816e-05,
     4.7587990470250315e-05,
     4.76167957796571e-05,
     4.755790095308637e-05,
     4.758380190601075e-05,
     4.759327671844254e-05,
     4.7611722940155645e-05,
     4.7685684649122946e-05
    ]
   },
   "iterations": [
    5876,
    5876,
    5876,
    5876,
    5876,
    5876,
    5876,
    5876,
    5876,
    5876
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:64/n:64/k:1024",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 64,
    "n": 64,
    "k": 1024
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     156655203495.94748,
     156710428805.45386,
     156636279363.03796,
     156600713716.77017,
     156588457800.03488,
     156489060181.22006,
     156680873213.58194,
     156615668702.05414,
     156679232999.08063,
     156547473493.5427
    ],
    "real_time_s": [
     5.3554684522931626e-05,
     5.353496851075733e-05,
     5.3601134599579635e-05,
     5.356869181987951e-05,
     5.3573600614258154e-05,
     5.361490648968073e-05,
     5.356739477705135e-05,
     5.356364765748298e-05,
     5.3544829494007635e-05,
     5.363535157571998e-05
    ]
   },
   "iterations": [
    5208,
    5208,
    5208,
    5208,
    5208,
    5208,
    5208,
    5208,
    5208,
    5208
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:64/n:64/k:1024",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 64,
    "n": 64,
    "k": 1024
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     88986695297.9922,
     88986862818.74889,
     88939541319.46538,
     88769443417.23672,
     88841339703.31494,
     88797663303.0373,
     88849003373.86363,
     88950861951.73064,
     89023624032.04349,
     88607755928.82693
    ],
    "real_time_s": [
     9.426966160601405e-05,
     9.428499257648408e-05,
     9.433301821714437e-05,
     9.455639946123404e-05,
     9.44241710532827e-05,
     9.447695546479586e-05,
     9.446059244245137e-05,
     9.431172435884142e-05,
     9.423265249670504e-05,
     9.468133198369535e-05
    ]
   },
   "iterations": [
    2964,
    2964,
    2964,
    2964,
    2964,
    2964,
    2964,
    2964,
    2964,
    2964
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:64/n:64/k:1024",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 64,
    "n": 64,
    "k": 1024
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     66668393392.422356,
     66635753150.18152,
     66692436069.18475,
     66674415309.408966,
     66692505955.4228,
     66676794055.35766,
     66643491807.21087,
     66732952206.94941,
     66673602169.10574,
     66756898806.604355
    ],
    "real_time_s": [
     0.00012583335987326796,
     0.00012589834592823259,
     0.00012577993387481666,
     0.00012587786594699455,
     0.00012578469590561274,
     0.00012581844534499768,
     0.0001259520418342721,
     0.0001257090521798037,
     0.00012583805623060947,
     0.00012566214170156833
    ]
   },
   "iterations": [
    2223,
    2223,
    2223,
    2223,
    2223,
    2223,
    2223,
    2223,
    2223,
    2223
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:1024/n:64/k:64",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 1024,
    "n": 64,
    "k": 64
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     193947796199.70398,
     193908329553.7139,
     194078322779.30145,
     193692212974.9579,
     194249367839.7848,
     193919549564.9046,
     194213294136.2542,
     193971624154.8399,
     194010325926.38837,
     193996317383.65192
    ],
    "real_time_s": [
     4.325473227885989e-05,
     4.326231828797204e-05,
     4.3226826276202355e-05,
     4.333489235371635e-05,
     4.3187371646097786e-05,
     4.326078144817411e-05,
     4.3193074298353865e-05,
     4.3269193733857666e-05,
     4.3238849541664916e-05,
     4.3247836668628884e-05
    ]
   },
   "iterations": [
    6447,
    6447,
    6447,
    6447,
    6447,
    6447,
    6447,
    6447,
    6447,
    6447
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:1024/n:64/k:64",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 1024,
    "n": 64,
    "k": 64
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     179960196677.0386,
     180195461573.45615,
     179940132835.60605,
     180017028393.713,
     179952330488.2994,
     180078613885.3079,
     180151437507.95364,
     180067930871.02365,
     180062291706.8574,
     180668413264.53857
    ],
    "real_time_s": [
     4.664183302790882e-05,
     4.655381831882272e-05,
     4.6622855924633384e-05,
     4.6622267423340296e-05,
     4.6616837039190065e-05,
     4.6584865619214735e-05,
     4.656639729302156e-05,
     4.662405766280001e-05,
     4.658848571032995e-05,
     4.6433645327895465e-05
    ]
   },
   "iterations": [
    5983,
    5983,
    5983,
    5983,
    5983,
    5983,
    5983,
    5983,
    5983,
    5983
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:1024/n:64/k:64",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 1024,
    "n": 64,
    "k": 64
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     92024344250.1436,
     92090774194.22414,
     92048637904.64789,
     92016851369.6873,
     92000414611.86981,
     92083731061.03162,
     91993568242.14609,
     91992589242.08678,
     92037342895.77904,
     92471691922.37442
    ],
    "real_time_s": [
     9.12020019505321e-05,
     9.109190022801393e-05,
     9.113520799517368e-05,
     9.117871823116501e-05,
     9.123132596560671e-05,
     9.110056061095545e-05,
     9.119275918121529e-05,
     9.123380045565575e-05,
     9.11442505704302e-05,
     9.071909522253785e-05
    ]
   },
   "iterations": [
    3077,
    3077,
    3077,
    3077,
    3077,
    3077,
    3077,
    3077,
    3077,
    3077
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:1024/n:64/k:64",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 1024,
    "n": 64,
    "k": 64
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     90847020597.22362,
     90735050166.52428,
     90840182486.00114,
     90841869522.60014,
     90840981857.04156,
     90809932271.24965,
     90839282196.27667,
     90800521757.43188,
     90837319405.75221,
     90902979021.49599
    ],
    "real_time_s": [
     9.240325173188794e-05,
     9.246266347616779e-05,
     9.235464071099307e-05,
     9.23546103612959e-05,
     9.239027383842122e-05,
     9.237701946576667e-05,
     9.234925206140786e-05,
     9.245103431143268e-05,
     9.235498383324758e-05,
     9.22841306492202e-05
    ]
   },
   "iterations": [
    3031,
    3031,
    3031,
    3031,
    3031,
    3031,
    3031,
    3031,
    3031,
    3031
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:64/n:1024/k:64",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 64,
    "n": 1024,
    "k": 64
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     190109934606.3781,
     190119586782.93604,
     190296617817.48575,
     190393691072.9165,
     189935226180.84088,
     189968695575.05206,
     190277067478.05954,
     190025079782.577,
     190058670494.10965,
     190073979787.4655
    ],
    "real_time_s": [
     4.412709635703443e-05,
     4.414676770190357e-05,
     4.408295332069741e-05,
     4.4062278662466616e-05,
     4.419945276755707e-05,
     4.416111307333783e-05,
     4.408720343806185e-05,
     4.414790490390082e-05,
     4.416367812665258e-05,
     4.413461299497309e-05
    ]
   },
   "iterations": [
    6341,
    6341,
    6341,
    6341,
    6341,
    6341,
    6341,
    6341,
    6341,
    6341
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:64/n:1024/k:64",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 64,
    "n": 1024,
    "k": 64
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     179013620130.6485,
     178976988442.33322,
     178985413035.98563,
     178998698231.07443,
     179009234050.37634,
     178966376513.79407,
     179000334639.04242,
     178973680070.54126,
     178957062706.89075,
     178855625413.9204
    ],
    "real_time_s": [
     4.686321396275299e-05,
     4.68993440489241e-05,
     4.6877267537619065e-05,
     4.686547413245938e-05,
     4.686353206084701e-05,
     4.691729147803686e-05,
     4.6863413025303386e-05,
     4.687313745167838e-05,
     4.689589988247867e-05,
     4.690533701633341e-05
    ]
   },
   "iterations": [
    5973,
    5973,
    5973,
    5973,
    5973,
    5973,
    5973,
    5973,
    5973,
    5973
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:64/n:1024/k:64",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 64,
    "n": 1024,
    "k": 64
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     98158274521.44563,
     98168420896.37363,
     98365775155.02324,
     98308560695.51048,
     98077860047.5508,
     98211593628.09462,
     98159079205.75676,
     98236035376.99184,
     98313350990.21516,
     97957723082.45616
    ],
    "real_time_s": [
     8.546552673504929e-05,
     8.548166697203991e-05,
     8.528035655482912e-05,
     8.533732019594036e-05,
     8.553368255516016e-05,
     8.544928078215144e-05,
     8.546220103998731e-05,
     8.540053376015287e-05,
     8.535198869544038e-05,
     8.564276993617926e-05
    ]
   },
   "iterations": [
    3273,
    3273,
    3273,
    3273,
    3273,
    3273,
    3273,
    3273,
    3273,
    3273
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:64/n:1024/k:64",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 64,
    "n": 1024,
    "k": 64
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     94372672360.38007,
     94339043987.9378,
     94353277844.53091,
     94376893708.65314,
     94359789930.88158,
     94369643266.09183,
     94371094345.37453,
     94405555064.00526,
     94350781271.53412,
     94631473939.41418
    ],
    "real_time_s": [
     8.889161411268227e-05,
     8.893377209115995e-05,
     8.893846344638372e-05,
     8.889280292459732e-05,
     8.89045025418644e-05,
     8.893833757185443e-05,
     8.889048156339306e-05,
     8.88615572150376e-05,
     8.89229024164287e-05,
     8.866929656864298e-05
    ]
   },
   "iterations": [
    3146,
    3146,
    3146,
    3146,
    3146,
    3146,
    3146,
    3146,
    3146,
    3146
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:256/n:256/k:1024",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 256,
    "n": 256,
    "k": 1024
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     208589074327.93307,
     208560916394.5418,
     208504926338.9461,
     208542847730.82336,
     208161829072.63214,
     208330615200.4049,
     208511583101.4,
     208390616394.2397,
     208493072995.36707,
     208571427959.66547
    ],
    "real_time_s": [
     0.0006434662442389889,
     0.0006435699884806308,
     0.0006438418340999074,
     0.0006436625691232688,
     0.0006448000852618911,
     0.0006443873018456606,
     0.0006437432765095625,
     0.0006441645967699792,
     0.0006438070069073082,
     0.0006435319354737817
    ]
   },
   "iterations": [
    434,
    434,
    434,
    434,
    434,
    434,
    434,
    434,
    434,
    434
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:256/n:256/k:1024",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 256,
    "n": 256,
    "k": 1024
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     196420173491.20395,
     195854447537.90485,
     196023091412.28607,
     196245744227.9819,
     195986053463.7621,
     196317894580.73166,
     196217898854.8693,
     196782475874.36508,
     197045764791.18445,
     195899416180.72482
    ],
    "real_time_s": [
     0.000683344392164858,
     0.0006853771151951399,
     0.0006848197867750023,
     0.0006839544975460455,
     0.0006848803210660288,
     0.000683681377446263,
     0.0006840572377412031,
     0.0006821024142161204,
     0.0006811886960706177,
     0.0006852172548985669
    ]
   },
   "iterations": [
    408,
    408,
    408,
    408,
    408,
    408,
    408,
    408,
    408,
    408
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:256/n:256/k:1024",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 256,
    "n": 256,
    "k": 1024
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     100036689035.16806,
     100130667800.67451,
     100125144189.42563,
     100113865835.14445,
     100116794346.72237,
     100109446236.59253,
     100104149663.54567,
     100138889835.61208,
     100028852236.0326,
     100164600178.90675
    ],
    "real_time_s": [
     0.001341793468917172,
     0.0013404439138897481,
     0.0013405765071814839,
     0.0013407229043225289,
     0.0013406441818032099,
     0.001340901679440143,
     0.0013408323732284387,
     0.001340392598092476,
     0.0013418167846711267,
     0.0013401237033467974
    ]
   },
   "iterations": [
    209,
    209,
    209,
    209,
    209,
    209,
    209,
    209,
    209,
    209
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:256/n:256/k:1024",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 256,
    "n": 256,
    "k": 1024
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     87414890342.23767,
     87375685756.97952,
     87416624630.97458,
     87406454809.91524,
     87466371125.9665,
     87399601298.15762,
     87505862785.43732,
     87388553817.5822,
     87472929398.28639,
     87907150492.35234
    ],
    "real_time_s": [
     0.0015354580989099175,
     0.0015363295934038943,
     0.0015354679780212681,
     0.001535682054964127,
     0.0015345432692121686,
     0.0015357317911716215,
     0.001533927494525055,
     0.0015359523846140352,
     0.001534567016458643,
     0.0015268503571300805
    ]
   },
   "iterations": [
    182,
    182,
    182,
    182,
    182,
    182,
    182,
    182,
    182,
    182
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:1024/n:256/k:256",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 1024,
    "n": 256,
    "k": 256
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     208149911318.0148,
     208964990406.37494,
     208569639365.4808,
     208989216785.98755,
     208929990757.79895,
     208686508347.10825,
     208865194007.08466,
     208520426602.35587,
     208509373089.8719,
     209235086981.86905
    ],
    "real_time_s": [
     0.0006449551059933399,
     0.0006423386198150376,
     0.0006435389331679294,
     0.0006422467995435,
     0.0006424775391708188,
     0.0006432209677345385,
     0.0006426082235005361,
     0.0006437411981507114,
     0.000643695626732564,
     0.0006414912442384613
    ]
   },
   "iterations": [
    434,
    434,
    434,
    434,
    434,
    434,
    434,
    434,
    434,
    434
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:1024/n:256/k:256",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 1024,
    "n": 256,
    "k": 256
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     204994047854.73117,
     205187572677.50174,
     205032622678.34012,
     205476320059.7202,
     205448483513.82535,
     204952590186.4109,
     205152803000.44788,
     204979502185.63104,
     204995167514.70245,
     205017022030.95337
    ],
    "real_time_s": [
     0.0006547744028030054,
     0.0006541986838472512,
     0.0006546699648661118,
     0.0006532090632160427,
     0.0006533268618388417,
     0.0006548935784561619,
     0.0006542764496571052,
     0.0006547916697920847,
     0.0006548249789215657,
     0.0006547105550310418
    ]
   },
   "iterations": [
    427,
    427,
    427,
    427,
    427,
    427,
    427,
    427,
    427,
    427
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:1024/n:256/k:256",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 1024,
    "n": 256,
    "k": 256
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     101567661437.21191,
     101423209154.2212,
     101513229950.91359,
     101235517769.48802,
     101331549837.07587,
     101414019890.97176,
     101482802697.84665,
     101618280277.08636,
     101558237294.73396,
     101693733905.1724
    ],
    "real_time_s": [
     0.0013215402038108616,
     0.001323388274872159,
     0.0013222366871982062,
     0.001326371341251594,
     0.0013248099573687606,
     0.0013236332085368146,
     0.0013225840000003705,
     0.0013208306682521204,
     0.0013216478862593908,
     0.0013199000379279745
    ]
   },
   "iterations": [
    211,
    211,
    211,
    211,
    211,
    211,
    211,
    211,
    211,
    211
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:1024/n:256/k:256",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 1024,
    "n": 256,
    "k": 256
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     99597336591.24411,
     99625497077.22366,
     99657051919.33675,
     99601554087.9012,
     99558885691.1613,
     99642156473.7444,
     99632268474.23465,
     99615012738.82855,
     99777802778.64742,
     99260439734.67134
    ],
    "real_time_s": [
     0.0013478680528770872,
     0.0013473348557664184,
     0.0013468103605961145,
     0.0013477950913231606,
     0.001348163572122128,
     0.0013470079278914244,
     0.0013472106586680007,
     0.0013475498797980924,
     0.0013452966153846108,
     0.001352222682691298
    ]
   },
   "iterations": [
    208,
    208,
    208,
    208,
    208,
    208,
    208,
    208,
    208,
    208
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:4096/n:96/k:96",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 4096,
    "n": 96,
    "k": 96
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     175571602822.56784,
     175235118143.59094,
     175690067460.1664,
     175761185490.44217,
     175323032294.3873,
     175564009455.86752,
     175414720288.9462,
     175438755021.87918,
     175521590645.76236,
     175557476256.60455
    ],
    "real_time_s": [
     0.0004300151984632696,
     0.00043084541999493153,
     0.00042974354308591083,
     0.0004295841753796245,
     0.0004306719107710076,
     0.0004300335215409108,
     0.00043042171075984915,
     0.000430331523082434,
     0.00043014668768871794,
     0.000430073975383913
    ]
   },
   "iterations": [
    650,
    650,
    650,
    650,
    650,
    650,
    650,
    650,
    650,
    650
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:4096/n:96/k:96",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 4096,
    "n": 96,
    "k": 96
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     179664604920.01086,
     179566402082.77698,
     179619683474.14386,
     179668170533.97018,
     179518591224.77774,
     179520576182.54492,
     179403069984.95175,
     179606329228.03812,
     179590492325.72287,
     179270204193.74152
    ],
    "real_time_s": [
     0.00042028766063808957,
     0.0004204761266953672,
     0.00042036500151051764,
     0.0004202143363466734,
     0.0004206079939563076,
     0.00042055313423455755,
     0.0004208522111553732,
     0.000420400336348163,
     0.00042043375565553137,
     0.0004211404901929376
    ]
   },
   "iterations": [
    663,
    663,
    663,
    663,
    663,
    663,
    663,
    663,
    663,
    663
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:4096/n:96/k:96",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 4096,
    "n": 96,
    "k": 96
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     87330851112.39594,
     87240339100.8796,
     87181575546.1566,
     87255099949.91168,
     87212510193.88614,
     87307941093.37135,
     87384142439.32524,
     87311710964.54207,
     87226510452.64732,
     87201294073.16066
    ],
    "real_time_s": [
     0.0008645064135859605,
     0.0008654017870463171,
     0.0008660361944535391,
     0.0008653298611062821,
     0.0008657764290232371,
     0.0008647716419579444,
     0.0008640339444501017,
     0.000864879521593397,
     0.0008655399660373978,
     0.0008658531512341097
    ]
   },
   "iterations": [
    324,
    324,
    324,
    324,
    324,
    324,
    324,
    324,
    324,
    324
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:4096/n:96/k:96",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 4096,
    "n": 96,
    "k": 96
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     94825346949.53648,
     94779514775.88608,
     94570419019.73932,
     94656265898.46509,
     94829832292.39348,
     94634292099.73486,
     94534903956.105,
     94684248113.96046,
     94752366922.80368,
     94573516002.04625
    ],
    "real_time_s": [
     0.0007963163618239153,
     0.0007965646951701134,
     0.000798437848999437,
     0.0007975999943091484,
     0.0007961430398901883,
     0.0007978650227857706,
     0.0007988211709277657,
     0.0007974225527116368,
     0.0007968105783427673,
     0.000798306088330605
    ]
   },
   "iterations": [
    351,
    351,
    351,
    351,
    351,
    351,
    351,
    351,
    351,
    351
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:4096/n:128/k:128",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 4096,
    "n": 128,
    "k": 128
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     197763127250.55548,
     197577937401.41022,
     197271813517.70825,
     197762907997.86032,
     197661661732.24588,
     197296752202.16397,
     197849183230.33536,
     197875731693.39008,
     197607334428.19266,
     197663522073.99835
    ],
    "real_time_s": [
     0.0006787034150336484,
     0.0006793569927078387,
     0.0006804171602003778,
     0.0006787437402803759,
     0.0006790318228154629,
     0.0006803586674879308,
     0.0006783907645565935,
     0.0006783004781522041,
     0.0006792375485390737,
     0.0006790913616587382
    ]
   },
   "iterations": [
    412,
    412,
    412,
    412,
    412,
    412,
    412,
    412,
    412,
    412
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:4096/n:128/k:128",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 4096,
    "n": 128,
    "k": 128
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     185229000577.80286,
     185191695705.01028,
     184321681540.6358,
     184965534196.22,
     185052329775.02597,
     184744406026.90167,
     184960884018.65833,
     185104234334.46716,
     184984408710.17767,
     185002504227.20032
    ],
    "real_time_s": [
     0.0007246636321187295,
     0.0007247946139830986,
     0.0007281650932640841,
     0.0007257215492306712,
     0.0007253184041587114,
     0.0007265411295332112,
     0.0007257482771970721,
     0.0007251184170934796,
     0.0007255905155486661,
     0.0007255445984315846
    ]
   },
   "iterations": [
    386,
    386,
    386,
    386,
    386,
    386,
    386,
    386,
    386,
    386
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:4096/n:128/k:128",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 4096,
    "n": 128,
    "k": 128
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     98274888153.16263,
     97383255389.62608,
     98009485942.54521,
     98182862634.91891,
     97960006078.14928,
     98052174874.26572,
     98233344701.8726,
     98259702911.02753,
     97307933842.28165,
     97997252639.77525
    ],
    "real_time_s": [
     0.0013660148284614874,
     0.0013784774852740836,
     0.001369680862719143,
     0.0013670588088251522,
     0.0013702443186190852,
     0.0013688673088301372,
     0.0013663265048771613,
     0.001366002200965715,
     0.0013795091617437578,
     0.0013697795294123638
    ]
   },
   "iterations": [
    204,
    204,
    204,
    204,
    204,
    204,
    204,
    204,
    204,
    204
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:4096/n:128/k:128",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 4096,
    "n": 128,
    "k": 128
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     97743873365.8556,
     97946883933.83916,
     97950076013.53413,
     97866753868.03705,
     97668438751.12837,
     97930711591.87543,
     97933371933.0901,
     97863057931.35704,
     97925591673.6757,
     97888341111.41173
    ],
    "real_time_s": [
     0.0013732277647267991,
     0.0013703261764592255,
     0.0013703231960985876,
     0.0013714878039215418,
     0.0013746304950972464,
     0.0013706433284253353,
     0.0013705804607632352,
     0.0013715459999908562,
     0.0013706485539182276,
     0.0013712192793914882
    ]
   },
   "iterations": [
    204,
    204,
    204,
    204,
    204,
    204,
    204,
    204,
    204,
    204
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:4096/n:144/k:144",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 4096,
    "n": 144,
    "k": 144
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     206260824977.453,
     206165211339.9677,
     206266640453.399,
     205481050561.79294,
     206109788081.27325,
     206236411731.96487,
     204672801327.74643,
     204641562384.21408,
     206294316207.20508,
     206235584781.86755
    ],
    "real_time_s": [
     0.0008237127299779454,
     0.0008240212136539299,
     0.000823548335307561,
     0.000826751661728045,
     0.0008241926824982494,
     0.0008236699228636845,
     0.0008301414510358515,
     0.0008303319643861656,
     0.0008234725964318849,
     0.0008237003709327082
    ]
   },
   "iterations": [
    337,
    337,
    337,
    337,
    337,
    337,
    337,
    337,
    337,
    337
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:4096/n:144/k:144",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 4096,
    "n": 144,
    "k": 144
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     191725946124.5541,
     192879740571.9268,
     192498423595.0352,
     190457769500.9428,
     192798338565.61996,
     192949458316.88535,
     191103962505.50525,
     192492957653.5871,
     192639785817.76135,
     193084963384.48932
    ],
    "real_time_s": [
     0.0008861115271580396,
     0.0008807066485507806,
     0.0008826596389867562,
     0.0008919980095823284,
     0.0008812053673960173,
     0.0008803754440776948,
     0.000888983654962018,
     0.0008824626549406307,
     0.0008817906613499239,
     0.0008798020095860113
    ]
   },
   "iterations": [
    313,
    313,
    313,
    313,
    313,
    313,
    313,
    313,
    313,
    313
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:4096/n:144/k:144",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 4096,
    "n": 144,
    "k": 144
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     102054993120.31587,
     102207167613.12482,
     100807917466.35522,
     101980816681.26163,
     102358614352.62755,
     101048848745.19557,
     102033179483.16997,
     102308628583.54697,
     101737213173.94908,
     101403188718.1331
    ],
    "real_time_s": [
     0.001664692071860051,
     0.001662040425134784,
     0.001685106886202584,
     0.0016657882694640857,
     0.0016596401017926034,
     0.0016812120598614006,
     0.0016651657005823579,
     0.0016605160059686192,
     0.001669987143696325,
     0.0016752039760275894
    ]
   },
   "iterations": [
    167,
    167,
    167,
    167,
    167,
    167,
    167,
    167,
    167,
    167
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:4096/n:144/k:144",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 4096,
    "n": 144,
    "k": 144
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     101076961198.97017,
     99894301907.7438,
     101173048163.98698,
     101102446771.33951,
     100042336032.69377,
     101025815395.0457,
     101090413779.38432,
     100271983087.03409,
     100607033278.73775,
     101069519157.5028
    ],
    "real_time_s": [
     0.0016808051445713573,
     0.0017008151445630378,
     0.0016791614337318653,
     0.0016802678012071007,
     0.0016981071325479053,
     0.001681462054185398,
     0.001680469259017299,
     0.0016942021747050299,
     0.0016886355602238551,
     0.0016808318132352288
    ]
   },
   "iterations": [
    166,
    166,
    166,
    166,
    166,
    166,
    166,
    166,
    166,
    166
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:4096/n:160/k:160",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 4096,
    "n": 160,
    "k": 160
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     203683794603.18698,
     208219950068.82153,
     208339819203.11465,
     208283364253.91275,
     208373824237.84985,
     208194615427.8504,
     208375566227.142,
     208337914022.40906,
     208490365599.91583,
     208261829837.60495
    ],
    "real_time_s": [
     0.0010296350035970535,
     0.0010071898237492207,
     0.001006706525174241,
     0.0010071094496217105,
     0.0010065903633069953,
     0.0010073582409944287,
     0.001006504323747237,
     0.0010066021438675478,
     0.0010058883237185564,
     0.0010070131295002586
    ]
   },
   "iterations": [
    278,
    278,
    278,
    278,
    278,
    278,
    278,
    278,
    278,
    278
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:4096/n:160/k:160",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 4096,
    "n": 160,
    "k": 160
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     194865234021.78043,
     194882877792.79248,
     195101643426.288,
     195022662185.51276,
     194934040012.9248,
     195126473869.40155,
     194858545922.3899,
     194780218482.8397,
     194915734796.60074,
     195230184327.46667
    ],
    "real_time_s": [
     0.0010763281269296737,
     0.0010761803422960489,
     0.0010750804230785715,
     0.0010753402653790546,
     0.0010758407038408153,
     0.0010748028576927028,
     0.0010763037307837155,
     0.0010768162730808118,
     0.0010759487884710185,
     0.001074325430762166
    ]
   },
   "iterations": [
    260,
    260,
    260,
    260,
    260,
    260,
    260,
    260,
    260,
    260
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:4096/n:160/k:160",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 4096,
    "n": 160,
    "k": 160
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     87371352788.21346,
     87236899548.08789,
     87235249385.26797,
     87228572728.73573,
     87339268056.43019,
     87284249044.56593,
     87357670512.62566,
     87268517458.94574,
     87400977519.27657,
     87160683433.36334
    ],
    "real_time_s": [
     0.0024003954137603208,
     0.0024039547155051224,
     0.0024040417327592756,
     0.002404432189685959,
     0.002401176801742685,
     0.0024028948707288285,
     0.0024006303189300273,
     0.0024031799137697696,
     0.0023995478102984513,
     0.0024064123965594074
    ]
   },
   "iterations": [
    116,
    116,
    116,
    116,
    116,
    116,
    116,
    116,
    116,
    116
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:4096/n:160/k:160",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 4096,
    "n": 160,
    "k": 160
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     99207686906.71147,
     99297018493.51855,
     99187343958.13037,
     99168801249.56248,
     99272834829.37968,
     99324387366.42401,
     99263431472.40314,
     99312922661.66081,
     99240066064.48248,
     99220557652.96204
    ],
    "real_time_s": [
     0.002114043106055099,
     0.002112169371244046,
     0.0021144310530044922,
     0.0021147486212143895,
     0.002112683659134112,
     0.002111644227294495,
     0.0021131148939523632,
     0.0021116769090771086,
     0.002113369333308198,
     0.0021136468333156013
    ]
   },
   "iterations": [
    132,
    132,
    132,
    132,
    132,
    132,
    132,
    132,
    132,
    132
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:4096/n:176/k:176",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 4096,
    "n": 176,
    "k": 176
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     210058188535.56052,
     209886229014.63654,
     210133871828.11475,
     210095720831.13046,
     209991347748.46576,
     209314941097.91357,
     210169761737.0825,
     209924069663.37408,
     210130688674.04175,
     209864694953.38712
    ],
    "real_time_s": [
     0.0012080742672596584,
     0.0012092144051762419,
     0.0012077548233029466,
     0.0012078419913764107,
     0.0012084685689654274,
     0.0012124237543095408,
     0.0012073978017222793,
     0.0012088078750005886,
     0.0012078076206934979,
     0.0012092357112186587
    ]
   },
   "iterations": [
    232,
    232,
    232,
    232,
    232,
    232,
    232,
    232,
    232,
    232
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:4096/n:176/k:176",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 4096,
    "n": 176,
    "k": 176
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     196185457501.42566,
     196296495797.8366,
     196317355107.23294,
     196307799697.22504,
     196211683569.85956,
     196338010232.82016,
     196247250539.58542,
     196399378954.0775,
     196295981474.46854,
     196386007409.79742
    ],
    "real_time_s": [
     0.0012936248156804836,
     0.0012927500691081394,
     0.0012926204700193535,
     0.0012926759401095972,
     0.0012933818432907488,
     0.0012925891704926554,
     0.0012931121797378664,
     0.0012920649216522696,
     0.0012927870045848994,
     0.001292158212002543
    ]
   },
   "iterations": [
    217,
    217,
    217,
    217,
    217,
    217,
    217,
    217,
    217,
    217
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:4096/n:176/k:176",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 4096,
    "n": 176,
    "k": 176
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     89295466843.30959,
     89196794445.1408,
     89056259548.11655,
     89313795436.49466,
     89232850103.68935,
     89256532053.65588,
     89267109402.95065,
     89363781239.29796,
     89273525858.0382,
     89368092629.13301
    ],
    "real_time_s": [
     0.0028421015454711384,
     0.0028451620706949725,
     0.0028495147070674597,
     0.0028412694747487993,
     0.002843774242413047,
     0.002843096010128831,
     0.002842940393931731,
     0.002839992616138647,
     0.0028426311111266985,
     0.0028396380302817283
    ]
   },
   "iterations": [
    99,
    99,
    99,
    99,
    99,
    99,
    99,
    99,
    99,
    99
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:4096/n:176/k:176",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 4096,
    "n": 176,
    "k": 176
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     102844852965.63812,
     102853409210.09587,
     102761945500.03535,
     102809370853.82896,
     102795985278.08162,
     102834057691.00774,
     102847921304.13405,
     102788772414.89441,
     102835212019.54631,
     102862132924.59705
    ],
    "real_time_s": [
     0.0024674265044437415,
     0.002467293769921654,
     0.0024695485309786285,
     0.0024684680973754503,
     0.0024686127699410907,
     0.002467899716758495,
     0.002467338176958255,
     0.0024688281326846273,
     0.0024677657876271894,
     0.0024673208760832175
    ]
   },
   "iterations": [
    113,
    113,
    113,
    113,
    113,
    113,
    113,
    113,
    113,
    113
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:8192/n:128/k:128",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 8192,
    "n": 128,
    "k": 128
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     198065465976.4625,
     197758296026.0129,
     197830663207.88046,
     197697663054.0475,
     198013749872.27423,
     197912217627.05542,
     198016556375.46634,
     198048512726.11017,
     197485904111.86902,
     197931700855.8678
    ],
    "real_time_s": [
     0.0013553962669955813,
     0.0013574303932207099,
     0.0013568840436826719,
     0.0013578650485444475,
     0.001355744121345868,
     0.0013564609854230072,
     0.0013556356796259016,
     0.0013555019611585434,
     0.0013593228689484749,
     0.0013562287427191127
    ]
   },
   "iterations": [
    206,
    206,
    206,
    206,
    206,
    206,
    206,
    206,
    206,
    206
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:8192/n:128/k:128",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 8192,
    "n": 128,
    "k": 128
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     186363794086.10626,
     186440535511.8456,
     186593201914.20255,
     186440149040.98856,
     186324089421.0939,
     186126715666.5438,
     186505946919.38074,
     186423087182.5044,
     186325753388.7567,
     186373162949.15607
    ],
    "real_time_s": [
     0.0014406430206325184,
     0.0014399824793838785,
     0.001438652273173295,
     0.001439870489682023,
     0.00144077745876389,
     0.0014422553041307784,
     0.001439448134031821,
     0.0014400847010376274,
     0.001440690969080681,
     0.0014405674484486994
    ]
   },
   "iterations": [
    194,
    194,
    194,
    194,
    194,
    194,
    194,
    194,
    194,
    194
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:8192/n:128/k:128",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 8192,
    "n": 128,
    "k": 128
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     97829947717.88464,
     97811179505.97821,
     97977236126.79651,
     97905867277.88255,
     97975593623.6805,
     97842527300.83138,
     97972129995.5388,
     98009349820.85887,
     98009810061.49432,
     97960033470.76701
    ],
    "real_time_s": [
     0.002744027504917594,
     0.0027445684059460808,
     0.0027399370098851925,
     0.002742022910950093,
     0.0027399289505014492,
     0.0027436486733235918,
     0.0027399887227093672,
     0.0027391638218207367,
     0.0027391576732763577,
     0.00274052827725346
    ]
   },
   "iterations": [
    101,
    101,
    101,
    101,
    101,
    101,
    101,
    101,
    101,
    101
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:8192/n:128/k:128",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 8192,
    "n": 128,
    "k": 128
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     98259411997.80489,
     98263341411.61116,
     98210499956.69635,
     98333301083.96356,
     98218904431.56561,
     98317196124.12393,
     98230952438.08397,
     98207404656.82404,
     98357161910.43456,
     98372152863.82083
    ],
    "real_time_s": [
     0.0027320694117567174,
     0.002731886490258987,
     0.0027333613039695146,
     0.0027301153038969657,
     0.0027333532647496805,
     0.0027306923235728927,
     0.002732750509797673,
     0.002733379813720354,
     0.002729412156922455,
     0.002728898245122229
    ]
   },
   "iterations": [
    102,
    102,
    102,
    102,
    102,
    102,
    102,
    102,
    102,
    102
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:10000/n:8/k:8",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 10000,
    "n": 8,
    "k": 8
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     88727126264.86935,
     88777223636.47905,
     88725819428.55511,
     88724556021.13599,
     88742804333.16504,
     88767425864.99591,
     88726825682.78513,
     88750084527.58125,
     88781957157.8072,
     88819250293.48123
    ],
    "real_time_s": [
     1.4427409207665797e-05,
     1.441913914920475e-05,
     1.4427127922471785e-05,
     1.4427051601355983e-05,
     1.4424087341826349e-05,
     1.4420230456290782e-05,
     1.4426833401689616e-05,
     1.4423920640412254e-05,
     1.4418295447625107e-05,
     1.4412459779647144e-05
    ]
   },
   "iterations": [
    19418,
    19418,
    19418,
    19418,
    19418,
    19418,
    19418,
    19418,
    19418,
    19418
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:10000/n:8/k:8",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 10000,
    "n": 8,
    "k": 8
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     156420032155.90027,
     156543408153.56104,
     156394756023.24683,
     156413361963.44168,
     156179683486.30182,
     156445267203.17624,
     156497834685.35217,
     156342050924.81766,
     156405925322.12665,
     155902502106.47
    ],
    "real_time_s": [
     8.183288340390971e-06,
     8.176735721929417e-06,
     8.184707239238722e-06,
     8.184042387403119e-06,
     8.196469658259128e-06,
     8.182035391139764e-06,
     8.179543748709208e-06,
     8.187554111380936e-06,
     8.183950996723777e-06,
     8.210725008087698e-06
    ]
   },
   "iterations": [
    34161,
    34161,
    34161,
    34161,
    34161,
    34161,
    34161,
    34161,
    34161,
    34161
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:10000/n:8/k:8",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 10000,
    "n": 8,
    "k": 8
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     37297417796.90069,
     37387970100.23516,
     37405303927.966255,
     37314355039.86766,
     37357975688.45713,
     37399855084.3114,
     37394894709.32122,
     37346407820.342674,
     37346845343.20191,
     37253087229.77746
    ],
    "real_time_s": [
     3.432213993169866e-05,
     3.4244477679862577e-05,
     3.4221862766845525e-05,
     3.430559995073014e-05,
     3.426521241101284e-05,
     3.422719217557997e-05,
     3.423313110147403e-05,
     3.4277419548514315e-05,
     3.427717586461183e-05,
     3.435996406606445e-05
    ]
   },
   "iterations": [
    8154,
    8154,
    8154,
    8154,
    8154,
    8154,
    8154,
    8154,
    8154,
    8154
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:10000/n:8/k:8",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 10000,
    "n": 8,
    "k": 8
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     65149473270.467926,
     65152491345.21736,
     65139385555.59093,
     65142640614.97245,
     65114919126.2132,
     65134948695.42321,
     65122320848.65459,
     65154342938.92559,
     65122871776.43289,
     65176946172.47833
    ],
    "real_time_s": [
     1.9647493925811357e-05,
     1.9646472017283435e-05,
     1.9651111509354632e-05,
     1.9649930482617918e-05,
     1.9659706270433704e-05,
     1.9653126465776117e-05,
     1.9655886103507688e-05,
     1.9646709360338977e-05,
     1.9655693771658517e-05,
     1.963923214670234e-05
    ]
   },
   "iterations": [
    14241,
    14241,
    14241,
    14241,
    14241,
    14241,
    14241,
    14241,
    14241,
    14241
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:10000/n:100/k:100",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 10000,
    "n": 100,
    "k": 100
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     178679473496.52167,
     178464548702.70032,
     179017330692.88193,
     179089472373.33484,
     178106869878.33838,
     178815294954.787,
     178880010644.6098,
     178491566344.89133,
     178859243116.36823,
     179591118077.0115
    ],
    "real_time_s": [
     0.001119527488015592,
     0.0011207685559929815,
     0.0011172421560040676,
     0.00111691841200809,
     0.001123019607999595,
     0.001118503892008448,
     0.0011181376400054433,
     0.0011206303919898348,
     0.0011182385240099393,
     0.0011137034560088066
    ]
   },
   "iterations": [
    250,
    250,
    250,
    250,
    250,
    250,
    250,
    250,
    250,
    250
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:10000/n:100/k:100",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 10000,
    "n": 100,
    "k": 100
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     184849411106.88718,
     184911486173.49197,
     185125988152.3557,
     184726488024.20236,
     184544772863.35748,
     185279846680.42853,
     185032918677.85382,
     184735118869.3775,
     184320300459.9695,
     184855295274.8753
    ],
    "real_time_s": [
     0.0010819890386129202,
     0.0010816478146575877,
     0.0010804508996281941,
     0.0010829010695056328,
     0.0010838131003702532,
     0.001079545841687386,
     0.001080945876451042,
     0.0010826386254897493,
     0.001085137409270646,
     0.0010820705791462022
    ]
   },
   "iterations": [
    259,
    259,
    259,
    259,
    259,
    259,
    259,
    259,
    259,
    259
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:10000/n:100/k:100",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 10000,
    "n": 100,
    "k": 100
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     86256515116.29608,
     86204132384.02066,
     86145681133.67325,
     86175250981.37314,
     86097602387.34583,
     86215097824.8479,
     86156317779.78021,
     86219785852.26115,
     86202217975.8946,
     86186256119.76846
    ],
    "real_time_s": [
     0.002318724524957361,
     0.0023202531333178437,
     0.0023217274166502954,
     0.0023208323833387116,
     0.0023230871916894106,
     0.0023201888833379297,
     0.0023214158833070545,
     0.0023198218417140497,
     0.002320153241695759,
     0.0023206301916313047
    ]
   },
   "iterations": [
    120,
    120,
    120,
    120,
    120,
    120,
    120,
    120,
    120,
    120
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:10000/n:100/k:100",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 10000,
    "n": 100,
    "k": 100
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     95193199357.76187,
     95146965021.60307,
     95262732233.91045,
     95232778159.9013,
     95199864635.82326,
     95135541985.03693,
     95214578975.72173,
     95238923847.44716,
     95232390159.82298,
     95258429314.54564
    ],
    "real_time_s": [
     0.002101244954875919,
     0.002102304646623657,
     0.002099479180403996,
     0.0021002610375766844,
     0.0021012589624072814,
     0.0021024941804506326,
     0.0021008153533439602,
     0.0021002420752276006,
     0.0021002106465919197,
     0.002099752037567559
    ]
   },
   "iterations": [
    133,
    133,
    133,
    133,
    133,
    133,
    133,
    133,
    133,
    133
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:10000/n:1000/k:1000",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 10000,
    "n": 1000,
    "k": 1000
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     219275843573.1983,
     219314008006.76703,
     219001241988.88495,
     219340345171.38098,
     219195721141.63446,
     219025244575.90894,
     219151704732.38885,
     218967398360.09003,
     219253704897.0669,
     219213639244.74036
    ],
    "real_time_s": [
     0.09124046266515508,
     0.09120283366549606,
     0.09133473966843061,
     0.09119237466802588,
     0.09127873866479302,
     0.09132608300084638,
     0.09126459933274114,
     0.09135202633478912,
     0.09124080900073751,
     0.09124085266860979
    ]
   },
   "iterations": [
    3,
    3,
    3,
    3,
    3,
    3,
    3,
    3,
    3,
    3
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:10000/n:1000/k:1000",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 10000,
    "n": 1000,
    "k": 1000
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     220721589273.40997,
     220734604247.87213,
     220715649894.58493,
     220766151709.79965,
     220726099030.299,
     220258133134.34326,
     220753325506.32172,
     220460680148.7509,
     220747070927.42743,
     220721156495.8091
    ],
    "real_time_s": [
     0.09063300566776888,
     0.0906093326654324,
     0.09061532099925292,
     0.09061856166711854,
     0.09063314133527457,
     0.09081965199826907,
     0.09060065033312034,
     0.09073902400026178,
     0.09060448600212113,
     0.09061748533228334
    ]
   },
   "iterations": [
    3,
    3,
    3,
    3,
    3,
    3,
    3,
    3,
    3,
    3
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:10000/n:1000/k:1000",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 10000,
    "n": 1000,
    "k": 1000
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     103288336010.77779,
     103497347969.72446,
     103597010715.50076,
     103105988246.56165,
     103614776053.51305,
     103359634372.3172,
     103291808451.12529,
     103661967859.72066,
     103619441870.28807,
     103686633197.2325
    ],
    "real_time_s": [
     0.19366466200153812,
     0.19328269450124935,
     0.19313653449717097,
     0.19399516200064684,
     0.19304967300195133,
     0.19354979950003326,
     0.19365749499775123,
     0.1929481289989781,
     0.19305519000045027,
     0.1929027865007811
    ]
   },
   "iterations": [
    2,
    2,
    2,
    2,
    2,
    2,
    2,
    2,
    2,
    2
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:10000/n:1000/k:1000",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 10000,
    "n": 1000,
    "k": 1000
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     111335063446.82654,
     111362405638.2365,
     111394951016.04031,
     111309585377.63803,
     111195719934.43959,
     111355266193.2347,
     110562301651.08177,
     111276964171.48444,
     111208144541.99579,
     111240439864.51941
    ],
    "real_time_s": [
     0.17964104749989931,
     0.1796393274998991,
     0.17955206499755152,
     0.17971689200203403,
     0.1798758254990389,
     0.17969501499828766,
     0.18089464950026013,
     0.17976863449803204,
     0.17986204299813835,
     0.17981540050095646
    ]
   },
   "iterations": [
    2,
    2,
    2,
    2,
    2,
    2,
    2,
    2,
    2,
    2
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f32/m:10000/n:4000/k:4000",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f32",
   "shape": {
    "m": 10000,
    "n": 4000,
    "k": 4000
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     218338891130.47787,
     218372178023.50592,
     218501044433.61154,
     218499177262.1784,
     218520815582.01855,
     218444974274.8458,
     218518714393.73608,
     218535294152.7347,
     218523919911.3296,
     218432785339.0866
    ],
    "real_time_s": [
     1.4658343310002238,
     1.4657550959964283,
     1.4646686550040613,
     1.4647755799960578,
     1.4646076169956361,
     1.4650976060001997,
     1.4647225119988436,
     1.4644655699958093,
     1.4646012570010498,
     1.4651842620005482
    ]
   },
   "iterations": [
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f32/m:10000/n:4000/k:4000",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f32",
   "shape": {
    "m": 10000,
    "n": 4000,
    "k": 4000
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     228698242563.72064,
     228643628839.96466,
     228647897737.66083,
     228623538081.25333,
     228669935659.65247,
     227328820982.22464,
     228599556113.93945,
     228648860508.04782,
     228674486935.827,
     228656481106.068
    ],
    "real_time_s": [
     1.3994170580044738,
     1.3997310499980813,
     1.3998336279983052,
     1.399808144000417,
     1.399595552997198,
     1.4079115819986328,
     1.3999771770031657,
     1.399726760995691,
     1.399600078999356,
     1.3996635129951758
    ]
   },
   "iterations": [
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1
   ],
   "error": null
  },
  {
   "name": "GEMM/eigen/f64/m:10000/n:4000/k:4000",
   "op": "GEMM",
   "arm": "eigen",
   "scalar": "f64",
   "shape": {
    "m": 10000,
    "n": 4000,
    "k": 4000
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     106424301850.44339,
     106433138807.6352,
     106115662363.23392,
     106231158646.6678,
     106115006054.1183,
     105986308860.18718,
     106098267619.99496,
     106237867544.22646,
     106349709119.04068,
     106181720274.0684
    ],
    "real_time_s": [
     3.007382858995698,
     3.007018172000244,
     3.0159853680015662,
     3.0126633379986747,
     3.016144057997735,
     3.019797038003162,
     3.016599528004008,
     3.0125200270049395,
     3.0093916580008226,
     3.0141832950030225
    ]
   },
   "iterations": [
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1
   ],
   "error": null
  },
  {
   "name": "GEMM/openblas/f64/m:10000/n:4000/k:4000",
   "op": "GEMM",
   "arm": "openblas",
   "scalar": "f64",
   "shape": {
    "m": 10000,
    "n": 4000,
    "k": 4000
   },
   "shape_dims": [
    "m",
    "n",
    "k"
   ],
   "samples": {
    "flop_rate": [
     114448735800.73254,
     114438717952.45308,
     114122299752.39752,
     114433754945.81111,
     114419006789.40051,
     114424061885.26105,
     114444109101.74768,
     114426348640.91248,
     114183123766.70575,
     114420216435.20229
    ],
    "real_time_s": [
     2.7964449650025927,
     2.7966831689991523,
     2.8044564059964614,
     2.7968331480005877,
     2.797128895006608,
     2.797044713996002,
     2.7966008349976623,
     2.7968806809949456,
     2.8029404949993477,
     2.7971540550061036
    ]
   },
   "iterations": [
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1,
    1
   ],
   "error": null
  }
 ]
}
