icemelon9 commented on a change in pull request #4644: [WIP] Relay op strategy
URL: https://github.com/apache/incubator-tvm/pull/4644#discussion_r376621668
##########
File path: python/tvm/autotvm/task/space.py
##########
@@ -944,11 +939,10 @@ def from_json_dict(json_dict):
raise RuntimeError("Invalid config knob type: " + knob_type)
entity_map[str(key)] = entity
- return ConfigEntity(index, code_hash, template_key, entity_map,
constraints)
+ return ConfigEntity(index, code_hash, entity_map, constraints)
def __repr__(self):
- return "%s,%s,%s,%d" % (str(self._entity_map)[12:-1],
self.template_key,
- self.code_hash, self.index)
+ return "%s,%s,%d" % (str(self._entity_map)[12:-1], self.code_hash,
self.index)
Review comment:
Yes. Anyway this PR changes the workload name. So old tuning logs can no
longer be used.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services