lhutton1 opened a new pull request, #17001:
URL: https://github.com/apache/tvm/pull/17001

   When analyzing scalable expressions, the analyzer will iterate over a series 
of known vscale values in the range 1-16. However, we can tighten this range to 
only values that are a power of two, as stated in the [LLVM lang 
ref](https://llvm.org/docs/LangRef.html#llvm-vscale-intrinsic:~:text=This%20function%20attribute%20indicates%20vscale%20is%20a%20power%2Dof%2Dtwo%20within%20a%20specified%20range)
 and more generally the [reference 
manual](https://developer.arm.com/documentation/ddi0487/latest/).
   
   This comes from a discussion in 
https://github.com/apache/tvm/pull/16921#discussion_r1600048788


-- 
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-unsubscr...@tvm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to