lhutton1 commented on code in PR #11263:
URL: https://github.com/apache/tvm/pull/11263#discussion_r870070633


##########
src/contrib/ethosu/cascader/plan_generator.cc:
##########
@@ -105,7 +105,8 @@ std::vector<bool> GetCascadableAxes(const Part& part) {
   return cascadable_axes;
 }
 
-std::vector<StripeConfig> GenerateOutputStripeConfigs(const Part& part, int 
stripe_factors) {
+std::vector<StripeConfig> GenerateOutputStripeConfigs(const Part& part, int 
stripe_factors,
+                                                      bool disable_striping = 
false) {

Review Comment:
   Nit: probably no need for a default here?



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

Reply via email to