tvm
tvm copied to clipboard
[Tracking Issue] Introducing DeclBuffer
trafficstars
This issue is to track progress for the RFC Introducing DeclBuffer
- [ ] Introduce DeclBuffer data structure, add corresponding visitors in IR functors. #12300
- [ ] Update TVMScript syntax for
T.decl_bufferandT.allocate - [ ] Refactor existing passes and test cases to use DeclBuffer.
- [ ] Enforce the usage of DeclBuffer. No implicit buffer declarations are allowed.