lhutton1 commented on code in PR #16862:
URL: https://github.com/apache/tvm/pull/16862#discussion_r1562342420
##########
src/arith/scalable_expression.cc:
##########
@@ -50,5 +66,20 @@ std::optional<int> ExtractVscaleFactor(const PrimExpr&
lanes) {
}
}
+bool CanProveVscaleExpressionFromKnownValues(arith::Analyzer* analyzer, const
PrimExpr& expr,
+ const std::vector<unsigned int>&
vscale_values) {
+ bool can_prove_expr = true;
Review Comment:
That's a good point, thanks! I wasn't sure if `can_prove` relied on this
functionality, so I only applied it to the vscale addition
--
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]