When you do auto-tuning you get a log file with several configurations. For instance the one below:
`{"r": [[5.0243399999999994e-05], 0, 0.2998361587524414, 1586805679.6751685], "i": ["llvm", "matmul", [128, 32, 64, "float32"], {}, ["matmul", 128, 32, 64, "float32"], {"e": [["tile_y", "sp", [-1, 32]], ["tile_x", "sp", [-1, 4]]], "t": "", "i": 21, "c": null}], "v": 0.1}` I was wondering what the numbers: `[[5.0243399999999994e-05], 0, 0.2998361587524414, 1586805679.6751685]` actually mean. I also noticed that the best configuration seems to be the one whose first number is the lowest (5.0243399999999994e-05 in this case), which made me wonder whether the first number associated with the execution time or some sort of cost. I appreciate any information you can provide on this issue --- [Visit Topic](https://discuss.tvm.ai/t/meaning-of-first-numbers-in-auto-tuning-logs/6399/1) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/b3daae8837c5057fb75afb234cc31c9e93b53a991c229e9690550ffda50c6f11).