-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Description
We have a few places in the code base that uses operator+ of String. Right now:
- we either convert to std string https://github.com/apache/incubator-tvm/blob/master/src/tir/ir/expr.cc#L86
- Or added some overload that converts to std::string https://github.com/apache/incubator-tvm/blob/master/include/tvm/runtime/container.h#L1391
Given that operator+ is quite common, and we can have a better solution in these cases(by allocating the right result length then copy), perhaps we should have a good overload for most cases.
Metadata
Metadata
Assignees
Labels
No labels