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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
