My thoughts are that the suggested change to add Python structure shouldn't 
necessarily depend on what the log format will look like, so I don't think 
there is a need to wait for the Ansor log format. (I imagine Ansor coders have 
their hands full, and that they'd prefer to consider polish later in their 
process). 

The main value add of this proposal is to enable clearer conversations about 
schema changes in the future. 

For example, @haichen is this an accurate summary of your suggested changes? 
```
class AutoTVMLog:
  target: str                     # added
  workload: Workload              # modified from "input: Input"
  config: Config
  result: Results
  version: str
  tvm_version: str

class Workload:                   # added
  task_name: str
  args: List[Argument]
  kwargs: Dict[str, Any]
```





---
[Visit 
Topic](https://discuss.tvm.ai/t/rfc-canonicalizing-autotvm-log-format/7038/8) 
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/bddbaeb9f43f6385a88c9fcf1feca1fa0dae1fe3a520fab757b97e984873b1fc).

Reply via email to