masahi commented on code in PR #13383:
URL: https://github.com/apache/tvm/pull/13383#discussion_r1022238969
##########
src/meta_schedule/postproc/postproc.cc:
##########
@@ -59,6 +59,14 @@ Array<Postproc> Postproc::DefaultLLVM() {
};
}
+Array<Postproc> Postproc::DefaultVNNI() {
+ return Array<Postproc>{
+ Postproc::DisallowDynamicLoop(),
Postproc::RewriteParallelVectorizeUnroll(),
+ Postproc::RewriteReductionBlock(),
Postproc::RewriteTensorize(/*vectorize_init_loop=*/true),
+ Postproc::RewriteLayout(),
Review Comment:
I'm cool with this as long as `RewriteLayout` doesn't break tensorization.
--
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]