d-smirnov commented on code in PR #10547:
URL: https://github.com/apache/tvm/pull/10547#discussion_r909098118
##########
src/tir/usmp/algo/hill_climb.cc:
##########
@@ -155,8 +156,8 @@ class HillClimbAllocator : public GreedyBase {
void collect_neighbor_lists(const BufferInfoNode* buf,
std::vector<const BufferInfoNode*>* first_level,
std::vector<const BufferInfoNode*>*
second_level, const TPos& _pos) {
- std::unordered_map<int, const BufferInfoNode*> first_level_set;
- std::unordered_map<int, const BufferInfoNode*> second_level_set;
+ std::map<int, const BufferInfoNode*> first_level_set;
Review Comment:
amended
--
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]