tqchen opened a new pull request #4740: [REFACTOR][IR] Establish tir namespace
URL: https://github.com/apache/incubator-tvm/pull/4740
 
 
   TIR is the new namespace for low-level IR
   for tensor-level optimizations and loop transformations.
   
   This PR establishes the namespace and files.
   
   - lowered_func.h,buffer.h,data_layout.h -> 
tir/buffer.h,tir/data_layout.h,tir/lowered_func.h
   - ir.h -> tir/expr.h, tir/stmt.h
   - ir_functor_ext.h -> tir/expr_functor.h, tir/stmt_functor.h
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to