MasterJH5574 commented on a change in pull request #9738:
URL: https://github.com/apache/tvm/pull/9738#discussion_r769148372



##########
File path: src/tir/schedule/primitive/block_annotate.cc
##########
@@ -16,6 +16,9 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+#include <tvm/runtime/container/array.h>

Review comment:
       Yeah you're right. But it's conventional to put `#include 
"../../ir/functor_common.h"` before `#include "../utils.h"`, in which case 
Array wasn't imported be fore `functor_common.h`.. I want to know that, is it 
acceptable to put `utils.h` before `functor_common.h`, or is there any other 
way 😥 ?




-- 
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-unsubscr...@tvm.apache.org

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


Reply via email to