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

2022-06-23 Thread Tianqi Chen
Added some examples to build on top of @Lunderberg 's example ## Transformation The main difference between annotation and special handling are: - annotation is not necessarily to for correctness of the program, but it may provide hints towards future optimizations - Without annotation, the pro

Re: [apache/tvm-rfcs] [USMP] Update RFC with constants pools (PR #81)

2022-06-23 Thread Manupa Karunaratne
cc : @areusch -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm-rfcs/pull/81#issuecomment-1164214714 You are receiving this because you are subscribed to this thread. Message ID:

[apache/tvm-rfcs] [USMP] Update RFC with constants pools (PR #81)

2022-06-23 Thread Manupa Karunaratne
This commit introduces the notion of constant memory pools and removes the need to define access on each of the targets. You can view, comment on, or merge this pull request online at: https://github.com/apache/tvm-rfcs/pull/81 -- Commit Summary -- * [USMP] Update RFC with constants pools -