You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/11/23 01:09:03 UTC

[GitHub] [tvm] mbs-octoml commented on a change in pull request #9542: [Relay] Prepare DeadCodeElimination for running post LowerTEPass/ManifestAlloc.

mbs-octoml commented on a change in pull request #9542:
URL: https://github.com/apache/tvm/pull/9542#discussion_r754743614



##########
File path: src/relay/op/memory/memory.h
##########
@@ -35,6 +35,7 @@ namespace tvm {
 namespace relay {
 
 Expr AllocStorage(Expr size, Expr alignment, SEScope se_scope, DataType dtype_hint);
+const Op& MemoryAllocTensorOp();

Review comment:
       Oh it snuck in from the main change, sorry. Added comment, just trying to cut down on the duplicated special operator name strings.




-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org