MasterJH5574 opened a new pull request, #17748: URL: https://github.com/apache/tvm/pull/17748
This PR introduces the support for vectorized tir.ShuffleNode, which is useful for extracting bits and converting to float4, since float4 is sub-byte. Prior to this PR, ShuffleNode is not supported in vectorization. This PR allows vectorizing ShuffleNode subject to special patterns, and still throws error for ShuffleNodes that don't meet the pattern requirements. -- 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]
