masahi commented on pull request #7369: URL: https://github.com/apache/tvm/pull/7369#issuecomment-769553313
@zhiics FYI compiling MaskRCNN with C++ `ManifestAlloc` generates the following warning that I didn't see in the python version. I don't think it matters, just to let you know if you have a clue. ``` [11:50:01] /home/masa/projects/dev/tvm/src/relay/transforms/let_list.h:54: letlist not used [11:50:01] /home/masa/projects/dev/tvm/src/relay/transforms/let_list.h:54: letlist not used [11:50:01] /home/masa/projects/dev/tvm/src/relay/transforms/let_list.h:54: letlist not used [11:50:04] /home/masa/projects/dev/tvm/src/relay/transforms/let_list.h:54: letlist not used [11:50:04] /home/masa/projects/dev/tvm/src/relay/transforms/let_list.h:54: letlist not used [11:50:04] /home/masa/projects/dev/tvm/src/relay/transforms/let_list.h:54: letlist not used [11:50:07] /home/masa/projects/dev/tvm/src/relay/transforms/let_list.h:54: letlist not used [11:50:07] /home/masa/projects/dev/tvm/src/relay/transforms/let_list.h:54: letlist not used [11:50:07] /home/masa/projects/dev/tvm/src/relay/transforms/let_list.h:54: letlist not used ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
