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
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:
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
-