Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
masahi committed Apr 20, 2022
1 parent b2716c3 commit eeba4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tvm/meta_schedule/schedule_rule/auto_tensorize.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"""Auto tensorization related components."""
from typing import Optional

from .. import _ffi_api
from tvm.tir.schedule import Schedule, BlockRV, LoopRV
from .. import _ffi_api


def tiling_with_tensor_intrin(sch: Schedule, block: BlockRV, intrin_name: str) -> Optional[LoopRV]:
Expand Down

0 comments on commit eeba4f5

Please sign in to comment.