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 2022/06/09 14:42:54 UTC

[GitHub] [tvm] sunggg commented on a diff in pull request #11628: [PASS] Refactor a couple of TIR passes - BindTarget, AnnotateEntryFunc, Filter, LowerInitBlock

sunggg commented on code in PR #11628:
URL: https://github.com/apache/tvm/pull/11628#discussion_r893596127


##########
include/tvm/tir/transform.h:
##########
@@ -24,6 +24,7 @@
 #ifndef TVM_TIR_TRANSFORM_H_
 #define TVM_TIR_TRANSFORM_H_
 
+#include <tvm/driver/driver_api.h>

Review Comment:
   Thanks for pointing out! Changed to `#include <tvm/target/target.h>` which is more accurate. 



-- 
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