Skip to content

Conversation

@tqchen
Copy link
Member

@tqchen tqchen commented Jan 19, 2020

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

@tqchen
Copy link
Member Author

tqchen commented Jan 19, 2020

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
@tqchen tqchen merged commit cf59b20 into apache:master Jan 19, 2020
@tqchen
Copy link
Member Author

tqchen commented Jan 19, 2020

Thanks @FrozenGene @Hzfengsy @ZihengJiang

@tqchen tqchen deleted the tir branch February 10, 2020 19:24
alexwong pushed a commit to alexwong/tvm that referenced this pull request Feb 26, 2020
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
alexwong pushed a commit to alexwong/tvm that referenced this pull request Feb 28, 2020
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
zhiics pushed a commit to neo-ai/tvm that referenced this pull request Mar 2, 2020
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants