cbalint13 commented on PR #16782:
URL: https://github.com/apache/tvm/pull/16782#issuecomment-2027792331

   
   Trying to reason loudly on this,
   
   > When it comes to targets that don't support SVE, I'd expect these targets 
to not trigger the creation of scalable vectors. In the current plan the 
creation of scalable vectors has to be intentional, i.e. it comes from 
splitting an axis by a vscale dependent expression in the (target dependent) 
schedules and vectorizing the resulting axis. 
   
   See, so the **schedules** are already target dependent but the underlaying 
execution of such schedule is not. 
   Well, in this case there would be no need for more additional extra checks I 
think, but correct me please if I got this wrong.
   


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