Re: [apache/tvm-rfcs] [RFC] Adding initial SVE implementation (#18)

2022-06-30 Thread alter-xp
Thanks for bringing up. this is also very useful on RISC-V. we look forward to progress in this regard. -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm-rfcs/pull/18#issuecomment-1171880247 You are receiving this because you are subscribed to this thread. Me

Re: [apache/tvm] [ci][docker] Use RFC image tags only (PR #11938)

2022-06-30 Thread github-actions[bot]
Built docs for commit 28d0ba9ba7f7353789fb608880b833087491e3fd can be found [here](https://pr-docs.tlcpack.ai/PR-11938/2/docs/index.html). -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm/pull/11938#issuecomment-1171730426 You are receiving this because you a

Re: [apache/tvm-rfcs] [RFC] Adding initial SVE implementation (#18)

2022-06-30 Thread Andrew Reusch
@manupa-arm i think your summary is roughly correct. @tqchen @masahi @kparzysz-quic perhaps you guys could have a look and see if we could resolve the question of how to represent the scalable concept in DLDataType. also cc @alter-xp in case they would like to leverage this for RISC-V (i'm awar

Re: [apache/tvm] [release] v0.9.0 Release Schedule (Issue #11736)

2022-06-30 Thread driazati
cherry pick: #11969 reason: needed to get tests on the Python wheel in GitHub Actions passing -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm/issues/11736#issuecomment-1171615115 You are receiving this because you are subscribed to this thread. Message ID:

Re: [apache/tvm-rfcs] [RFC] Name mangling in IRModules (PR #84)

2022-06-30 Thread Krzysztof Parzyszek
A couple of thoughts... - We should have a common facility that represents a scope in which names need to be unique. Conceptually it could be a set of "known" strings (that are presumed used), and something (like a private counter) to generate a unique suffix. The use would be `new_name = Gen

Re: [apache/tvm-rfcs] [RFC] Name mangling in IRModules (PR #84)

2022-06-30 Thread Andrew Reusch
cc @mbs-octoml @Mousius @manupa-arm @MichaelJKlaiber @grant-arm @kparzysz-quic -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm-rfcs/pull/84#issuecomment-1171465597 You are receiving this because you are subscribed to this thread. Message ID:

Re: [apache/tvm-rfcs] [RFC] Buffer Layout Padding (PR #77)

2022-06-30 Thread Eric Lunderberg
> In general it is helpful to first keep schedule decision local, e.g. > introducing a caching stage (AC, BC in the example), the compose with another > reflowing pass to bring the decision to consumer/producers. My goal with the latest update wasn't to require global decisions, but to make loc

Re: [apache/tvm-rfcs] [RFC] Name mangling in IRModules (PR #84)

2022-06-30 Thread Florin Blanaru
> Thanks @gigiblender ! a few points for consideration: > > * Ideally NameSupply should interact well with our current linkage spec, > e.g. if a function have an attribute `global_symbol`, it means the name is > "final"(because external users are expecting to look it up with that name), > l