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/08/15 22:29:04 UTC

[GitHub] [tvm] vinx13 commented on a diff in pull request #12445: [MetaSchedule] Add logging of usage of tensor intrinsics

vinx13 commented on code in PR #12445:
URL: https://github.com/apache/tvm/pull/12445#discussion_r946178085


##########
src/meta_schedule/schedule_rule/multi_level_tiling_with_intrin.cc:
##########
@@ -55,8 +55,10 @@ class MultiLevelTilingWithIntrinNode : public MultiLevelTilingNode {
     auto res = MultiLevelTilingNode::Apply(sch->Copy(), block_rv);
 
     if (res.empty()) {
+      TVM_PY_LOG(INFO, logging_func) << "The workload cannot be tensorized.";

Review Comment:
   also added logging in the above case, `CheckAutoTensorizeApplicable` is non-exhaustive, tensorization can still fail even if it passes the check



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