elvin-n commented on code in PR #14167:
URL: https://github.com/apache/tvm/pull/14167#discussion_r1122713183
##########
python/tvm/relay/op/_transform.py:
##########
@@ -94,7 +94,7 @@ def compute_strided_set(attrs, inputs, output_type):
_reg.register_injective_schedule("strided_set")
# layout_transform
-_reg.register_injective_schedule("layout_transform")
+_reg.register_strategy("layout_transform", strategy.layout_transform_strategy)
Review Comment:
Does this mean that layout_transform for all platforms stop to be scheduled
through injective schedule?
--
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]