vinx13 commented on code in PR #15699:
URL: https://github.com/apache/tvm/pull/15699#discussion_r1348071553
##########
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:
I implemented something similar here
https://github.com/apache/tvm/blob/unity/src/support/ordered_set.h
--
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]