junrushao1994 opened a new pull request #5993: URL: https://github.com/apache/incubator-tvm/pull/5993
This PR contains several minor but breaking changes as mentioned in #5960. 1. Use `TargetNode::attrs` for serialization, which means that the raw string exported from target object may largely differ from the raw string input to create target object. 2. Change type of `-mattr` to `Array<String>` from `String`. 3. Remove `keys` from `attrs` after parsing, in order to avoid potential duplication and confusion. 4. De-duplicate `keys` after parsing. ---------------------------------------------------------------- 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]
