cee1 commented on pull request #405:
URL: https://github.com/apache/tvm/pull/405#issuecomment-1081588198


   > @domin1985 @cee1 This pass can only work on regular buffer accesses (e.g. 
`Load` / `Store`). So in your case double buffering annotation will be ignored. 
It is possible to support these use cases, we need to detect these opaque 
usage, and do specific rewrite. Meanwhile I'm working on a software pipelining 
pass that is similar rewrite 
(https://github.com/vinx13/tvm/blob/feat/software_pipeline/src/tir/transforms/inject_software_pipeline.cc#L163).
 I'll send a PR upstream it next week
   
   Hi @vinx13, is there anyway to trigger this pass?  (I haven't found any "te" 
of adding the annotation "software_pipeline_stage" or "software_pipeline_order" 
...)


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


Reply via email to