> Is *fallback_with_reference_log* the one I can use? I’m not sure since it > does not return any configuration. (Seems like it applies directly to the > kernel?)
Yes this is the one. It didn't return because it is a method of a config entity. What it did was copying the config map from other config enrities to itself, such as https://github.com/apache/incubator-tvm/blob/master/python/tvm/autotvm/task/space.py#L1045. In this case, you don't need to run AutoTVM for the fallback config. When you build the model without calling `apply_history_best`, the fallback config will be used automatically. --- [Visit Topic](https://discuss.tvm.ai/t/autotvm-find-the-default-optimization-configuration-of-the-kernel/6090/7) 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/7cc5fe0557a979b2fc568d56ae4310e5feea7b257255c49ab5983eb2de06a597).