Skip to content

Commit

Permalink
run black
Browse files Browse the repository at this point in the history
  • Loading branch information
masahi committed Apr 19, 2022
1 parent 7fdd4da commit e504536
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/tvm/tir/schedule/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ class TensorizeInfo(Object):
"""Necessary information used for tensorization."""


def get_tensorize_loop_mapping(sch: Schedule, block: BlockRV, desc_func: PrimFunc) -> Optional[TensorizeInfo]:
def get_tensorize_loop_mapping(
sch: Schedule, block: BlockRV, desc_func: PrimFunc
) -> Optional[TensorizeInfo]:
"""Establish a mapping between loops in a target block and an intrinsic description
Parameters
Expand Down

0 comments on commit e504536

Please sign in to comment.