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

   Added an option `rewrite_scalar_read_to_vector_shuffle` in 
`PointerValueTypeRewrite` (currently
   only enabled for Vulkan). When enabled, when a buffer has both scalar
   and vector reads, the buffer will be vectorized if possible and scalar
   reads will be achieved via T.Shuffle.
   
   Close https://github.com/apache/tvm/issues/15463.
   
   cc @tqchen @Lunderberg 


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