Hzfengsy commented on code in PR #12805:
URL: https://github.com/apache/tvm/pull/12805#discussion_r972546312
##########
src/meta_schedule/schedule_rule/multi_level_tiling_tensor_core.cc:
##########
@@ -529,7 +529,7 @@ inline std::vector<State>
MultiLevelTilingTensorCoreNode::TransformForTensorizat
state->intrin_group.compute_intrin);
state->sch->Annotate(state->block_rv,
tir::attr::meta_schedule_auto_tensorize_init,
state->intrin_group.init_intrin);
- state->sch->Annotate(state->block_rv, tir::attr::warp_execution, Bool(true));
Review Comment:
A quick question: Can we keep the `Bool(true)`? Since it is more clear to
indicate it's a bool value
--
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]