manupa-arm commented on a change in pull request #9565:
URL: https://github.com/apache/tvm/pull/9565#discussion_r783277258
##########
File path: src/tir/usmp/utils.cc
##########
@@ -168,6 +174,20 @@ Array<BufferInfo> CreateArrayBufferInfo(const
Map<BufferInfo, Stmt>& buffer_info
return ret;
}
+void PrintConflicts(const Array<BufferInfo>& bi_arr) {
+ for (const auto& bi : bi_arr) {
Review comment:
Removed, it is not called.
--
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]