ekalda commented on PR #16893: URL: https://github.com/apache/tvm/pull/16893#issuecomment-2059426390
@Lunderberg @lhutton1 This is a follow up from https://github.com/apache/tvm/pull/16782, it makes sure that scalable vectors are created only for SVE target. In this implementation we check for target in function attributes, so we'd rely on `BindTarget` having run before. Alternatively we could access the "global" target via `Target::Current()`, which would be simpler, but would make it harder to mix SVE and non-SVE targets. I'm happy to go with either option :) -- 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]
