Good questions in general.
1. This would be a problem if you have limited memory in the machine. 2. Currently AutoTVM doesn't have an official API to export tasks. At this moment, one solution I can think of is writing a script to extract necessary task information and save it to a JSON file. When importing the JSON file, your script uses `task.create` to recover all tasks. Actually, the soltution to question 2 is also applicable to question 1. Once you have a mechanism to export tasks, you can extract tasks from models sequentially and export them. Then you can de-deuplicate redundant tasks in the exported JSON file. --- [Visit Topic](https://discuss.tvm.ai/t/how-to-do-auto-tuning-for-a-list-of-specific-ops/6817/6) 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/c18255cde7dedc355017a47194d3d77b4a8359ebfd28440d3c56252967120a82).
