Skip to content

Commit

Permalink
Update include/tvm/tir/transform.h
Browse files Browse the repository at this point in the history
Co-authored-by: Cody Yu <comaniac0422@gmail.com>
  • Loading branch information
Hzfengsy and comaniac authored Apr 27, 2021
1 parent 06726bf commit 86fda57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/tvm/tir/transform.h
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,8 @@ TVM_DLL Pass PlanAndUpdateBufferAllocationLocation();

/*!
* \brief Substitute all the block vars with the PrimExprs they are bound to, indicated by the
* corresponding iter_values in BlockRealize, and then convert the blocks into opaque
* ones by removing all the iter_values in BlockRealize and iter_vars in Block.
* corresponding iter_values in BlockRealize, for opaque blocks by removing all
*. the iter_values in BlockRealize and iter_vars in Block.
* \return The pass.
*/
TVM_DLL Pass ConvertBlocksToOpaque();
Expand Down

0 comments on commit 86fda57

Please sign in to comment.