Lunderberg commented on code in PR #15699:
URL: https://github.com/apache/tvm/pull/15699#discussion_r1348094509
##########
src/relax/transform/lift_transform_params.cc:
##########
@@ -43,26 +43,92 @@ struct LiftTransformParamsInfoPlan {
lifted_bindings; // the bindings of the original function that are
lifted
};
+namespace {
+template <typename T>
+struct InsertionOrderSet {
Review Comment:
Thank you, and I'll switch this PR over to it.
Though, related to it, `std::list` is usually implemented as a linked list,
and has very poor performance as a result. Is it currently being used in a
context where the less-frequent iterator invalidation of `std::list` is
required?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]