Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
vinx13 committed Aug 23, 2021
1 parent 0c65263 commit 63c122b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/tvm/tir/transform.h
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,10 @@ TVM_DLL Pass FlattenBuffer();
*/
TVM_DLL Pass UnifyThreadBinding();

/*!
* \brief Lower lower logical layout into physical layout.
* \return The pass.
*/
TVM_DLL Pass LowerLogicalLayout();

} // namespace transform
Expand Down

0 comments on commit 63c122b

Please sign in to comment.