rahul-utkoor commented on PR #12919: URL: https://github.com/apache/tvm/pull/12919#issuecomment-1261112419
> I believe we need to change > > https://github.com/apache/tvm/blob/397cf8781eba7a2bcc35e832130801c1d1419c43/src/tir/op/op.cc#L869 > > to enable sigmoid vectorization at the TIR level. @masahi If we set attribute, **TIR_REGISTER_PURE_UNARY_OP("tir.sigmoid").set_attr<TVectorizable>("TVectorizable", true);**, the change will reflect when compiling for other targets as well. Can you tell me how do you want me handle this change? Or the current change is sufficient? -- 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]
